BlackDuck advisor PoC #9627
BlackDuck advisor PoC #9627
3 new alerts
New alerts in code changed by this pull request
- 3 warnings
See annotations below for details.
Annotations
Check warning on line 83 in plugins/advisors/black-duck/src/main/kotlin/BlackDuck.kt
Code scanning / detekt
Unsafe calls on nullable types detected. These calls will throw a NullPointerException in case the nullable value is null. Warning
Check warning on line 39 in plugins/advisors/black-duck/src/main/kotlin/Purl.kt
Code scanning / detekt
Unsafe calls on nullable types detected. These calls will throw a NullPointerException in case the nullable value is null. Warning
Check warning on line 50 in plugins/advisors/black-duck/src/main/kotlin/Purl.kt
Code scanning / detekt
This call on a non-null reference may be reduced or removed. Some calls are intended to be called on nullable collection or text types (e.g. `String?`).When this call is used on a reference to a non-null type (e.g. `String`) it is redundant and will have no effect, so it can be removed. Warning