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-04 12:17:12 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d84cfe4661981478540e8a33d2afec0a412af659
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
interfaceMethods
History
Anna Kozlova
5a0fe4306e
check access class for super expressions referenced to interfaces
2014-04-09 19:27:20 +02:00
..
CyclicSubstitutor.java
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
2014-02-18 13:55:52 +04:00
DefaultMethodOverrideEquivalentObject.java
default methods: do not warn about protected methods from Object
2014-02-28 09:59:35 +01:00
DefaultMethodVisibility.java
…
DefaultSupersInStaticContext.java
…
ExtensionMethods.java
correct level in highlighting:
2014-02-10 20:03:58 +04:00
FinalStaticDefaultMethods.java
java 8: final and default/static in interfaces
2014-02-20 22:40:18 +01:00
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
InheritDefaultMethodInInterface.java
…
InheritUnrelatedDefaults.java
…
NotInheritFromUnrelatedDefault.java
…
StaticMethod.java
…
StaticMethodCalls.java
…
StaticMethods.java
…
StaticMethodsInFunctionalInterface.java
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
2014-02-18 13:55:52 +04:00
SuperProtectedCalls.java
check access class for super expressions referenced to interfaces
2014-04-09 19:27:20 +02:00
ThisAccessibility.java
…