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-23 18:03:06 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a68cb4dfd3c76d6393dee99ea5114d7485e9d4fa
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
Pavel Dolgov
94372ddd12
Java inspection: Simplify stream API call chains - error handling added, inspection description improved, tests added (IDEA-140724, IDEA-156324)
2016-05-26 16:27:17 +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
suppressions: skip doc owners without modifier lists, e.g. anonymous classes (IDEA-154026)
2016-04-01 16:53:23 +02:00
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
fix tests
2016-05-24 10:09:24 +02:00
globalContext
…
guarded
IDEA-153187 (Bogus "Unguarded field access" inspection for inner class)
2016-03-24 19:02:12 +01:00
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 - error handling added, inspection description improved, tests added (IDEA-140724, IDEA-156324)
2016-05-26 16:27:17 +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
…