Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check/fix code with tab characters and lines counter (made with Java 8 / JavaFX / multi-threading)

Java-written, speed-driven application for simple code check/fix (TABS issue) and lines count

Environment requirements

Application tested under Linux and Windows. Existing Java 8 and Maven installation required

Installation and usage

  • 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

Screenshot

  • 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

Screenshot

Screenshot

Author

  • Yevgen Patiy

License

Feel free to use, modify or distribute this software. This project is licensed under the GNU GPL 2.0 license.

About

Count project code lines, fix /0009 char in-code issue

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages