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-14 09:10:03 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
df3e5be8cb71078949828f4f49ca6b0383ddcb8e
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
interfaceMethods
History
Anna Kozlova
df3e5be8cb
inherit unrelated abstract/default through hierarchy (IDEA-146070)
2016-01-07 16:06:39 +01: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
inherit abstract/default when inheritor provides substitutor which makes 2 different methods in the super hierarchy override equivalent (IDEA-140490; IDEA-146056)
2016-01-07 16:06:39 +01: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
Inherit2MethodsWithSameOverrideEquivalentSignatureFromOneSuperclass.java
inherit abstract/default when inheritor provides substitutor which makes 2 different methods in the super hierarchy override equivalent (IDEA-140490; IDEA-146056)
2016-01-07 16:06:39 +01:00
InheritanceOfStaticMethodFromDefault.java
…
InheritDefaultMethodInInterface.java
…
InheritUnrelatedDefaults.java
unrelated defaults false negative (IDEA-144518)
2015-08-31 19:09:55 +03:00
ModifierNativeInInterface.java
…
MultipleDefaultsAndAbstractsSomeOfWhichOverridesEachOther.java
inherit unrelated abstract/default through hierarchy (IDEA-146070)
2016-01-07 16:06:39 +01:00
NotInheritFromUnrelatedDefault.java
inherit abstract/default when inheritor provides substitutor which makes 2 different methods in the super hierarchy override equivalent (IDEA-140490; IDEA-146056)
2016-01-07 16:06:39 +01: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
…