Snorri1986 / SpaceConqueror

GUI Application written by Java FX about Space Exploration History
0 stars 0 forks source link

Checkstyle Java plugin. #46

Closed Snorri1986 closed 4 months ago

Snorri1986 commented 8 months ago

Run PVS-Studio for all classes related with Solar system and fix errors.

Snorri1986 commented 5 months ago

Working under SolarSystemBtnController class

Snorri1986 commented 5 months ago

V061 Unable to start the analysis on 'SpaceConqueror' module. By cause: 'Ambiguous package name detected. If you believe the code you analyzed is correct, please file an issue and reference https://github.com/INRIA/spoon/issues/4051. Error details: Found 2 non-empty packages with name 'org.snorri1986.spaceconqueror''. (1)

Snorri1986 commented 5 months ago

About integration with PVS-Studio: https://pvs-studio.com/en/docs/manual/6705/ Maven Plugin has been added to pow.xml

Snorri1986 commented 5 months ago

mvn pvsstudio:pvsAnalyze for start analyzes

Snorri1986 commented 5 months ago

About V061 error: https://pvs-studio.com/en/docs/warnings/v061/

Snorri1986 commented 4 months ago

Find solution how to exclude test packag from analysis

Snorri1986 commented 4 months ago

Try checkstyle for Java

Snorri1986 commented 4 months ago

Ctrl+Alt+L - reformat file in Intellij IDEA

Snorri1986 commented 4 months ago

AppLauncger.java is ready

Snorri1986 commented 4 months ago

Started check src files inside org.snorri1986.spaceconqueror.buttons

Snorri1986 commented 4 months ago

Ready to merge with main