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-07-21 23:39:38 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fabc3a7ee8657b43080c3bbdb00500752ab07b68
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
multipleJdks
/
java8
/
p
T
History
Dmitry Batkovich
b8d81c260a
java usages highlighting: add an additional test for multiple jdk configuration
2017-01-18 19:47:29 +03:00
..
BoxedTypesWhenPreGenericJDKPresentInProject.java
inference: ensure primitive -> boxed conversion won't end with pre-generics jdk (IDEA-154108)
2016-04-05 18:27:32 +02:00
ConditionalAssignedToJava3Object.java
conditional: ensure to convert type from parent to ll >= 1.8 so assignments would be correct, etc (IDEA-161854)
2016-09-30 09:33:28 +02:00
DeclaredTypeOfVariableImplementsUnknownType.java
accessibility: don't check supers during method/field type check
2016-02-19 19:18:43 +01:00
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
InFileReferencesHighlighting2.java
java usages highlighting: add an additional test for multiple jdk configuration
2017-01-18 19:47:29 +03:00
InFileReferencesHighlighting.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
MethodReferencePointingToDifferentJdk.java
substitute base class according to resolve place
2016-11-14 19:05:03 +01:00
NoOverriding.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
…
WrongSuperInLibrary.java
…