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-09-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
984af0337ea62d75ab289db4ce7c6b2c2bacd1b0
openide
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInspection
T
History
peter
984af0337e
allow dfa inspection to treat all non-annotated members as nullable (IDEA-129898)
2014-09-16 13:50:45 +02:00
..
bytecodeAnalysis
ensure external/inferred annotations are correctly shown on the gutter for decompiled files; test this
2014-09-12 16:29:46 +02:00
AnalysisScopeTest.java
…
BlockMarkerCommentsTest.java
…
CanBeFinalTest.java
…
ConcatenationToMessageFormatActionTest.java
…
ContractCheckTest.java
…
ContractInferenceFromSourceTest.groovy
don't duplicate method @NotNull annotation in inferred contracts (IDEA-129481)
2014-09-11 18:33:33 +02:00
ConvertParameterToLocalVariableTest.java
…
DataFlowInspection8Test.java
…
DataFlowInspectionAncientTest.java
…
DataFlowInspectionTest.java
allow dfa inspection to treat all non-annotated members as nullable (IDEA-129898)
2014-09-16 13:50:45 +02:00
DataFlowInspectionTestSuite.java
a simple purity contract inference (IDEA-128879)
2014-09-13 20:53:51 +02:00
DefaultFileTemplateInspectionTest.java
…
DefUseTest.java
…
DeprecationInspectionTest.java
…
DuplicateThrowsInspectionTest.java
…
EmptyMethodTest.java
…
EntryPointsConverterTest.java
…
EqualsAndHashCodeTest.java
…
FieldAccessedNotGuardedInspectionTest.java
…
FieldCanBeLocalTest.java
…
GlobalInspectionContextTest.java
…
InlineSameParameterValueTest.java
…
InspectionProfilesConverterTest.java
…
InspectionProfileTest.java
…
JavaAPIUsagesInspectionTest.java
…
JavaDocInspectionTest.java
ignore duplicated throws 'true' by default (IDEA-93780)
2014-08-14 15:20:10 +04:00
LocalCanBeFinalTest.java
…
MagicConstantInspectionTest.java
a utility method to add default jdkAnnotations in tests
2014-09-15 14:49:55 +02:00
NullableStuffInspection14Test.java
…
NullableStuffInspectionTest.java
IDEA-129829 Good code is red: @TypeQualifierDefault and method overriding
2014-09-15 14:49:57 +02:00
NumericOverflowTest.java
…
OfflineIRVTest.java
…
ParameterCanBeLocalTest.java
…
PurityInferenceFromSourceTest.groovy
don't infer purity for constructors
2014-09-16 13:50:44 +02:00
RedundantArray4VarargsCallInspectionTest.java
…
RedundantArrayForVarargsCallInspectionTest.java
…
RedundantCast15Test.java
…
RedundantCast18Test.java
…
RedundantCastTest.java
…
RedundantSuppressTest.java
…
RedundantThrowTest.java
…
RedundantTypeArgsInspectionTest.java
…
SameParameterValueTest.java
…
SillyAssignmentTest.java
…
SingleInspectionProfilePanelTest.java
…
SuperClassHasFrequentlyUsedInheritorsInspectionTest.java
…
SuspiciousCollectionMethodCalls14Test.java
…
SuspiciousCollectionMethodCallsTest.java
…
SuspiciousNameCombinationTest.java
…
TestOnlyInspectionTest.java
…
UnusedDeclarationTest.java
…
UnusedLibraryInspectionTest.java
test setup fixed
2014-08-29 16:10:58 +04:00
UnusedMethodParameterTest.java
…
UnusedReturnValueTest.java
…
VisibilityInspectionTest.java
…