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-26 19:06:24 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f2128c39af18b81586c1d46715c7a224ed1e93e
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
peter
f3c4a52ece
dfa: don't suggest to assert/surround-with-if possible NPEs on volatile fields, suggest to extract a local variable instead (IDEA-145668)
2015-10-06 16:59:10 +02:00
..
blockMarkerComments
…
canBeFinal
…
collectionAddAllCanBeReplacedWithConstructor
…
converter
…
dataFlow
dfa: don't suggest to assert/surround-with-if possible NPEs on volatile fields, suggest to extract a local variable instead (IDEA-145668)
2015-10-06 16:59:10 +02:00
deadCode
…
defaultFileTemplateUsage
…
defUse
…
deprecation
…
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
field can be local: don't suggest if used in this/super calls (IDEA-142287)
2015-09-09 21:04:56 +03:00
globalContext
…
guarded
…
guava
GuavaFluentIterableInspection: visitor moved to checkFile() + fixed findContainingMethodReturnType() method when expression is placed inside lambda expression
2015-07-29 15:12:59 +03:00
javaDocInspection
…
lambdaLibsStatic
…
localCanBeFinal
local can be final: don't ignore problems found in lambda body (IDEA-145500)
2015-09-25 13:53:40 +03:00
magic
/simple
…
nullableProblems
…
numericOverflow
/simple
…
offline
…
parameterCanBeLocal
…
quickFix
…
redundantArrayForVarargs
…
redundantCast
…
redundantSuppress
redundant suppressions: run tool on injections (IDEA-104069)
2015-10-05 22:18:32 +02:00
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
smartInheritance
…
stringTokenizerDelimiter
…
suspiciousCalls
…
suspiciousNameCombination
…
testOnly
Do not complain about referencing test-only class on anonymous classes
2015-09-25 15:29:52 +03:00
unusedLibrary
unused library: bind parameter modifier lists with annotation classes (IDEA-145186)
2015-09-24 19:58:49 +03:00
unusedMethodParameter
suppress single unused parameter
2015-08-18 19:15:28 +02:00
unusedReturnValue
…
usage1.5
…
visibility
…