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-20 11:36:16 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e86902ebcce12fb534028f81dfc23ef7271b22ad
openide
/
java
/
java-tests
/
testData
/
inspection
T
History
Dmitry Batkovich
36c9328f8d
StaticPseudoFunctionalStyleMethodInspection: handles filter(list, classAsFilter) and find() with default value
2015-04-23 14:59:45 +03:00
..
blockMarkerComments
…
canBeFinal
…
collectionAddAllCanBeReplacedWithConstructor
IDEA-138456 inspection to replace collections.addAll() with properly parametrized constructor.
2015-04-02 17:12:41 +03:00
converter
…
dataFlow
add hardcoded contracts for Guava checkArgument/checkState (IDEA-126005)
2015-04-20 17:06:34 +02:00
deadCode
…
defaultFileTemplateUsage
…
defUse
…
deprecation
…
duplicateThrows
/simple
…
emptyMethod
…
equalsAndHashcode
…
fieldCanBeLocal
…
globalContext
…
guarded
…
javaDocInspection
…
lambdaLibsStatic
StaticPseudoFunctionalStyleMethodInspection: handles filter(list, classAsFilter) and find() with default value
2015-04-23 14:59:45 +03:00
localCanBeFinal
…
magic
/simple
…
nullableProblems
custom nullable annotation on an element should win over package-default not-null (IDEA-138894)
2015-04-08 18:13:16 +02:00
numericOverflow
/simple
…
offline
…
parameterCanBeLocal
…
quickFix
…
redundantArrayForVarargs
…
redundantCast
redundant cast: ensure only one cast from 2 same but equals casts is suggested as redundant (IDEA-135043)
2015-01-19 19:02:13 +01:00
redundantSuppress
redundant suppressions: ignore global custom inspections (IDEA-138622)
2015-04-02 21:19:53 +02:00
redundantThrow
…
redundantTypeArgs
…
sameParameterValue
…
sillyAssignment
…
smartInheritance
…
stringTokenizerDelimiter
IDEA-138382 Added inspection to report about duplicated characters in StringTokenizer's delimiters
2015-04-01 14:47:00 +03:00
suspiciousCalls
testdata fixed
2015-02-19 19:10:09 +01:00
suspiciousNameCombination
…
testOnly
…
unusedLibrary
…
unusedMethodParameter
…
unusedReturnValue
…
usage1.5
api usage: warn about @Override on 'non-existing' method
2015-01-27 21:34:08 +03:00
visibility
…