Skip to content

Commit a9e9367

Browse files
Add JLiSA tool for static code analysis for Java (#1742)
* add JLiSA * fix categories
1 parent 5c9ec84 commit a9e9367

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

data/tools/jlisa.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: JLiSA
2+
categories:
3+
- linter
4+
tags:
5+
- java
6+
license: MIT license
7+
types:
8+
- cli
9+
source: 'https://github.com/lisa-analyzer/jlisa'
10+
homepage: 'https://github.com/lisa-analyzer/jlisa'
11+
description: An abstract interpretation-based static analyzer for Java build upon the [LiSA](https://github.com/lisa-analyzer/lisa) framekwork.

0 commit comments

Comments
 (0)