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-11 15:50:25 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
283613d591dccfc07bbde3df186044fdcdd0479f
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
diamond
History
Anna Kozlova
926d7063f5
fix testdata
2016-09-19 18:50:55 +03: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
ConflictingNamesInConstructorAndClassTypeParameters.java
diamonds: fix conflicting names between constructor and class type parameters (rename the constructor type parameters)
2016-08-09 15:52:11 +02:00
DiagnosticMessageWhenConstructorIsUnresolved.java
highlight diamonds as type parameter list (IDEA-156859)
2016-06-06 17:52:24 +03:00
EnsureApplicabilityForDiamondCallIsCheckedBasedOnStaticFactoryApplicability.java
check diamond applicability over static factory underneath (IDEA-159287)
2016-08-08 08:35:27 +02:00
EraseTypeForNewExpressionWithDiamondsIfUncheckedConversionWasPerformedDuringApplicabilityCheck.java
check diamond applicability over static factory underneath (IDEA-159287)
2016-08-08 08:35:27 +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
ParameterizedConstructorWithDiamonds.java
fix testdata
2016-09-19 18:50:55 +03:00
Varargs.java
diamonds: constructor varargs (IDEA-131918)
2014-10-29 14:21:11 +01:00
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