Skip to content

apparently needed for compilation to work #5

apparently needed for compilation to work

apparently needed for compilation to work #5

GitHub Actions / Qodana completed Sep 6, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana

Abstract class which has no concrete subclass

Abstract class `JacksonBeanTest` has no concrete subclass