Skip to content

Scuffedwrldwide/non-private-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

non-private-finder

Simple python script that finds non private attributes in your Java project.

Dependencies

  • Python 3 - any version should work

How to use

  1. Install regex PyPi model:
    In most cases: pip install regex

    OpenSUSE
     sudo zypper in python3-regex
    
    Ubuntu
     sudo apt install python3-regex
    
  2. Clone the repo to a folder next to your project
    git clone https://github.com/SrGesus/non-private-finder.git
    Optionally edit the project_directory variable to a root folder of your choosing

  3. CD into the cloned folder and run the script
    cd non-private-finder && python3 finder.py

  4. FIX YOUR CODE!!!

One Love DM, One Love ❤️☮️

About

Find non-private attributes in yout PO project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages