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-05 18:50:54 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7327bf910a59ac4ee594ad0e5eb89439c4c8f203
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlightingPatternsInSwitch
History
Mikhail Pyltsin
7327bf910a
[java-highlighting] IDEA-353876 Support intersection type for switch selectors
...
GitOrigin-RevId: 075363ad27e93718b10b79234904eed7ac919436
2024-06-03 10:46:00 +00:00
..
BreakAndOtherStopWords.java
…
BrokenSealedHierarchy.java
…
CoverWithHierarchy.java
…
EffectivelyFinal21.java
…
ExhaustivenessWithIntersectionType.java
[java-highlighting] IDEA-353876 Support intersection type for switch selectors
2024-06-03 10:46:00 +00:00
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
…