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-02 14:20:55 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c1c40665ce551ecb57db24ef6300a4a9fccd282d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
diamond
History
Anna.Kozlova
c1c40665ce
erasure type of new expression if diamonds were used and during applicability check unchecked conversion was applied (IDEA-154009)
2016-04-01 16:53:23 +02:00
..
AvoidClassRefCachingDuringInference.java
new inference: avoid resolveGenericMethod on new expressions as diamond types are expanded and cached on class reference (IDEA-133297)
2014-11-25 13:36:23 +01:00
DiagnosticMessageWhenConstructorIsUnresolved.java
diamonds: additional diagnostics for cases when constructor is unresolved (IDEA-146028)
2015-10-06 17:36:58 +02:00
EraseTypeForNewExpressionWithDiamondsIfUncheckedConversionWasPerformedDuringApplicabilityCheck.java
erasure type of new expression if diamonds were used and during applicability check unchecked conversion was applied (IDEA-154009)
2016-04-01 16:53:23 +02:00
IDEA97294.java
…
IDEA140686.java
testdata for IDEA-140686
2015-10-02 20:32:08 +02:00
NoRawTypeInferenceWhenNewExpressionHasSpecifiedType.java
new inference: don't start inference if new expression contains type args (IDEA-148621)
2015-11-30 19:45:19 +01:00
NullTypesInDiamondsInference.java
null types (IDEA-146740)
2015-10-26 13:50:02 +01:00
OuterClass.java
…
OverloadOuterCall.java
new inference: check bounds problems for all variables acceptable in current context (IDEA-138407); reject complicated dependencies (see JDK-8039299)
2015-04-02 21:19:54 +02:00
Varargs.java
…
WithConstructorRefInside.java
diamonds: ensure new expression with diamond is treated as poly expression; ensure that site substitutions for constructor refs are ignored as they always contain raw substitutions
2015-09-30 17:35:12 +02:00