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-12 21:25:23 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e1ee8e56a8cfedc13efa6197fed13b8e02416921
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
Anna Kozlova
09ac72236b
IDEA-80097 "Redundant suppression" inspection ability to ignore "ALL"
2012-01-25 15:26:12 +04:00
..
canBeFinal
can be final: do not suggest final modifiers for fields which are assigned from class initializer but are qualified (IDEA-76777 )
2011-11-20 20:52:00 +01:00
converter
…
dataFlow
IDEA-78370
2011-12-09 19:59:46 +04:00
deadCode
ignore abstract non-serializable classes with "serializable methods" in editor; check if there are non-abstract serializable subclasses in batch mode (IDEA-74261 )
2011-10-10 14:17:44 +02:00
defaultFileTemplateUsage
/defaultFile
detect old header too
2012-01-24 19:18:10 +04:00
defUse
…
deprecation
…
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
field can be local: exclude all fields used in fields initializers (IDEA-72649 )
2011-08-21 17:39:33 +02:00
javaDocInspection
…
localCanBeFinal
…
magic
/simple
performance, bit operations
2012-01-24 12:10:39 +04:00
nullableProblems
@Nullable/@NotNull problems: false positive: annotation is inapplicable for primitive types (IDEA-78186 )
2011-12-07 20:42:09 +01:00
numericOverflow
/simple
introduced PsiPolyadicExpression
2011-07-13 16:02:43 +04:00
quickFix
/SameParameterValue
…
redundantArrayForVarargs
…
redundantCast
redundant casts: skip casts in conditional branches of calls when resulted call would resolve to another method (IDEA-15720)
2011-09-01 19:07:48 +02:00
redundantSuppress
IDEA-80097 "Redundant suppression" inspection ability to ignore "ALL"
2012-01-25 15:26:12 +04:00
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
suspiciousCalls
IDEA-51920 'Suspicious call to Map.get' inspection should be aware of dataflow type information
2011-12-30 16:18:34 +01:00
suspiciousNameCombination
…
unusedMethodParameter
…
unusedReturnValue
…
usage1.5
…
visibility
…