This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-16 22:51:17 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a87146dc5bb619b1820decccf7a7a88a75c3ead7
openide
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInspection
History
Alexey Kudravtsev
a87146dc5b
Magic constant inspection
2012-01-12 16:41:32 +04:00
..
CanBeFinalTest.java
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
ConcatenationToMessageFormatActionTest.java
…
DataFlowInspectionFixtureTest.java
IDEA-68815 ConstantConditions inspection inside timers
2011-09-27 18:44:03 +02:00
DataFlowInspectionTest.java
IDEA-78370
2011-12-09 19:59:46 +04:00
DefaultFileTemplateInspectionTest.java
…
DefUseTest.java
…
DeprecationInspectionTest.java
…
DuplicateThrowsInspectionTest.java
…
EmptyMethodTest.java
…
EntryPointsConverterTest.java
…
EqualsAndHashCodeTest.java
…
FieldCanBeLocalTest.java
…
InlineSameParameterValueTest.java
…
InspectionProfilesConverterTest.java
…
InspectionProfileTest.java
…
JavaAPIUsagesInspectionTest.java
@Override added
2011-10-26 20:20:26 +04:00
JavaDocInspectionTest.java
javadoc: do not force to have required tags out of scope (IDEA-73398 )
2011-12-12 09:13:06 +01:00
LocalCanBeFinalTest.java
…
MagicConstantInspectionTest.java
Magic constant inspection
2012-01-12 16:41:32 +04:00
NullableStuffInspectionTest.java
…
NumericOverflowTest.java
…
RedundantArray4VarargsCallInspectionTest.java
…
RedundantArrayForVarargsCallInspectionTest.java
…
RedundantCast15Test.java
…
RedundantCastTest.java
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
RedundantThrowTest.java
…
RedundantTypeArgsInspectionTest.java
…
SameParameterValueTest.java
…
SillyAssignmentTest.java
…
SuspiciousCollectionMethodCallsTest.java
IDEA-51920 'Suspicious call to Map.get' inspection should be aware of dataflow type information
2011-12-30 16:18:34 +01:00
SuspiciousNameCombinationTest.java
…
UnusedDeclarationTest.java
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
UnusedMethodParameterTest.java
…
UnusedReturnValueTest.java
…
VisibilityInspectionTest.java
…