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-08 15:09:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e98c32838a6580e6099f9860ac9701ce2489a669
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
advHighlightingPatterns
History
Mikhail Pyltsin
e98c32838a
[java-highlighting] IDEA-311833. Not correct warning about unchecked cast
...
GitOrigin-RevId: aec8937d162d2f84c0abf22d50015477427ee602
2023-01-29 23:14:53 +00:00
..
DeconstructionInstanceOf20.java
[java-highlighting] IDEA-311833. Not correct warning about unchecked cast
2023-01-29 23:14:53 +00:00
DeconstructionInstanceOf.java
[java-highlighting] Fixes after review
2022-11-16 15:02:42 +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
…
InstanceOfNameConflicts.java
…
InstanceOfNonReified.java
…
InstanceOfPatternMatching.java
…
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
…
RecordPatternsInForEachJava19.java
[java-highlighting] Check applicability of an iteration declaration iff a correspond feature is available
2023-01-06 19:27:00 +00:00
RecordPatternsInForEachJava20.java
[java-highlighting] IDEA-311786. Support PsiForeachStatementBase for foreach
2023-01-28 15:13:13 +00:00
UnusedPatternVariable.java
…