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-01-10 01:09:46 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b7e0f0708735501cb7b92446fc98392c391edcd
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlightingPatterns
History
Andrey Cherkasov
2b7e0f0708
[java-highlighting] Incorrect number of nested patterns: provide quick-fixes if it is possible
...
IDEA-298829 GitOrigin-RevId: 7a7da446d502a89ba3040e3558929bd918111de9
2022-11-08 17:52:21 +00:00
..
DeconstructionInstanceOf.java
[java-highlighting] Incorrect number of nested patterns: provide quick-fixes if it is possible
2022-11-08 17:52:21 +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
[java-highlighting] Avoid wrong error message when if statement is directly inside the switch
2022-06-15 19:18:27 +00:00
InstanceOfNameConflicts.java
…
InstanceOfNonReified.java
…
InstanceOfPatternMatching.java
java - moved some tests as they belong rather to highlighting than to DFA
2021-11-08 10:22:21 +00:00
InstanceOfSubtype.java
…
InstanceOfSubtypeJava19.java
[java-highlighting] Allow instanceof pattern on subtype since Java 19 (JEP 427)
2022-10-03 11:02:13 +00:00
ReassignPatternVariable.java
…
UnusedPatternVariable.java
…