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-07-09 12:30:07 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a6f1cb40401b84156c001a6706c593a7629d28d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
diamond
T
History
Anna.Kozlova
b015644d7a
get rid of redundant space in error message
2018-11-21 15:54:15 +01: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
…
DiamondInsideOverloadedThisReference.java
…
EnsureApplicabilityForDiamondCallIsCheckedBasedOnStaticFactoryApplicability.java
…
EraseTypeForNewExpressionWithDiamondsIfUncheckedConversionWasPerformedDuringApplicabilityCheck.java
get rid of redundant space in error message
2018-11-21 15:54:15 +01:00
ExceptionsThrownFromConstructorShouldBePreserved.java
highlight only method name on unhandled exception (IDEA-190912)
2018-04-25 21:11:38 +02:00
IDEA97294.java
…
IDEA140686.java
…
NoRawTypeInferenceWhenNewExpressionHasSpecifiedType.java
…
NullTypesInDiamondsInference.java
…
OuterClass.java
…
OverloadedConstructorsUnresolvedWithoutDiamonds.java
diamonds: simulate resolved constructor with generated static factory (IDEA-195813)
2018-07-23 19:20:55 +02:00
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
…