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-25 18:25:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
86c0b2da1424b82a2ccd415c4e99a632ff50c2f2
openide
/
java
/
java-tests
/
testData
/
inspection
/
dataFlow
/
fixture
T
History
peter
f0d7a0d5a6
IDEA-85035 Wrong "possible NPE" warning
2012-04-23 15:58:21 +02:00
..
AnnReport.java
NotNullValues mustn't end up in equivalence classes table.
2012-03-16 21:05:10 +04:00
BigMethodNotComplex.java
…
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
FieldChangedBetweenSynchronizedBlocks.java
synchronized block start should really flush fields
2012-04-18 12:07:42 +02:00
FieldInAnonymous.java
…
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
NullableAnonymousMethod.java
…
NullableAnonymousParameter.java
…
NullableAnonymousVolatile.java
…
NullableAnonymousVolatileNotNull.java
…
NullableField.java
…
TernaryInWhileNotComplex.java
don't multiply dfa states up to infinity when comparing ints (NameUtil.MinusculeMatcher.matchAfterFragment too complex to analyze)
2012-04-18 12:07:41 +02:00
TryCatchInForNotComplex.java
empty dfa stack when going to catch or finally in control flow
2012-04-18 12:07:42 +02:00
TryInAnonymous.java
…