How to use fortify findbugs

Updated on technology 2024-02-26
7 answers
  1. Anonymous users2024-02-06

    Refer to this link, and explain it in detail.

  2. Anonymous users2024-02-05

    is the native bug description of the findbug eclipse plugin, and confidence is the possibility that the fingbug team thinks it will cause the bug.

    2.The following are some of the bugs I found in my company project using findbug, here are some short descriptions in Chinese (not translation).

  3. Anonymous users2024-02-04

    Don't be swept away Replace the circuit board with fiber optics and all the metal with fiberglass! With a fast iron sheet on his body, after the alarm sounded, he handed over the iron sheet to the security check, and the person brought his mobile phone to mix with the nobles of the country and put it on his feet.

  4. Anonymous users2024-02-03

    Fortify SCA has two files: and, which is a tool for viewing static analysis reports, and which is a static analyzer. Here we also see a directory for findbugs, this is because this version of Fortify integrates this feature, you can call findbugs by passing parameters to (but I don't usually do this, if you can use findbugs directly, why do you need to call through the tuning?).

    To start scanning the static analysis, first cmd into the C source ** directory, then "h: fortify -classpath.""**/*.jar" -f ."Get a result report in the current directory.

  5. Anonymous users2024-02-02

    1.Click "help->installnew software", as shown below

    2.Click "Add", then enter "findbugs" in the pop-up box "name", and enter "OK" in "location", as shown below

    3.Select the corresponding plug-in and click "next->next->finish".

    4.After completing the installation, restart Eclipse, right-click on the project file or directory, and you will find more Find Bugs menu, as shown below

  6. Anonymous users2024-02-01

    It's the same as other plugins.,But the root directory under findbugs is eclipse.。

    In addition, it is necessary to bring the clean parameter once when starting, so as not to identify the cache problem.

  7. Anonymous users2024-01-31

    Installation Steps: 1Click on "help->installnew software" 2

    Click "Add", then enter "findbugs" in the pop-up box "name", enter "http:" for "location", and click "ok" 3Select the corresponding plug-in and click "next->next->finish".

    4.After the installation is completed, restart Eclipse and right-click on the project file or directory.

Related questions