https://github.com/jmini/jxlint-experiments
Experiments with the jxlint framework
https://github.com/jmini/jxlint-experiments
Last synced: about 2 months ago
JSON representation
Experiments with the jxlint framework
- Host: GitHub
- URL: https://github.com/jmini/jxlint-experiments
- Owner: jmini
- License: mit
- Created: 2017-03-10T04:47:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T06:10:03.000Z (over 7 years ago)
- Last Synced: 2024-10-06T03:03:28.413Z (8 months ago)
- Language: Java
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: jxlint-experiments:project-name: jxlint experiments
:git-branch: master
:twitter-handle: j2r2b
:license: https://opensource.org/licenses/MIT
:license-name: MIT License:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Experiments with the jxlint framework
//end::header[]//tag::description[]
== Description
link:http://selesse.com/jxlint/[jxlint] is a framework to perform static analysis in Java.
It is an open-source project hosted link:https://github.com/selesse/jxlint[on GitHub].
This repository contains some experiments around the framework.//end::description[]
Read more on the link:{homepage}[project home page].//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]