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-17 10:40:31 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ad7219cdbca0c04cda2964efefe8d1d6d758762
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
…
IDEA122720.java
…
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
…
ThisAccessibility.java
…