Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianherrera/jdivisitor-examples
Example applications using the JDIVisitor library
https://github.com/adrianherrera/jdivisitor-examples
Last synced: 11 days ago
JSON representation
Example applications using the JDIVisitor library
- Host: GitHub
- URL: https://github.com/adrianherrera/jdivisitor-examples
- Owner: adrianherrera
- License: gpl-2.0
- Created: 2014-12-19T02:49:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T11:45:08.000Z (almost 10 years ago)
- Last Synced: 2024-11-08T11:53:18.447Z (2 months ago)
- Language: Java
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JDIVisitor Examples
====================Example applications using the [JDIVisitor](https://github.com/adrianherrera/jdivisitor) library.
## License
GNU GPL v2.0## Building
1. Obtain the JDIVisitor library from https://github.com/adrianherrera/jdivisitor and build.
2. Edit the `jdivisitor.lib` property in pom.xml to point to the location of the JDIVisitor library (using an absolute path) built in the previous step.
3. Build the examples.## Usage
### MethodProfiler
TODO## TODOs
[ ] Clean up the build process; it's not very nice.