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-11 20:07:01 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
105f33870f2843f65dbd5672c3d016cdd0a0cf82
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
interfaceMethods
History
Anna Kozlova
2da2ff75fa
don't reject static method of interfaces imported via static imports (IDEA-145504)
2015-09-25 15:43:09 +03:00
..
AcceptStaticInterfaceMethodsImportedViaStaticImports.java
don't reject static method of interfaces imported via static imports (IDEA-145504)
2015-09-25 15:43:09 +03:00
AnnotationTypeExtensionsNotSupported.java
…
CyclicSubstitutor.java
…
DefaultMethodOverrideEquivalentObject.java
…
DefaultMethodVisibility.java
…
DefaultSupersInStaticContext.java
…
ExtensionMethods.java
A.super.field should not accept super interface (IDEA-140646)
2015-07-07 18:18:30 +03:00
FinalStaticDefaultMethods.java
…
IDEA120498.java
…
IDEA122720.java
…
IDEA123839.java
report unrelated defaults when 2 default methods provided; abstract/default otherwise (IDEA-141714)
2015-06-23 12:05:22 +03:00
IgnoreStaticInterfaceMethods.java
resolve/overload resolution: collect static methods of interface called on foreign class/instance but filter them out during overload resolution (IDEA-145187)
2015-09-17 13:42:45 +03:00
InheritanceOfStaticMethodFromDefault.java
…
InheritDefaultMethodInInterface.java
…
InheritUnrelatedDefaults.java
unrelated defaults false negative (IDEA-144518)
2015-08-31 19:09:55 +03:00
ModifierNativeInInterface.java
…
NotInheritFromUnrelatedDefault.java
report unrelated defaults when 2 default methods provided; abstract/default otherwise (IDEA-141714)
2015-06-23 12:05:22 +03:00
StaticMethod.java
…
StaticMethodAccessibleBothThroughStaticImportAndInheritance.java
…
StaticMethodAccessibleThroughStaticImportButExplicitlyQualified.java
…
StaticMethodCalls.java
static methods of interfaces: accept calls on type parameters with exact one interface bound (IDEA-145269)
2015-09-18 14:37:14 +03:00
StaticMethodCallsAndOverloadResolution.java
…
StaticMethods.java
…
StaticMethodsInFunctionalInterface.java
…
StaticOverloading.java
…
SuperProtectedCalls.java
…
ThisAccessibility.java
…