Commit e5b23d3
fix: Resolve CI failures for rating source tracking
- Remove unused imports in RatingSourceTest (Checkstyle violations)
- Only audit source changes from non-null values to avoid noisy
"Source: null → MANUAL" comments on initial analysis creation
- Migrate ProcessScheduledNotificationRuleActivityTest to builder
pattern for MakeAnalysisCommand
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0ea7f3a commit e5b23d3
File tree
3 files changed
+7
-6
lines changed- apiserver/src
- main/java/org/dependencytrack/persistence
- test/java/org/dependencytrack
- model
- notification
3 files changed
+7
-6
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments