Skip to content
Philippe Arteau edited this page Aug 29, 2020 · 19 revisions

Welcome to the find-sec-bugs wiki! The place where you will find tutorial and Find Security Bugs internals documentation.

📚 IDE Tutorials

Use FindBugs along with your favorite power tool.

🔁 Continuous integration

Scanning once is good. Scanning daily is better.

:shipit: Misc configurations

🔧 Developers corner

Contributing to FindSecurityBugs

Conventions

  • We use white spaces (four per indentation)
  • FSB use Oracle Naming Conventions
  • We have test cases for every detectors. This allow us be confident that all components are stable moving forward.

Guides