Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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