Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add four new static analysis tool from XJTU-ENRE group in GitHub #1623

Merged
merged 2 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading