This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-21 12:14:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bee98f0f079af8bd8de1cbf46b372df2862d04b1
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
Tagir Valeev
bee98f0f07
IDEA-161259 Add Java-8 migration to use Collection.removeIf() where appropriate
2016-09-27 17:48:38 +07:00
..
blockMarkerComments
…
canBeFinal
…
collectionAddAllCanBeReplacedWithConstructor
…
converter
…
dataFlow
Enum.values() is not-null (IDEA-161644)
2016-09-23 12:59:47 +02:00
deadCode
unused declaration: treat @deprecated members as entry points as they can't be deleted
2016-09-07 16:16:21 +03:00
defaultFileTemplateUsage
…
defUse
unused assignment: check lambda body for unused assignments
2016-09-05 07:57:42 +03:00
deprecatedIsStillUsed
/simple
new inspection: deprecated member is used
2016-09-09 13:53:38 +03:00
deprecation
…
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
…
globalContext
…
guarded
…
inefficientStreamCount
IDEA-160802 Add inspection to optimize ...flatMap(Collection::stream).count() to ...mapToLong(Collection::size).sum();
2016-09-07 15:20:43 +07:00
java8CollectionsApi
IDEA-161259 Add Java-8 migration to use Collection.removeIf() where appropriate
2016-09-27 17:48:38 +07:00
javaDocInspection
/packageInfo
…
lambdaLibsStatic
…
localCanBeFinal
…
magic
…
nullableProblems
…
numericOverflow
…
offline
unused declaration: move unused local variables check to unused declaration
2016-09-05 07:57:43 +03:00
parameterCanBeLocal
…
quickFix
…
redundantArrayForVarargs
…
redundantCast
…
redundantSuppress
…
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
smartInheritance
…
streamApiCallChains
IDEA-161194 Add inspection to optimize Stream.filter(...).findAny().isPresent() to anyMatch(...)
2016-09-15 13:20:50 +07:00
stringTokenizerDelimiter
…
suspiciousCalls
…
suspiciousNameCombination
…
testOnly
…
unknownGuard
…
unusedLibrary
…
unusedMethodParameter
…
unusedReturnValue
…
usage1.5
…
visibility
…