Added support for IntelliJ 2024.3 #5
Annotations
1 error and 3 warnings
Template Cleanup
Process completed with exit code 2.
|
Nullability and data flow problems:
src/main/java/ch/newinstance/plugin/mavendependencychecker/parser/DependencyParser.java#L124
Method invocation `getName` may produce `NullPointerException`
|
Incorrect string capitalization:
src/main/java/ch/newinstance/plugin/mavendependencychecker/ui/StartupNotification.java#L43
String 'Maven Dependency Checker' is not properly capitalized. It should have sentence capitalization
|
Incorrect string capitalization:
src/main/java/ch/newinstance/plugin/mavendependencychecker/ui/StartupNotification.java#L49
String 'Plugin Homepage' is not properly capitalized. It should have sentence capitalization
|