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-04 08:51:02 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbf500d2d4f616edd250413a89a1426ef8aa6bc9
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
diamond
History
Anna.Kozlova
faa4c93b47
skip errors in case of diamond inference with type parameters on constructor
2017-04-03 13:52:13 +02:00
..
AvoidClassRefCachingDuringInference.java
…
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
DiamondConstructorWithTypeParameters.java
skip errors in case of diamond inference with type parameters on constructor
2017-04-03 13:52:13 +02:00
DiamondInsideOverloadedThisReference.java
pull up inference errors when current call has no type parameters (IDEA-169316)
2017-03-09 15:04:34 +01:00
EnsureApplicabilityForDiamondCallIsCheckedBasedOnStaticFactoryApplicability.java
check diamond applicability over static factory underneath (IDEA-159287)
2016-08-08 08:35:27 +02:00
EraseTypeForNewExpressionWithDiamondsIfUncheckedConversionWasPerformedDuringApplicabilityCheck.java
diamonds: don't infer raw type when inference of a staticFactory failed
2017-03-13 14:16:44 +01:00
IDEA97294.java
…
IDEA140686.java
…
NoRawTypeInferenceWhenNewExpressionHasSpecifiedType.java
…
NullTypesInDiamondsInference.java
…
OuterClass.java
…
OverloadOuterCall.java
…
ParameterizedConstructorWithDiamonds.java
fix testdata
2016-09-19 18:50:55 +03:00
RawArgumentInsideNewExpression.java
erasure return type when unchecked conversion was required deep inside (IDEA-168316)
2017-02-17 10:57:30 +01:00
Varargs.java
…
WithConstructorRefInside.java
…