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
2025-12-26 03:51:12 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cf066deca7b64715dcb5f57a6ed1e4933719f9cd
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
lambda
/
interfaceMethods
History
Anna Kozlova
cf066deca7
default methods: do not warn about protected methods from Object
2014-02-28 09:59:35 +01: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
java 8: forbid super in static methods
2013-11-05 12:56:04 +01:00
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
InheritDefaultMethodInInterface.java
…
InheritUnrelatedDefaults.java
…
NotInheritFromUnrelatedDefault.java
IDEA-115789 an interface inheriting a default method and an abstract method
2013-11-04 16:16:28 +01:00
StaticMethod.java
…
StaticMethodCalls.java
…
StaticMethods.java
untie static methods in interface hierarchy (IDEA-118577)
2013-12-23 16:44:50 +04:00
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
ThisAccessibility.java
…