Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about deprecated options -output and -outputFile #369

Closed
vitalijr2 opened this issue Nov 22, 2021 · 3 comments · Fixed by #382
Closed

Warning about deprecated options -output and -outputFile #369

vitalijr2 opened this issue Nov 22, 2021 · 3 comments · Fixed by #382

Comments

@vitalijr2
Copy link

vitalijr2 commented Nov 22, 2021

Full text:

[INFO] >>> spotbugs-maven-plugin:4.5.0.0:check (default-cli) > :spotbugs @ project-name >>>
[INFO]
[INFO] --- spotbugs-maven-plugin:4.5.0.0:spotbugs (spotbugs) @ project-name ---
[INFO] Fork Value is true
[java] [main] WARN edu.umd.cs.findbugs.TextUICommandLine - -output option and -outputFile option are deprecated. Set file path to each option for reporter.
[INFO] Done SpotBugs Analysis....

I have run just mvn spotbugs:check

@hazendaz
Copy link
Member

@radio-rogal Once PR #382 is merged, can you confirm 'spotbugs' branch here now works as you expect?

@vitalijr2
Copy link
Author

Confirm that the warning message is not shown:

[INFO] >>> spotbugs-maven-plugin:4.5.2.0-SNAPSHOT:check (default-cli) > :spotbugs @ project-name >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:4.5.2.0-SNAPSHOT:spotbugs (spotbugs) @ project-name ---
Downloading from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.5.2/spotbugs-annotations-4.5.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.5.2/spotbugs-annotations-4.5.2.jar (15 kB at 31 kB/s)
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:4.5.2.0-SNAPSHOT:check (default-cli) < :spotbugs @ project-name <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:4.5.2.0-SNAPSHOT:check (default-cli) @ project-name ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found

@hazendaz
Copy link
Member

@radio-rogal Great! Thank you! I'll push this release out today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants