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 11:36:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
024f917277c1afeb102f881ac8fe9c0ff0dbebf1
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
interfaceMethods
History
Anna Kozlova
6fd53851a0
report unrelated defaults when 2 default methods provided; abstract/default otherwise (IDEA-141714)
2015-06-23 12:05:22 +03:00
..
AnnotationTypeExtensionsNotSupported.java
…
CyclicSubstitutor.java
…
DefaultMethodOverrideEquivalentObject.java
…
DefaultMethodVisibility.java
…
DefaultSupersInStaticContext.java
…
ExtensionMethods.java
…
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
InheritanceOfStaticMethodFromDefault.java
ensure static method inherit default if container classes are inheritors
2015-05-17 17:39:18 +02:00
InheritDefaultMethodInInterface.java
…
InheritUnrelatedDefaults.java
report unrelated defaults when 2 default methods provided; abstract/default otherwise (IDEA-141714)
2015-06-23 12:05:22 +03:00
ModifierNativeInInterface.java
forbid native in interfaces (IDEA-140491)
2015-05-20 13:49:49 +02:00
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 interface method: if called on wrong qualifier mark as static problem (IDEA-139651)
2015-04-28 13:04:57 +02:00
StaticMethodCallsAndOverloadResolution.java
static interface method: if called on wrong qualifier mark as static problem (IDEA-139651)
2015-04-28 13:04:57 +02:00
StaticMethods.java
…
StaticMethodsInFunctionalInterface.java
…
StaticOverloading.java
…
SuperProtectedCalls.java
…
ThisAccessibility.java
…