Giter Club home page Giter Club logo

Comments (6)

KengoTODA avatar KengoTODA commented on June 2, 2024

Yes 3.1 keeps this feature implemented by FindBugs 3.0.
Consider to provide minimal and enough code to reproduce, then someone may help you.

from spotbugs.github.io.

ASNOUN avatar ASNOUN commented on June 2, 2024

Thank you
Using command line, when I execute this line
java -jar spotbugs.jar -textui
All options I can use are displayed, especially '-excludeBugs '
But when I execute this line
java -jar spotbugs.jar -project project.fbp -excludeBugs project_1.xml
I have this error
java.lang.IllegalArgumentException: Unknown option: -excludeBugs at edu.umd.cs.findbugs.config.CommandLine.parse(CommandLine.java:333) at edu.umd.cs.findbugs.config.CommandLine.parse(CommandLine.java:307) at edu.umd.cs.findbugs.config.CommandLine.parse(CommandLine.java:270) at edu.umd.cs.findbugs.gui2.Driver.main(Driver.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at edu.umd.cs.findbugs.LaunchAppropriateUI.launch(LaunchAppropriateUI.java:114) at edu.umd.cs.findbugs.LaunchAppropriateUI.main(LaunchAppropriateUI.java:198) edu.umd.cs.findbugs.gui2.Driver [options] [project or analysis results file] Options: General FindBugs options: -project <project> analyze given project -home <home directory> specify SpotBugs home directory -pluginList <jar1[;jar2...]> specify list of plugin Jar files to load -effort[:min|less|default|more|max] set analysis effort level -adjustExperimental lower priority of experimental Bug Patterns -workHard ensure analysis effort is at least 'default' -conserveSpace same as -effort:min (for backward compatibility) -f <font size> set font size -clear clear saved GUI settings and exit -priority <thread priority> set analysis thread priority -loadBugs <saved analysis results> load bugs from saved analysis results -d disable docking --nodock disable docking -look[:plastic|gtk|native] set UI look and feel

An idea ? tks

from spotbugs.github.io.

KengoTODA avatar KengoTODA commented on June 2, 2024

FindBugs/SpotBugs provides several interfaces, and

java -jar spotbugs.jar -textui

This uses CLI, and

java -jar spotbugs.jar -project project.fbp -excludeBugs project_1.xml

This uses GUI. GUI doesn't support -excludeBugs option, which is CUI original option. To check options supported by GUI, try java -jar spotbugs.jar -gui -help.

Note that the document about command line parameter is here: http://spotbugs.readthedocs.io/en/latest/running.html#command-line-options

from spotbugs.github.io.

ASNOUN avatar ASNOUN commented on June 2, 2024

Thank you for your replay.
I don't understand, which command can I use to excudes file bugs xml?
Why I can not do this using eclipse ?

from spotbugs.github.io.

KengoTODA avatar KengoTODA commented on June 2, 2024

which command can I use to excudes file bugs xml?

No option we have. Check java -jar spotbugs.jar -gui -help.

Why I can not do this using eclipse ?

Simply speaking, nobody wanted it and nobody implemented it.
For now we need to add filter manually from menu bar in GUI window.

from spotbugs.github.io.

KengoTODA avatar KengoTODA commented on June 2, 2024

BTW about how many user interface spotbugs provides, please check official document at here:

http://spotbugs.readthedocs.io/en/stable/running.html#choosing-the-user-interface

Your commands uses different user interface, then each of them accepts different option.
This is what confuses you.

from spotbugs.github.io.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.