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-05-01 10:48:09 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6aef1682d6cd1e89eda0b0ca35265459e8297191
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
interfaceMethods
History
Anna Kozlova
3f940f370f
reference to static method from interface: prefer static import context if provided (IDEA-130136)
2014-09-30 15:47:29 +02:00
..
AnnotationTypeExtensionsNotSupported.java
forbid 'static'/'default' in annotation types
2014-08-18 14:35:59 +04:00
CyclicSubstitutor.java
…
DefaultMethodOverrideEquivalentObject.java
…
DefaultMethodVisibility.java
…
DefaultSupersInStaticContext.java
…
ExtensionMethods.java
…
FinalStaticDefaultMethods.java
…
IDEA120498.java
testdata for IDEA-120498
2014-03-28 20:47:26 +01:00
IDEA122720.java
default methods: check for super class is now needed (IDEA-122720)
2014-03-26 18:54:39 +01:00
IDEA123839.java
IDEA-123839: abstract&default combination
2014-04-11 17:06:07 +02:00
InheritDefaultMethodInInterface.java
…
InheritUnrelatedDefaults.java
…
NotInheritFromUnrelatedDefault.java
IDEA-123839: abstract&default combination
2014-04-11 17:06:07 +02:00
StaticMethod.java
…
StaticMethodAccessibleBothThroughStaticImportAndInheritance.java
reference to static method from interface: prefer static import context if provided (IDEA-130136)
2014-09-30 15:47:29 +02:00
StaticMethodCalls.java
…
StaticMethods.java
…
StaticMethodsInFunctionalInterface.java
…
StaticOverloading.java
static methods in interfaces can't be hidden in subclasses (IDEA-124921)
2014-05-12 13:08:28 +04:00
SuperProtectedCalls.java
check access class for super expressions referenced to interfaces
2014-04-09 19:27:20 +02:00
ThisAccessibility.java
…