This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-06 06:05:50 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
addAnnotationAttributeName
T
History
…
..
afterMatchingArrayItem.java
[java] More tests for preview; minor fixes
2022-07-22 11:54:00 +00:00
afterMatchingType.java
…
afterMultiAttr.java
[java] More tests for preview; minor fixes
2022-07-22 11:54:00 +00:00
beforeMatchingArrayItem.java
[java] More tests for preview; minor fixes
2022-07-22 11:54:00 +00:00
beforeMatchingType.java
…
beforeMultiAttr.java
[java] More tests for preview; minor fixes
2022-07-22 11:54:00 +00:00
beforeMultiAttrUsedName.java
Java inspection: Added a fix for single-value annotations where the annotation doesn't have a 'value()' method and therefore "Expand Annotation to Normal Form" fix couldn't be applied (IDEA-158456, IDEA-157727)
2016-07-20 13:33:13 +03:00
beforeNonmatchingArrayItem.java
Java inspection: Added a fix for single-value annotations where the annotation doesn't have a 'value()' method and therefore "Expand Annotation to Normal Form" fix couldn't be applied (IDEA-158456, IDEA-157727)
2016-07-20 13:33:13 +03:00
beforeNonmatchingType.java
…