File tree
Expand file treeCollapse file tree
5 files changed
+156
-22
lines changedFilter options
- plexus-compiler-api
- src/main/java/org/codehaus/plexus/compiler
- plexus-compilers
- plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse
- plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac
Expand file treeCollapse file tree
5 files changed
+156
-22
lines changedplexus-compiler-api/pom.xml
Copy file name to clipboardExpand all lines: plexus-compiler-api/pom.xml+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
21 | 26 |
|
22 | 27 |
|
23 | 28 |
|
|
plexus-compiler-api/src/main/java/org/codehaus/plexus/compiler/AbstractCompiler.java
Copy file name to clipboardExpand all lines: plexus-compiler-api/src/main/java/org/codehaus/plexus/compiler/AbstractCompiler.java+23-1Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
| ||
68 | 71 |
|
69 | 72 |
|
70 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
71 | 93 |
|
72 | 94 |
|
73 | 95 |
|
|
plexus-compiler-api/src/main/java/org/codehaus/plexus/compiler/PlexusLoggerWrapper.java
Copy file name to clipboard+107Lines changed: 107 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java+13-13Lines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
232 |
| - |
| 232 | + |
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
237 |
| - |
| 237 | + |
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
| ||
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
289 |
| - |
| 289 | + |
290 | 290 |
|
291 | 291 |
|
292 | 292 |
|
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
296 |
| - |
297 |
| - |
298 |
| - |
299 |
| - |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
300 | 300 |
|
301 | 301 |
|
302 | 302 |
|
| ||
308 | 308 |
|
309 | 309 |
|
310 | 310 |
|
311 |
| - |
| 311 | + |
312 | 312 |
|
313 | 313 |
|
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
317 |
| - |
| 317 | + |
318 | 318 |
|
319 | 319 |
|
320 | 320 |
|
321 | 321 |
|
322 | 322 |
|
323 |
| - |
| 323 | + |
324 | 324 |
|
325 | 325 |
|
326 | 326 |
|
| ||
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
344 |
| - |
| 344 | + |
345 | 345 |
|
346 | 346 |
|
347 | 347 |
|
| ||
524 | 524 |
|
525 | 525 |
|
526 | 526 |
|
527 |
| - |
| 527 | + |
528 | 528 |
|
529 | 529 |
|
530 | 530 |
|
| ||
618 | 618 |
|
619 | 619 |
|
620 | 620 |
|
621 |
| - |
| 621 | + |
622 | 622 |
|
623 | 623 |
|
624 | 624 |
|
|
plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/JavacCompiler.java
Copy file name to clipboardExpand all lines: plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/JavacCompiler.java+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 |
| - |
158 |
| - |
| 157 | + |
| 158 | + |
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
| ||
541 | 541 |
|
542 | 542 |
|
543 | 543 |
|
544 |
| - |
| 544 | + |
545 | 545 |
|
546 | 546 |
|
547 | 547 |
|
| ||
555 | 555 |
|
556 | 556 |
|
557 | 557 |
|
558 |
| - |
559 |
| - |
| 558 | + |
| 559 | + |
560 | 560 |
|
561 | 561 |
|
562 | 562 |
|
| ||
587 | 587 |
|
588 | 588 |
|
589 | 589 |
|
590 |
| - |
591 |
| - |
| 590 | + |
| 591 | + |
592 | 592 |
|
593 | 593 |
|
594 | 594 |
|
| ||
880 | 880 |
|
881 | 881 |
|
882 | 882 |
|
883 |
| - |
| 883 | + |
884 | 884 |
|
885 | 885 |
|
886 | 886 |
|
|
0 commit comments