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-08-25 00:29:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
261e309dd792019b6bc4e10cf90abb74decdf966
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
Pavel Dolgov
a624c87488
Java: Don't use PSI elements in the global inspection "Redundant 'requires' statement in module-info", tests added (IDEA-163139)
2016-11-24 15:14:47 +03:00
..
blockMarkerComments
…
canBeFinal
…
collectionAddAllCanBeReplacedWithConstructor
…
converter
…
dataFlow
IDEA-164159 Nullability annotations don't work with generics
2016-11-21 16:41:08 +01:00
deadCode
…
defaultFileTemplateUsage
…
defUse
…
deprecatedIsStillUsed
/simple
…
deprecation
…
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
…
globalContext
…
guarded
…
inefficientStreamCount
CommentTracker#markUsed -> markUnchanged; ReplaceInefficientStreamCountInspection: move comments from .stream() call parameters list outside of resulting .size() parameters list (IDEA-CR-16097).
2016-11-23 11:46:22 +07:00
java8CollectionRemoveIf
IDEA-163874 "Replace inefficient Stream API call chains ending with count" removes comments
2016-11-22 12:14:21 +07:00
java8CollectionsApi
…
java8ListSort
IDEA-163980 Inspection "Collections.sort() can be replaced with List.sort()" may leave unnecessary parentheses
2016-11-21 14:59:02 +07:00
java8MapGet
IDEA-164277 "Simplifiable conditional usage of Map.get()" may suggest putIfAbsent() in following case
2016-11-23 13:14:50 +07:00
javaDocInspection
/packageInfo
…
lambdaLibsStatic
…
localCanBeFinal
…
magic
…
nullableProblems
don't suggest to make parameters for field @NotNull if the parameters don't belong to a constructor
2016-11-02 16:50:35 +01:00
numericOverflow
…
offline
…
parameterCanBeLocal
…
quickFix
…
redundantArrayForVarargs
…
redundantCast
…
redundantRequiresStatement
Java: Don't use PSI elements in the global inspection "Redundant 'requires' statement in module-info", tests added (IDEA-163139)
2016-11-24 15:14:47 +03:00
redundantSuppress
…
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
smartInheritance
…
streamApiCallChains
IDEA-163302 Suggest to use IntStream.boxed() if manually mapping to an Integer
2016-11-03 11:26:21 +07:00
stringTokenizerDelimiter
…
suspiciousCalls
…
suspiciousNameCombination
…
testOnly
…
unknownGuard
…
unusedLibrary
…
unusedMethodParameter
…
unusedReturnValue
…
usage1.5
…
visibility
…