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-09 08:09:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
178e834fb9c04176094970bca09dfba6a6fc4d46
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
annotations
History
Anna.Kozlova
a59edc4e4a
accessibility check for annotation parameters: treat parameters as they are outside the class (IDEA-165904)
2016-12-27 14:47:58 +01:00
..
annotationOverIncompleteCode.java
annotations: check error elements after annotation to rise annotation not expected here instead of some unpredictable warnings (IDEA-160106)
2016-09-15 18:35:33 +03:00
cannotFindMethod.java
…
clashMethods.java
invalid annotation type detection based on type element (IDEA-142884)
2015-07-21 18:36:10 +02:00
duplicateAnnotation.java
…
duplicateAttribute.java
…
duplicateTarget.java
…
dupMethods.java
…
enumValues.java
…
inapplicable.java
…
incompatibleType1.java
…
incompatibleType2.java
…
incompatibleType3.java
…
incompatibleType4.java
…
incompatibleType5.java
…
invalidType.java
invalid annotation type detection based on type element (IDEA-142884)
2015-07-21 18:36:10 +02:00
missingAttribute.java
…
nonConstantInitializer.java
…
notValueNameOmitted.java
…
package-info.java
Cleanup (unneeded test parameters)
2015-07-02 16:06:52 +03:00
packageAnnotationNotInPackageInfo.java
Cleanup (unneeded test parameters)
2015-07-02 16:06:52 +03:00
pingPongAnnotationTypesDependencies.java
…
privateInaccessibleConstant.java
accessibility check for annotation parameters: treat parameters as they are outside the class (IDEA-165904)
2016-12-27 14:47:58 +01:00
receiverParameters.java
[java] fixes receiver highlighting in local classes (IDEA-158752)
2016-07-20 16:30:11 +02:00
repeatable.java
…
typeAnnotations.java
IDEA-142416 (fixed parsing of annotated fully-qualified types in assignment statements)
2015-07-09 16:29:04 +03:00
wrongPlace.java
…