All Projects → dvmarcilio → SpongeBugs

dvmarcilio / SpongeBugs

Licence: other
SpongeBugs: Automatically Generating Fix Suggestions for SonarQube / SpotBugs

Programming Languages

Rascal
17 projects
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

SpongeBugs

Automatically fixing SonarQube and SpotBugs Java rules with source-to-source transformations.

SonarQube Target Rules

Bugs

Code Smells

Running

Please download the runnable.jar.

For a quickstart with default settings (all rules and ignoring test files):

java -jar spongebugs-runner-2.0.0.jar /tmp/project/path/src

Please make sure that your java points to a JDK (version >= 8).

You can pass several path arguments to the jar, including directories and .java files. Make sure to provide full paths.

For more advanced settings, such as including/excluding specific rules, or to not ignore test files, refer to RUNNING.md.

Research paper

SpongeBugs is an outcome of a research paper.

The pre-print is available at https://dvmarcilio.github.io/papers/jss20-spongebugs.pdf.

A list of Pull-Requests submitted to open-source projects is available at EVALUATION.md.

@article{DBLP:journals/jss/MarcilioFBP20,
  author    = {Diego Marcilio and
               Carlo A. Furia and
               Rodrigo Bonif{\'{a}}cio and
               Gustavo Pinto},
  title     = {SpongeBugs: Automatically generating fix suggestions in response to
               static code analysis warnings},
  journal   = {J. Syst. Softw.},
  volume    = {168},
  pages     = {110671},
  year      = {2020},
  url       = {https://doi.org/10.1016/j.jss.2020.110671},
  doi       = {10.1016/j.jss.2020.110671},
  timestamp = {Thu, 10 Sep 2020 09:33:17 +0200},
  biburl    = {https://dblp.org/rec/journals/jss/MarcilioFBP20.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].