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-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
78acdfef1f849ba2f98ad496e46418cd57e21185
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
Alexander Zolotov
3ab37bc487
Do not complain about referencing test-only class on anonymous classes
...
This functionality is covered by checking PsiCallExpression elements
2015-09-25 15:29:52 +03:00
..
blockMarkerComments
…
canBeFinal
…
collectionAddAllCanBeReplacedWithConstructor
…
converter
…
dataFlow
dfa: store CCE state in visitor, not runner: the latter is reused which can result in multiple warning
2015-09-01 21:48:59 +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
report redundant suppressions on line with suppression or on corresponding member if member annotated (IDEA-145472)
2015-09-24 13:09:22 +03: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
…