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 17:52:27 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0b542e981ceeac05514bdf58ae34fcee791e3546
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
Pavel Dolgov
0b542e981c
Java inspection: Simplify stream API call chains (IDEA-140724, IDEA-156324)
2016-05-25 14:34:32 +03:00
..
blockMarkerComments
…
canBeFinal
fix tests
2016-05-24 10:09:24 +02:00
collectionAddAllCanBeReplacedWithConstructor
…
converter
…
dataFlow
IDEA-156245 @NotNull doesn't seem to work for enums
2016-05-18 19:44:27 +02:00
deadCode
…
defaultFileTemplateUsage
…
defUse
…
deprecation
…
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
fix tests
2016-05-24 10:09:24 +02:00
globalContext
…
guarded
…
java8CollectionsApi
…
javaDocInspection
/packageInfo
…
lambdaLibsStatic
…
localCanBeFinal
…
magic
test for not loading AST unnecessarily
2016-04-29 12:11:34 +03:00
nullableProblems
…
numericOverflow
[java] numeric overflow inspection on left shift (IDEA-154370)
2016-04-08 20:33:33 +02:00
offline
…
parameterCanBeLocal
…
quickFix
…
redundantArrayForVarargs
…
redundantCast
redundant cast: special processing for functional expressions as enum args (IDEA-154354)
2016-04-15 18:43:24 +02:00
redundantSuppress
…
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
smartInheritance
…
streamApiCallChains
Java inspection: Simplify stream API call chains (IDEA-140724, IDEA-156324)
2016-05-25 14:34:32 +03:00
stringTokenizerDelimiter
…
suspiciousCalls
suspicious method call: ignore poly conditional expressions in invocation context as their type would be always the same as target type (IDEA-155622)
2016-05-09 19:42:35 +02:00
suspiciousNameCombination
…
testOnly
IDEA-155323 Bogus "Test-only method is called" inspection
2016-04-29 22:56:20 +02:00
unknownGuard
…
unusedLibrary
…
unusedMethodParameter
…
unusedReturnValue
…
usage1.5
…
visibility
…