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-06-18 23:11:44 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2076c69eeb6a5f04c91d1bbfee0911340e33adf6
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
newMethodRef
T
History
Anna Kozlova
c99aa93112
method reference: ref qualified isExact fixed (IDEA-120370)
2014-02-11 18:35:49 +01:00
..
AfterBounds.java
…
AfterCollectors1.java
…
AfterCollectors2.java
…
AfterDistinctOps.java
…
AfterSliceOps.java
…
AssertNumberOfParameters.java
…
CapturingReturnValue.java
…
CheckReturnTypeForExactRefs.java
…
ContainingClassTypeParamsForBounds.java
…
DeepWildcardEliminating.java
deeply eliminate wildcards as they may appear during inference in wildcard's bounds
2014-01-30 12:02:21 +04:00
GenericArrayCreation.java
…
HighlightReferenceWhenContradictBoundsAreInferred.java
new inference: check containing class type params if they are in bounds
2014-02-07 18:43:53 +01:00
IDEA93587.java
…
IDEA106522.java
…
IDEA112574.java
…
IDEA113297.java
wildcard bounds composition (IDEA-113297)
2014-01-30 20:13:49 +04:00
IDEA113558.java
…
IDEA116359.java
…
IDEA117311.java
method refs: add constraint P1->ReferenceType for inexact method references despite of spec (IDEA-117311)
2014-01-30 12:02:17 +04:00
IDEA118437.java
method refs constraint (IDEA-118437)
2014-01-30 20:13:47 +04:00
IDEA120370.java
method reference: ref qualified isExact fixed (IDEA-120370)
2014-02-11 18:35:49 +01:00
IDEA120376.java
new inference: testdata for IDEA-120376
2014-02-07 19:52:36 +01:00
IncludeContainingClassParamsInResolveSetForConstructorRefs.java
…
InexactMethodReferencePrimitiveBound.java
…
LiftMethodReferenceTypeParams.java
…
PotentialApplicability.java
new inference: method refs overload resolution: filter static problems for ReferenceType refs only
2014-02-11 09:40:05 +01:00
RawConstructorReferenceWithTypeParams.java
…
WildcardReturns.java
…
WildcardsInClassTypeQualifier.java
…