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-10 09:39:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
07fe5de1ce42f6130769b78045b5ed46c66fb356
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
diamond
History
…
..
AvoidClassRefCachingDuringInference.java
…
ConflictingNamesInConstructorAndClassTypeParameters.java
…
ConstructorAccessibility.java
…
DetectStaticFactoryForTopLevelCall.java
…
DiagnosticMessageWhenConstructorIsUnresolved.java
…
DiamondConstructorWithTypeParameters.java
…
DiamondInsideOverloadedThisReference.java
pull up inference errors when current call has no type parameters (IDEA-169316)
2017-03-09 15:04:34 +01:00
DiamondsUncheckedWarning.java
…
EnsureApplicabilityForDiamondCallIsCheckedBasedOnStaticFactoryApplicability.java
…
EraseTypeForNewExpressionWithDiamondsIfUncheckedConversionWasPerformedDuringApplicabilityCheck.java
…
ExceptionsThrownFromConstructorShouldBePreserved.java
…
IDEA97294.java
…
IDEA140686.java
…
NestedDiamondsAnonymousCase.java
…
NestedDiamondsInsideAssignmentInMethodsCall.java
…
NoRawTypeInferenceWhenNewExpressionHasSpecifiedType.java
…
NullTypesInDiamondsInference.java
…
OuterClass.java
…
OverloadedConstructorsUnresolvedWithoutDiamonds.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
…
RawArgumentInsideNewExpression.java
…
RawTypePassedToDiamond.java
…
Varargs.java
…
WithConstructorRefInside.java
…