File tree
Expand file treeCollapse file tree
4 files changed
+62
-7
lines changedFilter options
- src
- main/java/org/sonatype/plexus/build/incremental
- test/java/org/sonatype/plexus/build/incremental/test
Expand file treeCollapse file tree
4 files changed
+62
-7
lines changedsrc/main/java/org/sonatype/plexus/build/incremental/BuildContext2.java
Copy file name to clipboard+21Lines changed: 21 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 | + |
src/main/java/org/sonatype/plexus/build/incremental/DefaultBuildContext.java
Copy file name to clipboardExpand all lines: src/main/java/org/sonatype/plexus/build/incremental/DefaultBuildContext.java+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
80 | 86 |
|
src/main/java/org/sonatype/plexus/build/incremental/ThreadBuildContext.java
Copy file name to clipboardExpand all lines: src/main/java/org/sonatype/plexus/build/incremental/ThreadBuildContext.java+15-3Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
| ||
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
34 |
| - |
| 32 | + |
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
| ||
89 | 87 |
|
90 | 88 |
|
91 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
92 | 104 |
|
src/test/java/org/sonatype/plexus/build/incremental/test/TestIncrementalBuildContext.java
Copy file name to clipboardExpand all lines: src/test/java/org/sonatype/plexus/build/incremental/test/TestIncrementalBuildContext.java+20-4Lines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 |
| - |
32 |
| - |
| 33 | + |
| 34 | + |
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
| ||
74 | 76 |
|
75 | 77 |
|
76 | 78 |
|
| 79 | + |
| 80 | + |
| 81 | + |
77 | 82 |
|
78 |
| - |
79 |
| - |
| 83 | + |
| 84 | + |
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
83 | 92 |
|
84 | 93 |
|
85 | 94 |
|
86 | 95 |
|
| 96 | + |
| 97 | + |
87 | 98 |
|
88 | 99 |
|
89 | 100 |
|
| ||
149 | 160 |
|
150 | 161 |
|
151 | 162 |
|
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
152 | 168 |
|
0 commit comments