File tree Expand file tree Collapse file tree 3 files changed +20
-11
lines changed
org.eclipse.jdt.apt.tests Expand file tree Collapse file tree 3 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.jdt.apt.tests; singleton:=true
5- Bundle-Version : 3.6.900 .qualifier
5+ Bundle-Version : 3.6.1000 .qualifier
66Bundle-ClassPath : apt.jar,
77 aptext.jar,
88 .
Original file line number Diff line number Diff line change 1919 <relativePath >../tests-pom/</relativePath >
2020 </parent >
2121 <artifactId >org.eclipse.jdt.apt.tests</artifactId >
22- <version >3.6.900 -SNAPSHOT</version >
22+ <version >3.6.1000 -SNAPSHOT</version >
2323 <packaging >eclipse-test-plugin</packaging >
2424
2525 <build >
Original file line number Diff line number Diff line change @@ -28,14 +28,17 @@ public interface AnnotationTest{
2828 @ Deprecated
2929 public int field1 = 1 ;
3030
31- @ RTVisibleAnno (anno =@ SimpleAnnotation ("field" ), clazzes ={})
31+ @ Deprecated
32+ @ RTVisibleAnno (anno =@ SimpleAnnotation ("field" ), clazzes ={})
3233 @ RTInvisibleAnno ("2" )
3334 public int field2 = 2 ;
3435
35- @ RTInvisibleAnno ("3" )
36+ @ Deprecated
37+ @ RTInvisibleAnno ("3" )
3638 public int field3 = 3 ;
3739
38- @ SimpleAnnotation ("4" )
40+ @ Deprecated
41+ @ SimpleAnnotation ("4" )
3942 public int field4 = 4 ;
4043
4144 @ RTVisibleAnno (anno =@ SimpleAnnotation ("method0" ), clazzes ={})
@@ -46,26 +49,32 @@ public interface AnnotationTest{
4649 @ Deprecated
4750 public int method1 ();
4851
49- @ RTVisibleAnno (anno =@ SimpleAnnotation ("method2" ), clazzes ={})
52+ @ Deprecated
53+ @ RTVisibleAnno (anno =@ SimpleAnnotation ("method2" ), clazzes ={})
5054 @ RTInvisibleAnno ("2" )
5155 public int method2 ();
5256
53- @ RTInvisibleAnno ("3" )
57+ @ Deprecated
58+ @ RTInvisibleAnno ("3" )
5459 public int method3 ();
5560
56- @ SimpleAnnotation ("method4" )
61+ @ Deprecated
62+ @ SimpleAnnotation ("method4" )
5763 public int method4 ();
5864
59- public int method5 (int p0 ,
65+ @ Deprecated
66+ public int method5 (int p0 ,
6067 @ Deprecated
6168 int p1 ,
6269 @ RTVisibleAnno (anno =@ SimpleAnnotation ("param2" ), clazzes ={})
6370 @ RTInvisibleAnno ("2" )
6471 int p2 );
6572
66- public int method6 (int p0 , int p1 , int p2 );
73+ @ Deprecated
74+ public int method6 (int p0 , int p1 , int p2 );
6775
68- @ RTVisibleAnno (name = "I'm \" special\" : \t \\ \n " ,
76+ @ Deprecated
77+ @ RTVisibleAnno (name = "I'm \" special\" : \t \\ \n " ,
6978 charValue = '\'' ,
7079 clazzes = {},
7180 anno = @ SimpleAnnotation ("" ))
You can’t perform that action at this time.
0 commit comments