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-17 11:40:50 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
809b2fdb08255977862f717a577bfd1cd7ec2ea4
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
anna
e39f09af16
@Nullable/@NotNull problems: false positive: annotation is inapplicable for primitive types (IDEA-78186 )
2011-12-07 20:42:09 +01: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
Fix test data
2011-12-07 19:34:01 +01: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
…
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
…
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
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
suspiciousCalls
…
suspiciousNameCombination
…
unusedMethodParameter
…
unusedReturnValue
…
usage1.5
…
visibility
…