apparently needed for compilation to work #5
Qodana
4 problems were detected.
Details
📓 Find out how to view the whole Qodana report.
📭 Contact us at qodana-support@jetbrains.com
👀 Or via our issue tracker: https://jb.gg/qodana-issue
🔥 Or share your feedback: https://jb.gg/qodana-discussions
Annotations
Check warning on line 29 in beanie-core/src/main/java/com/nosto/beanie/NoSettersTest.java
github-actions / Qodana
Stream API call chain can be simplified
'collect(toList())' can be replaced with 'toList()'
Check warning on line 34 in beanie-core/src/main/java/com/nosto/beanie/FinalPropertiesTest.java
github-actions / Qodana
Stream API call chain can be simplified
'collect(toList())' can be replaced with 'toList()'
Check warning on line 80 in beanie-core/src/main/java/com/nosto/beanie/CollectionHandlingTest.java
github-actions / Qodana
Stream API call chain can be simplified
'collect(toList())' can be replaced with 'toList()'
Check warning on line 31 in junit-vintage/src/main/java/com/nosto/beanie/JacksonBeanTest.java
github-actions / Qodana
Abstract class which has no concrete subclass
Abstract class `JacksonBeanTest` has no concrete subclass