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-17 21:15:58 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
434cd952b7fc09f6a33e0120249f4dc225aaf36c
openide
/
java
/
java-tests
/
testData
/
inspection
/
dataFlow
/
fixture
T
History
peter
ff89600364
IDEA-88777 equlas() and == should be taken into account by nullability check
2012-07-17 18:54:47 +02:00
..
AnnReport.java
…
BigMethodNotComplex.java
…
Boxing128.java
IDEA-86945 'Redundant type cast' and 'Constant conditions & exceptions' inspections
2012-06-19 18:41:10 +02:00
BuildRegexpNotComplex.java
cleanup silly dfa class distinctions (e.g. ({1},{2}))
2012-04-18 19:28:41 +02:00
CanBeNullDoesntImplyIsNull.java
…
ComparingToNotNullShouldNotAffectNullity.java
IDEA-85035 Wrong "possible NPE" warning
2012-04-23 15:58:21 +02:00
ContinueFlushesLoopVariable.java
remove copyright from testdata
2012-07-17 18:54:46 +02:00
EqualsNotNull.java
IDEA-88777 equlas() and == should be taken into account by nullability check
2012-07-17 18:54:47 +02:00
FieldChangedBetweenSynchronizedBlocks.java
…
FieldInAnonymous.java
…
FinalFieldsInitializedByAnnotatedParameters.java
fix false NPE alarms on fields
2012-06-26 22:02:48 +02:00
GeneratedEquals.java
fix generated equals wrongly highlighted by dfa inspection
2012-04-18 19:28:41 +02:00
IDEA84489.java
IDEA-84489
2012-04-18 16:17:11 +04:00
MultiCatch.java
IDEA-88425 "Constant conditions & exceptions" inspection fails in the presence of multicatch
2012-07-09 15:04:37 +02:00
NullableAnonymousMethod.java
…
NullableAnonymousParameter.java
…
NullableAnonymousVolatile.java
…
NullableAnonymousVolatileNotNull.java
…
NullableField.java
…
StringTernaryAlwaysTrue.java
IDEA-86160 Constant conditions & exceptions: no highlighting when one is expected
2012-05-23 13:39:50 +02:00
TernaryInWhileNotComplex.java
…
TryCatchInForNotComplex.java
…
TryInAnonymous.java
…