Skip to content

Commit

Permalink
Add four new static analysis tool from XJTU-ENRE group in GitHub (#1623)
Browse files Browse the repository at this point in the history
* Add new tools' .yml file: ENRE-cpp, ENRE-java, ENRE-py, ENRE-ts.

* update enre-cpp.yml
  • Loading branch information
AlbertMZhou authored Sep 29, 2024
1 parent 8067165 commit 070c769
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/tools/enre-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ENRE-cpp
categories:
- linter
tags:
- c
- cpp
license: LGPL-2.1 license
types:
- cli
source: 'https://github.com/xjtu-enre/ENRE-cpp'
homepage: 'https://github.com/xjtu-enre/ENRE-cpp'
description: >-
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code.
ENRE-cpp is a ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)
14 changes: 14 additions & 0 deletions data/tools/enre-java.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ENRE-java
categories:
- linter
tags:
- java
license: LGPL-2.1 license
types:
- cli
source: 'https://github.com/xjtu-enre/ENRE-java'
homepage: 'https://github.com/xjtu-enre/ENRE-java'
description: >-
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code.
ENRE-java is a ENtity Relationship Extractor for Java projects based on @Eclipse JDT/parser.
14 changes: 14 additions & 0 deletions data/tools/enre-py.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ENRE-py
categories:
- linter
tags:
- python
license: LGPL-2.1 license
types:
- cli
source: 'https://github.com/xjtu-enre/ENRE-py'
homepage: 'https://github.com/xjtu-enre/ENRE-py'
description: >-
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code.
ENRE-py is a ENtity Relationship Extractor for Python based on Python Language Services of The Standard Library.
14 changes: 14 additions & 0 deletions data/tools/enre-ts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ENRE-ts
categories:
- linter
tags:
- typescript
license: LGPL-2.1 license
types:
- cli
source: 'https://github.com/xjtu-enre/ENRE-ts'
homepage: 'https://github.com/xjtu-enre/ENRE-ts'
description: >-
ENRE (ENtity Relationship Extractor) is a tool for extraction of code entity dependencies or relationships from source code.
ENRE-ts is a ENtity Relationship Extractor for ECMAScript and TypeScript based on @babel/parser.

0 comments on commit 070c769

Please sign in to comment.