andreihh / metanalysis-samples

metanalysis sample usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metanalysis Samples

License

A sample demonstrating Java usage of metanalysis.

Features

  • detects the addition of accessor methods for existing fields (decapsulation)

Environment requirements

In order to use metanalysis you need to have JDK 1.8 or newer.

Using the command line

Run the executable from the bin directory of the distribution: ./metanalysis-samples.

Building

To build the project, run ./gradlew build.

To build the distribution zip in the build/distributions directory, run ./gradlew distZip.

Licensing

The code is available under the Apache V2.0 License.

About

metanalysis sample usage.

License:Apache License 2.0


Languages

Language:Java 100.0%