Commit beab530
authored
[MRESOLVER-653] NPE in case of failed result (#640)
Obvious typo: result artifact may be null, it is request artifact that wanted to be checked. Added UT as well.
---
https://issues.apache.org/jira/browse/MRESOLVER-6531 parent 859a08e commit beab530
2 files changed
Lines changed: 10 additions & 1 deletion
File tree
- maven-resolver-impl/src
- main/java/org/eclipse/aether/internal/impl/resolution
- test/java/org/eclipse/aether/internal/impl/resolution
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
| |||
0 commit comments