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-16 08:39:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c1c40665ce551ecb57db24ef6300a4a9fccd282d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
multipleJdks
/
java8
/
p
T
History
Anna Kozlova
e6a49d0ab6
accessibility: don't check supers during method/field type check
2016-02-19 19:18:43 +01:00
..
DeclaredTypeOfVariableImplementsUnknownType.java
accessibility: don't check supers during method/field type check
2016-02-19 19:18:43 +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
…
WrongComparatorInUpperBound.java
test to ensure that capture's bound is corrected according to the used jdk/library
2015-12-02 15:42:02 +01:00
WrongSuperInLibrary.java
…