Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.55 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.55 KB

Java Development Tools

| English | Русский |

Required software:

  1. Compilers: javac, provided by jdk
  2. Linters: Checkstyle (see Optional section), linter-javac for Atom
  3. VCS - Version Control System - GitHub, Git, GUI

Optional tools:

  1. IDE - Integrated development environment: IntelliJ IDEA, Eclipse
  2. Code analysis: PMD, Checkstyle, FindBugs, Find Security Bugs (plugin for FindBugs). Use can use those manually (through cli) or add to your IDE: * Intellij Idea plugins (install them through Plugins in Idea settings): QAPlug, QAPlug - Checkstyle, QAPlug - PMD, FindBugs-IDEA * Eclipse plugins: PMD, Checkstyle, FindBugs
  3. CI - Continuous Integration: TravisCI