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
e5fd0db64d849cfc745b25b549fa6e5543790eca
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlightingPatternsInSwitch
History
Andrey Cherkasov
4bbfaee267
[java] more tests
...
GitOrigin-RevId: cadfc50eb18ecb5db9f1a7c7622e76b7ea220b8c
2022-10-28 22:42:20 +00:00
..
BreakAndOtherStopWords.java
…
BrokenSealedHierarchy.java
EA-447738 [patterns for switch] - handle the case when permits list contains unresolved reference type
2022-02-07 07:09:53 +00:00
EffectivelyFinal.java
[java-highlighting] the variable declared inside the guard can be non-final
2022-10-13 13:08:43 +00:00
EffectivelyFinalWhen.java
[java-highlighting] the variable declared inside the guard can be non-final
2022-10-13 13:08:43 +00:00
FallthroughDefault.java
…
FallthroughPatternMatchingSwitch.java
…
GuardedPatterns.java
…
GuardWithInstanceOfPatternMatching.java
…
HighlighterForPatternVariableInIf.java
…
HighlighterForPatternVariableInIfElse.java
…
HighlighterForPatternVariableInLocalVariable.java
…
HighlighterForPatternVariableInSwitch.java
…
IllegalFallthroughIn19Java.java
[java error highlighting] fix: highlight illegal fall-through when default case exists
2022-09-01 09:46:20 +00:00
MalformedReferenceExpression.java
…
MismatchedDeconstructionIn19Java.java
IDEA-300124: highlight raw deconstruction patterns
2022-08-24 11:36:18 +00:00
MultipleReferencesToPatternVariable.java
…
PatternMatchingInSwitch.java
[java-highlighting] pattern of any type is not applicable at primitive types (JEP 427)
2022-10-03 11:02:10 +00:00
PatternMatchingInSwitchJava18.java
…
PatternMatchingInSwitchWithIfPatternMatching.java
…
PatternMatchingScope.java
…
PatternMatchingWithGuard.java
…
PatternsInSwitchIn11Java.java
IDEA-290334 - fix red code warnings regarding patterns in switch/instanceof for older java versions
2022-03-15 07:28:26 +00:00
PatternsInSwitchIn16Java.java
IDEA-290334 - fix red code warnings regarding patterns in switch/instanceof for older java versions
2022-03-15 07:28:26 +00:00
PatternsInSwitchIn19Java.java
[java] more tests
2022-10-28 22:42:20 +00:00
Reachability.java
…
RecordPatternsAndWhenGuardsInJava18.java
[java] check pattern guards and record patterns feature in HighlightVisitorImpl
2022-06-28 15:41:21 +00:00
RecordPatternsAndWhenGuardsInJava19.java
[java] check pattern guards and record patterns feature in HighlightVisitorImpl
2022-06-28 15:41:21 +00:00
SameVariableNameInPatternMatchingInSwitch.java
…
SwitchDominanceIn19Java.java
IDEA-298317: don't highlight null as dominated
2022-07-28 08:26:17 +00:00
SwitchExhaustivenessIn19Java.java
[java-inspections] IDEA-304462 Nested total pattern is reported as always true, despite component might be null
2022-10-25 15:51:57 +00:00
SwitchExhaustivenessWithGenericsIn19Java.java
IDEA-297405: don't check not applicable types for exhaustiveness
2022-08-31 09:33:58 +00:00
SwitchExhaustivenessWithSealedIntersection.java
IDEA-302550 [java highlighting] switch exhaustiveness: consider permitted classes inside pattern check
2022-10-28 13:33:18 +00:00
SwitchExprHasResult.java
…
UnconditionalDestructuringAndDefaultIn19Java.java
[java-inspections] IDEA-304462 Nested total pattern is reported as always true, despite component might be null
2022-10-25 15:51:57 +00:00
UnusedPatternVariable.java
…
WhenExpressionIsFalse.java
[java-highlighting] It is a compile-time error if a when expression is a constant expression with the value 'false'
2022-09-08 14:33:42 +00:00
WhenExpressions.java
[java-highlighting] Check if 'when' expression have type boolean or Boolean
2022-09-28 21:21:16 +00:00