Skip to main content

JavaCCF is utility to fix style in Java files

Project description

Metaprogramming. Java style and documentation fixer

Requirements

Python: 3.4

Install PyPI package

pip install javaccflab

Help

usage: javaccflab [-h] [-p P] [-d D] [-f F] [-v] [-c]

JavaCCF is utility to fix style and documentation comments in Java files

optional arguments: -h, --help show this help message and exit -p P Path to Java project directory to verify or correct mistakes. -d D Path to directory with Java files to verify or correct mistakes. -f F Path to Java file to verify or correct mistakes. -v, --verify Verify code style and documentation comments -c, --correct Correct styling mistakes in code and documentation comments

Examples

python java_ccf.py -f 'C:\Users\Vlad\Java\MyClass.java' --verify
python java_ccf.py -p 'C:\Users\Vlad\Projects\MyProject' --correct

Using installed PyPI package:

javaccflab -f 'C:\Users\Vlad\Java\MyClass.java' --correct

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

javaccflab-0.1.7.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page