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
2026-01-09 08:09:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
121e7158197a4adb3ba65d61448180b216c15899
openide
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInspection
History
anna
fff4d16dd0
forbid usages documented @since 1.4 in runtime.classes
2010-01-14 20:48:09 +03:00
..
CanBeFinalTest.java
…
ConcatenationToMessageFormatActionTest.java
…
DataFlowInspectionFixtureTest.java
…
DataFlowInspectionTest.java
…
DeadCodeTest.java
do not flag dead code if custom JUnit runner is used (IDEA-25444)
2009-10-29 12:40:03 +03:00
DefaultFileTemplateInspectionTest.java
fix case of testdata
2009-09-29 21:29:22 +04:00
DefUseTest.java
…
DeprecationInspectionTest.java
…
DuplicateThrowsInspectionTest.java
…
EmptyMethodTest.java
empty method: do not warn if sync was added (IDEADEV-40820)
2009-10-13 12:33:04 +04:00
EntryPointsConverterTest.java
…
EqualsAndHashCodeTest.java
…
FieldCanBeLocalTest.java
…
InlineSameParameterValueTest.java
Inspections - pass onTheFly into ProblemDescriptors & use it to create LAZY refs in batch run.
2009-11-10 23:35:38 +03:00
InspectionProfilesConverterTest.java
…
InspectionProfileTest.java
testdata fixed
2009-12-01 13:40:54 +03:00
JavaAPIUsagesInspectionTest.java
forbid usages documented @since 1.4 in runtime.classes
2010-01-14 20:48:09 +03:00
JavaDocInspectionTest.java
allow duplicate throws (IDEADEV-41667)
2009-11-30 18:31:43 +03:00
LocalCanBeFinalTest.java
…
NullableStuffInspectionTest.java
…
RedundantArrayForVarargsCallInspectionTest.java
…
RedundantThrowTest.java
…
SameParameterValueTest.java
…
SillyAssignmentTest.java
…
SuspiciousCollectionMethodCallsTest.java
…
SuspiciousNameCombinationTest.java
…
UnusedMethodParameterTest.java
…
UnusedReturnValueTest.java
…
VisibilityInspectionTest.java
…