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-09 20:42:52 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ee0e90d92cc8ca11b0fd6699c875c5913a027a94
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
peter
4c858997f1
IDEA-123301 Show a warning if 'List<@Nullable X>' is passed to a place where 'List<@NotNull X'> is expected
2017-05-08 18:30:28 +02:00
..
blockMarkerComments
…
canBeFinal
…
collectionAddAllCanBeReplacedWithConstructor
…
converter
…
dataFlow
IDEA-172479 Remove loop fix
2017-05-08 16:33:19 +02:00
deadCode
…
defaultFileTemplateUsage
…
defUse
…
deprecatedIsStillUsed
/simple
…
deprecation
…
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
…
globalContext
…
guarded
…
inefficientStreamCount
…
invokeHandleSignature
…
java8ArraysSetAll
…
java8CollectionRemoveIf
…
java8ListSort
…
java8MapApi
…
java8MapForEach
…
java9CollectionFactory
…
java9ReflectionClassVisibility
…
javaDocInspection
/packageInfo
…
javaLangReflectHandleInvocation
Java: Implemented MethodHandle part of inspection "MethodHandle/VarHandle invocation arguments mismatch" (IDEA-171813)
2017-05-05 13:14:04 +03:00
javaReflectionInvocation
…
javaReflectionMemberAccess
Java: In the inspection that checks existence of methods accessed via reflection take into account type information from Class.newInstance() and Array.newInstance() (IDEA-172003)
2017-04-26 14:43:50 +03:00
lambdaLibsStatic
…
localCanBeFinal
…
longLine
…
magic
…
nullableProblems
IDEA-123301 Show a warning if 'List<@Nullable X>' is passed to a place where 'List<@NotNull X'> is expected
2017-05-08 18:30:28 +02:00
numericOverflow
…
offline
…
optionalChains
OptionalUtil#generateOptionalUnwrap: support scenarios convertible to .stream() in Java 9
2017-05-02 11:30:04 +07:00
parameterCanBeLocal
…
quickFix
…
redundantArrayForVarargs
…
redundantCast
…
redundantRequiresStatement
…
redundantStreamOptionalCall
…
redundantSuppress
…
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
simplifyCollector
…
smartInheritance
frequently used super class inspection: delete selected methods in quick fix; update description; set enabled by default
2017-05-03 14:19:23 +03:00
streamApiCallChains
SimplifyStreamApiCallChainsInspection: Boolean.TRUE/FALSE::equals scenarios: check that lambda/method reference never return null
2017-05-05 13:00:00 +07:00
stringTokenizerDelimiter
…
suspiciousArrayMethodCall
…
suspiciousCalls
…
suspiciousNameCombination
…
testOnly
…
unknownGuard
…
unusedLibrary
…
unusedMethodParameter
…
unusedReturnValue
…
unusedServiceImplementations
…
usage1.5
…
visibility
…