This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-08-17 11:40:50 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
621795bbee27a1bf9e77fa0cb73fb2a145ec9966
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
multipleJdks
/
java8
/
p
T
History
Anna Kozlova
f821d7de73
multi-module setup: ensure access to static method from base class available only through mediate class is marked as error (IDEA-91904)
2015-02-10 13:21:22 +01:00
..
DeclaredTypeOfVariableImplementsUnknownType.java
multiple jdks/not exported dependencies: check that declared type of the qualifier doesn't contain unknown types
2015-02-09 20:33:09 +01:00
GenericCallableWithDifferentTypeArgs.java
multiple jdks test of correct check of inheritance with different type arguments
2015-01-22 19:14:30 +01:00
GenericComparator.java
…
GetClass.java
…
NoOverriding.java
multiple jdks: test method signatures hierarchy
2015-02-09 19:38:17 +01:00
StaticCallOnChildWithNotAccessibleParent.java
multi-module setup: ensure access to static method from base class available only through mediate class is marked as error (IDEA-91904)
2015-02-10 13:21:22 +01:00
SuperclassImplementsGenericsOfUnknownType.java
multiple jdks in one project: highlight not accessible superclasses found in another module
2015-02-09 15:53:05 +01:00
SuperclassImplementsUnknownType.java
multiple jdks test of correct check of inheritance when super type has unknown type in type argument list
2015-01-22 19:14:32 +01:00
SuperMethodNotExist.java
multiple jdks test: ensure Map.getOrDefault doesn't exist in jdk 7 but exist in jdk 8
2015-01-22 20:36:25 +01:00
WrongComparator.java
…
WrongSuperInLibrary.java
…