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
6c5ac640b4169f640eca762e39752d80098c1dab
openide
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInspection
T
History
anna
3507e39732
inline redundant array: remove tailing commas (IDEA-67212)
2011-03-31 13:18:23 +02:00
..
CanBeFinalTest.java
case fixed
2010-11-22 17:51:57 +03:00
ConcatenationToMessageFormatActionTest.java
…
DataFlowInspectionFixtureTest.java
volatile field's nullity shouldn't be used for dfa (IDEA-64696)
2011-01-27 19:36:59 +01:00
DataFlowInspectionTest.java
…
DefaultFileTemplateInspectionTest.java
…
DefUseTest.java
…
DeprecationInspectionTest.java
…
DuplicateThrowsInspectionTest.java
…
EmptyMethodTest.java
…
EntryPointsConverterTest.java
do not leak project
2010-11-18 14:00:22 +03:00
EqualsAndHashCodeTest.java
…
FieldCanBeLocalTest.java
field can be local: extend "immutable" types (IDEA-63561)
2010-12-29 18:15:08 +03:00
InlineSameParameterValueTest.java
…
InspectionProfilesConverterTest.java
…
InspectionProfileTest.java
testdata fixed
2010-11-25 12:39:39 +03:00
JavaAPIUsagesInspectionTest.java
…
JavaDocInspectionTest.java
…
LocalCanBeFinalTest.java
…
NullableStuffInspectionTest.java
…
NumericOverflowTest.java
…
RedundantArray4VarargsCallInspectionTest.java
inline redundant array: remove tailing commas (IDEA-67212)
2011-03-31 13:18:23 +02:00
RedundantArrayForVarargsCallInspectionTest.java
…
RedundantThrowTest.java
should fix the RedundantThrowTest
2010-10-29 21:02:43 +02:00
RedundantTypeArgsInspectionTest.java
…
SameParameterValueTest.java
…
SillyAssignmentTest.java
…
SuspiciousCollectionMethodCallsTest.java
…
SuspiciousNameCombinationTest.java
…
UnusedDeclarationTest.java
check if abstract test class has non abstract inheritor -> its test methods are used
2011-02-10 19:25:54 +01:00
UnusedMethodParameterTest.java
…
UnusedReturnValueTest.java
…
VisibilityInspectionTest.java
…