Giter Site home page Giter Site logo

javafilemethodextractor2000's Introduction

Tool for extracting the method names from a given java File.

Suggested Use

Load all the files necessary into a DIR.

Update the BASE_PATH, FILE_NAMES_INDEX_PATH variables as necessary.

The BASE_PATH variable holds the path directory where the actual files to be parsed are. The FILE_NAMES_INDEX_PATH varible holds the path of the file(including the file name) indicating where the names of all the files to be parsed.

If you have a lot of files it is recommended to run

ls < dir of all files to parse> >  fileNamesToParse.txt

After running

java ExtractFileInfo.java > output.txt // save output to file

The current regex used searches for(public|private|protected) within the current line and grabs the result up to the "(" character. You can update the regex as deemed necessary. Currently the regex works best for java/c++ program files.

Remove the method counter variable to elimate the the enumeration of methods in the output.

Made by yours Truly.

javafilemethodextractor2000's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.