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 09:39:37 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5ae32b3ec9d0aa35865bcffcd102cd74d761941d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlightingPatterns
History
Bas Leijdekkers
1fd9cf454d
[java] more precise highlighting for "Annotations are not allowed in deconstruction pattern types"
...
GitOrigin-RevId: 689808b6ab80920e12a0b5d55712df066e84a406
2024-04-01 10:52:15 +00:00
..
BoundTypeParameter.java
…
DeconstructionInstanceOf21.java
[java] IDEA-345498 Remove explicit Java 20-preview support and parenthesized patterns
2024-02-12 19:12:36 +00:00
DeconstructionInstanceOf.java
…
ForEachPatternExhaustiveness.java
…
InstanceOfAnnotations.java
…
InstanceOfBasics.java
…
InstanceOfControlFlow.java
[java-highlighting] IJ-CR-125397 IDEA-344235 support calls with checked exceptions for instanceOf patterns
2024-02-13 21:45:04 +00:00
InstanceOfInSwitch.java
…
InstanceOfInSwitchJava18.java
…
InstanceOfNameConflicts.java
…
InstanceOfNonReified.java
…
InstanceOfSubtype.java
…
NotAnnotationsInDeconstructionType.java
[java] more precise highlighting for "Annotations are not allowed in deconstruction pattern types"
2024-04-01 10:52:15 +00:00
ReassignPatternVariable.java
…
RecordPatternsInForEachJava19.java
…
RecordPatternsInForEachJava21.java
…
UnnamedPatterns.java
[java-highlighting] Fixes in unnamed variables highlighting (IDEA-323960)
2023-08-02 21:04:54 +00:00
UnnamedPatternsJava22.java
[java-highlighting] IDEA-340211 Unnamed variables, turn on for java 22 (JEP 456)
2023-12-08 17:13:29 +00:00
UnnamedPatternsUnavailable.java
[java] Unnamed variables
2023-07-31 13:41:28 +00:00
UnusedPatternVariable.java
…