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-06 20:39:40 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
717a44934beb0bc0df81393668c8a6af9f1ad60d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlightingPatternsInSwitch
History
Mikhail Pyltsin
717a44934b
[java-highlighting] IDEA-354239 support exhaustiveness for record patterns with cross-section
...
GitOrigin-RevId: 3a5ce8c4aeb88270fc750f1b671d02e0e3a9b7a7
2024-05-30 11:57:36 +00:00
..
BreakAndOtherStopWords.java
…
BrokenSealedHierarchy.java
…
CoverWithHierarchy.java
…
EffectivelyFinal21.java
…
FallthroughDefault.java
…
FallthroughPatternMatchingSwitch.java
…
GuardWithInstanceOfPatternMatching.java
…
HighlighterForPatternVariableInIf.java
…
HighlighterForPatternVariableInIfElse.java
…
HighlighterForPatternVariableInLocalVariable.java
…
HighlighterForPatternVariableInSwitch.java
…
IllegalFallthroughIn20Java.java
…
IllegalFallthroughIn21Java.java
…
MalformedReferenceExpression.java
…
MismatchedDeconstructionIn21Java.java
[java-highlighting] IJ-CR-132825 IDEA-352187 Support JEP 455: highlighting for instanceof with primitives
2024-05-01 21:37:16 +00:00
MultipleReferencesToPatternVariable.java
…
NullSelectorType.java
…
PatternMatchingInSwitchJava21.java
…
PatternMatchingInSwitchWithIfPatternMatching.java
…
PatternMatchingScope.java
…
PatternMatchingWithGuard.java
…
PatternsInSwitchIn11Java.java
…
PatternsInSwitchIn16Java.java
…
PatternsInSwitchIn21Java.java
make highlight visitors run concurrently; fix tests, get rid of HighlightInfoProcessors to fix IJPL-149030 HighlightVisitors should run in parallel
2024-05-01 11:53:23 +00:00
Reachability.java
…
ReachabilityStatement.java
…
RecordPatternsAndWhenGuardsInJava18.java
…
RecordPatternsAndWhenGuardsInJava21.java
…
SameVariableNameInPatternMatchingInSwitch.java
…
SealedWithLocalAndAnonymousClasses.java
…
SwitchDominanceIn21Java.java
…
SwitchExhaustivenessForDirectClassesIn21Java.java
…
SwitchExhaustivenessForEnumsWithSealedClassesIn21Java.java
…
SwitchExhaustivenessIn21Java.java
[java-highlighting] IDEA-354239 support exhaustiveness for record patterns with cross-section
2024-05-30 11:57:36 +00:00
SwitchExhaustivenessIn21JavaInfiniteRecursion.java
[java-highlighting] IDEA-354239 support exhaustiveness for record patterns with cross-section
2024-05-30 11:57:36 +00:00
SwitchExhaustivenessWithConcreteSealedClassesIn21Java.java
…
SwitchExhaustivenessWithGenericsIn21Java.java
…
SwitchExhaustivenessWithSealedIntersection.java
…
SwitchExprHasResult.java
…
SwitchRecordPrimitiveIsNotAllowed.java
[java-highlighting] IJ-CR-132825 IDEA-352187 Support JEP 455: highlighting for instanceof with primitives
2024-05-01 21:37:16 +00:00
SwitchSeveralPatternsUnnamed.java
…
SwitchWithPrimitivesNotAllowed.java
…
UnconditionalDestructuringAndDefaultIn21Java.java
…
UnconditionalForSelectTypeAndDominated.java
…
UnusedPatternVariable.java
…
WhenExpressionIsFalse.java
…
WhenExpressions.java
…