Commit fba7d56
File tree
Expand file treeCollapse file tree
18 files changed
+217
-140
lines changedFilter options
- .github/workflows
- plexus-compiler-api
- plexus-compiler-its
- plexus-compiler-test
- src/main/java/org/codehaus/plexus/compiler
- plexus-compilers
- plexus-compiler-aspectj/src/test/java/org/codehaus/plexus/compiler/ajc
- plexus-compiler-eclipse
- src/test/java/org/codehaus/plexus/compiler/eclipse
- plexus-compiler-javac
- src/test/java/org/codehaus/plexus/compiler/javac
- plexus-compiler-javac-errorprone/src/test/java/org/codehaus/plexus/compiler/javac
- plexus-compiler-jikes/src/test/java/org/codehaus/plexus/compiler/jikes
Expand file treeCollapse file tree
18 files changed
+217
-140
lines changed.github/workflows/maven.yml
Copy file name to clipboardExpand all lines: .github/workflows/maven.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
plexus-compiler-api/pom.xml
Copy file name to clipboardExpand all lines: plexus-compiler-api/pom.xml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
| 22 | + |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
plexus-compiler-its/pom.xml
Copy file name to clipboardExpand all lines: plexus-compiler-its/pom.xml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
15 | 19 |
|
16 | 20 |
|
17 | 21 |
|
|
plexus-compiler-test/pom.xml
Copy file name to clipboardExpand all lines: plexus-compiler-test/pom.xml+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
24 | 34 |
|
25 | 35 |
|
26 | 36 |
|
|
plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTckTest.java
Copy file name to clipboardExpand all lines: plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTckTest.java+44-22Lines changed: 44 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
| 31 | + |
32 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
33 | 42 |
|
34 | 43 |
|
35 | 44 |
|
36 | 45 |
|
| 46 | + |
37 | 47 |
|
38 |
| - |
39 | 48 |
|
40 | 49 |
|
41 | 50 |
|
42 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
43 | 57 |
|
44 | 58 |
|
45 | 59 |
|
46 | 60 |
|
47 | 61 |
|
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
48 | 68 |
|
| 69 | + |
49 | 70 |
|
50 | 71 |
|
51 | 72 |
|
| ||
69 | 90 |
|
70 | 91 |
|
71 | 92 |
|
72 |
| - |
| 93 | + |
73 | 94 |
|
74 | 95 |
|
75 | 96 |
|
76 |
| - |
77 |
| - |
78 |
| - |
| 97 | + |
79 | 98 |
|
80 |
| - |
| 99 | + |
81 | 100 |
|
82 |
| - |
| 101 | + |
83 | 102 |
|
84 | 103 |
|
| 104 | + |
85 | 105 |
|
86 | 106 |
|
87 | 107 |
|
| ||
105 | 125 |
|
106 | 126 |
|
107 | 127 |
|
108 |
| - |
| 128 | + |
109 | 129 |
|
110 | 130 |
|
111 | 131 |
|
112 |
| - |
| 132 | + |
113 | 133 |
|
114 |
| - |
| 134 | + |
115 | 135 |
|
116 |
| - |
| 136 | + |
117 | 137 |
|
118 | 138 |
|
119 | 139 |
|
| ||
134 | 154 |
|
135 | 155 |
|
136 | 156 |
|
137 |
| - |
| 157 | + |
138 | 158 |
|
139 |
| - |
140 |
| - |
141 |
| - |
| 159 | + |
142 | 160 |
|
143 | 161 |
|
144 | 162 |
|
145 | 163 |
|
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
146 | 168 |
|
147 | 169 |
|
148 |
| - |
| 170 | + |
149 | 171 |
|
150 | 172 |
|
151 | 173 |
|
152 | 174 |
|
153 |
| - |
| 175 | + |
154 | 176 |
|
155 | 177 |
|
156 | 178 |
|
| ||
160 | 182 |
|
161 | 183 |
|
162 | 184 |
|
163 |
| - |
| 185 | + |
164 | 186 |
|
165 | 187 |
|
166 | 188 |
|
| ||
186 | 208 |
|
187 | 209 |
|
188 | 210 |
|
189 |
| - |
| 211 | + |
190 | 212 |
|
191 | 213 |
|
192 | 214 |
|
|
plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java
Copy file name to clipboardExpand all lines: plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java+68-17Lines changed: 68 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
30 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
31 | 35 |
|
32 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
33 | 39 |
|
| 40 | + |
34 | 41 |
|
| 42 | + |
| 43 | + |
35 | 44 |
|
36 | 45 |
|
37 | 46 |
|
38 | 47 |
|
39 | 48 |
|
40 | 49 |
|
41 | 50 |
|
| 51 | + |
42 | 52 |
|
43 | 53 |
|
| 54 | + |
| 55 | + |
44 | 56 |
|
45 | 57 |
|
46 | 58 |
|
| 59 | + |
47 | 60 |
|
48 |
| - |
49 | 61 |
|
50 | 62 |
|
51 | 63 |
|
52 | 64 |
|
53 | 65 |
|
54 | 66 |
|
55 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
56 | 76 |
|
57 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
58 | 101 |
|
59 | 102 |
|
60 | 103 |
|
| ||
69 | 112 |
|
70 | 113 |
|
71 | 114 |
|
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
72 | 120 |
|
73 | 121 |
|
74 | 122 |
|
| ||
77 | 125 |
|
78 | 126 |
|
79 | 127 |
|
80 |
| - |
81 |
| - |
| 128 | + |
| 129 | + |
82 | 130 |
|
83 | 131 |
|
84 | 132 |
|
| ||
90 | 138 |
|
91 | 139 |
|
92 | 140 |
|
| 141 | + |
93 | 142 |
|
94 | 143 |
|
95 | 144 |
|
| ||
100 | 149 |
|
101 | 150 |
|
102 | 151 |
|
103 |
| - |
104 |
| - |
105 |
| - |
| 152 | + |
106 | 153 |
|
107 | 154 |
|
108 | 155 |
|
| ||
134 | 181 |
|
135 | 182 |
|
136 | 183 |
|
137 |
| - |
138 |
| - |
| 184 | + |
| 185 | + |
139 | 186 |
|
140 | 187 |
|
141 | 188 |
|
| ||
157 | 204 |
|
158 | 205 |
|
159 | 206 |
|
160 |
| - |
161 |
| - |
162 |
| - |
| 207 | + |
| 208 | + |
| 209 | + |
163 | 210 |
|
164 | 211 |
|
165 |
| - |
| 212 | + |
166 | 213 |
|
167 | 214 |
|
168 | 215 |
|
| ||
179 | 226 |
|
180 | 227 |
|
181 | 228 |
|
182 |
| - |
| 229 | + |
183 | 230 |
|
184 | 231 |
|
185 | 232 |
|
| ||
202 | 249 |
|
203 | 250 |
|
204 | 251 |
|
205 |
| - |
| 252 | + |
206 | 253 |
|
207 | 254 |
|
208 | 255 |
|
| ||
315 | 362 |
|
316 | 363 |
|
317 | 364 |
|
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
318 | 369 |
|
0 commit comments