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-18 16:17:00 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3a669178f51f8702c858f88e74d117c658d40773
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
…
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
…
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
…