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-02-15 06:06:53 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c55dfd035ccb52c15c62e2a45bee3fc30c8d2f1d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlightingPatterns
History
Andrey Cherkasov
9ccc820db2
[java] Remove Java 17 Preview and Java 18 Preview language levels
...
IDEA-314047 GitOrigin-RevId: 8c24deb2dfb5361f08857d7933ab290476f4ce84
2023-06-19 17:37:05 +00:00
..
BoundTypeParameter.java
[java-highlighting] getDeconstructedImplicitPatternType: use captureTopLevelWildcards to fix handling bound type parameters
2023-02-07 12:02:10 +00:00
DeconstructionInstanceOf20.java
[java-highlighting] Fix pattern type inference for wildcard-parameterized patterns
2023-02-07 12:02:04 +00:00
DeconstructionInstanceOf.java
[java-highlighting] Fixes after review
2022-11-16 15:02:42 +00:00
ForEachPatternExhaustiveness.java
[java-highlighting] Record Patterns (Second Preview) in Java: fix false negative of the error Pattern is not exhaustive
2023-02-01 10:44:13 +00:00
InstanceOfAnnotations.java
…
InstanceOfBasics.java
…
InstanceOfControlFlow.java
IDEA-303240 Resolve for parenthesized patterns
2022-10-06 16:21:48 +00:00
InstanceOfInSwitch.java
…
InstanceOfInSwitchJava18.java
…
InstanceOfNameConflicts.java
…
InstanceOfNonReified.java
[java-highlighting] Fix pattern type inference for wildcard-parameterized patterns
2023-02-07 12:02:04 +00:00
InstanceOfPatternMatching.java
[java] Remove Java 17 Preview and Java 18 Preview language levels
2023-06-19 17:37:05 +00:00
InstanceOfSubtype.java
[java] Remove Java 17 Preview and Java 18 Preview language levels
2023-06-19 17:37:05 +00:00
ReassignPatternVariable.java
…
RecordPatternsInForEachJava19.java
[java-highlighting] Check applicability of an iteration declaration iff a correspond feature is available
2023-01-06 19:27:00 +00:00
RecordPatternsInForEachJava20.java
[java-highlighting] Fix pattern type inference for wildcard-parameterized patterns
2023-02-07 12:02:04 +00:00
UnusedPatternVariable.java
…