Java-written, speed-driven application for simple code check/fix (TABS issue) and lines count
Application tested under Linux and Windows. Existing Java 8 and Maven installation required
- Clone current git repository to local machine
git clone https://github.com/evgenpatiy/util-code-checker.git
- Compile source code using command below.
mvn clean compile assembly:single
- "target" directory will be created, find CodeChecker-1.0-SNAPSHOT-jar-with-dependencies.jar inside and run application as per below, or just double-click on it
java -jar CodeChecker-1.0-SNAPSHOT-jar-with-dependencies.jar
- Main screen: use listbox at the top to switch application interface language (English/Ukrainian) and choose your sources folder. Proper file types could be selected at bottom checkboxes
- Files list with highlighted items that still have 'CHARACTER TABULATION' (U+0009) characters in code, see tooltip for more detailed file info. Use right mouse button to pop-up context menu on files marked red, and fix it directly from application (.old file version will be created as backup), or view your code
- Yevgen Patiy
Feel free to use, modify or distribute this software. This project is licensed under the GNU GPL 2.0 license.


