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-05-03 11:47:50 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4e5f5a2c420885259b0a8e1403ce4e4b5a4572d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
explicit2diamond
History
Anna Kozlova
a5af84762d
can be diamond: ensure inner class is referenced as simple name, otherwise qualified text with generics outer class would lead to kinda raw type (IDEA-159179)
2016-08-12 09:21:55 +03:00
..
after1.java
…
after4.java
convert to diamonds: take care of java 8 inference, check on non-physical elements (IDEA-151559)
2016-02-22 15:59:38 +01:00
after5.java
…
after6.java
…
afterDiamondWithInnerClassArgumentInsideGenericOuterClass.java
can be diamond: ensure inner class is referenced as simple name, otherwise qualified text with generics outer class would lead to kinda raw type (IDEA-159179)
2016-08-12 09:21:55 +03:00
afterReformatArgs.java
…
before1.java
…
before2.java
…
before3.java
…
before4.java
convert to diamonds: take care of java 8 inference, check on non-physical elements (IDEA-151559)
2016-02-22 15:59:38 +01:00
before5.java
…
before6.java
convert to diamonds: take care of java 8 inference, check on non-physical elements (IDEA-151559)
2016-02-22 15:59:38 +01:00
before7.java
…
before8.java
…
before9.java
…
beforeDiamondWithInnerClassArgumentInsideGenericOuterClass.java
can be diamond: ensure inner class is referenced as simple name, otherwise qualified text with generics outer class would lead to kinda raw type (IDEA-159179)
2016-08-12 09:21:55 +03:00
beforeInAnonymousInner1.java
…
beforeInAnonymousInner.java
…
beforeInvalid.java
explicit -> diamond: ignore invalid types (IDEA-155017)
2016-04-20 19:13:20 +02:00
beforeOverloadContainingMethods1.java
convert to diamonds: raise a problem if containing method can't be resolved (IDEA-151540)
2016-02-22 15:59:38 +01:00
beforeOverloadContainingMethods.java
convert to diamonds: take care of java 8 inference, check on non-physical elements (IDEA-151559)
2016-02-22 15:59:38 +01:00
beforeReformatArgs.java
…