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-07 05:09:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
250956f8b0d90f648d76597707b186767f19828c
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
diamond
History
Anna Kozlova
d3b899c7a9
static factory detection for top level method call (IDEA-172566)
2017-05-10 09:14:16 +03:00
..
AvoidClassRefCachingDuringInference.java
…
ConflictingNamesInConstructorAndClassTypeParameters.java
…
DetectStaticFactoryForTopLevelCall.java
static factory detection for top level method call (IDEA-172566)
2017-05-10 09:14:16 +03:00
DiagnosticMessageWhenConstructorIsUnresolved.java
…
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
…
EraseTypeForNewExpressionWithDiamondsIfUncheckedConversionWasPerformedDuringApplicabilityCheck.java
static factory detection for top level method call (IDEA-172566)
2017-05-10 09:14:16 +03:00
ExceptionsThrownFromConstructorShouldBePreserved.java
diamonds: copy throws list to static constructors to ensure correct unhandled exceptions, etc
2017-05-05 12:35:43 +03:00
IDEA97294.java
…
IDEA140686.java
…
NoRawTypeInferenceWhenNewExpressionHasSpecifiedType.java
…
NullTypesInDiamondsInference.java
…
OuterClass.java
…
OverloadOuterCall.java
…
ParameterizedConstructorWithDiamonds.java
…
RawArgumentInsideNewExpression.java
…
RawTypePassedToDiamond.java
lambda: ensure static factory is used when diamonds
2017-05-04 20:29:52 +03:00
Varargs.java
…
WithConstructorRefInside.java
…