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-15 01:31:01 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2dd4d855fb0a6d09efec2fcccbbdce982280b768
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
multipleJdks
/
java7
/
p
History
Dmitry Batkovich
b8d81c260a
java usages highlighting: add an additional test for multiple jdk configuration
2017-01-18 19:47:29 +03:00
..
CloseableAutoCloseable.java
…
DeclaredTypeOfVariableImplementsUnknownType.java
…
GenericCallableWithDifferentTypeArgs.java
…
GenericComparator.java
…
GetClass.java
…
I.java
unrelated defaults: correct type if super classes come from different jdks (both 1.8 but of different versions)
2016-06-24 15:33:37 +03:00
LanguageLevelInReturnTypeCheck.java
…
List7.java
java usages highlighting: add an additional test for multiple jdk configuration
2017-01-18 19:47:29 +03:00
MissedAutoCloseable.java
…
NoOverriding.java
…
Object7.java
java highlight usages in file: highlight usages of a method when its super method is from alternative jdk
2017-01-18 19:17:19 +03:00
RawAssignmentToGenerics.java
…
StaticCallOnChildWithNotAccessibleParent.java
…
SuperclassImplementsGenericsOfUnknownType.java
…
SuperclassImplementsUnknownType.java
…
SuperMethodNotExist.java
…
UnrelatedDefaultsFromDifferentJdkVersions.java
unrelated defaults: correct type if super classes come from different jdks (both 1.8 but of different versions)
2016-06-24 15:33:37 +03:00
WrongComparator.java
…
WrongComparatorInUpperBound.java
…