Skip to content

Commit 7385db1

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 4fee432 commit 7385db1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
658658

659659
- [Doop](https://plast-lab.github.io/doop-pldi15-tutorial/) — Doop is a declarative framework for static analysis of Java/Android programs, centered on pointer analysis algorithms. Doop provides a large variety of analyses and also the surrounding scaffolding to run an analysis end-to-end (fact generation, processing, statistics, etc.).
660660

661-
- [ENRE-java](https://github.com/xjtu-enre/ENRE-java) — 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.
661+
- [ENRE-java](https://github.com/xjtu-enre/ENRE-java) :warning: — 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.
662662

663663
- [Error Prone](https://errorprone.info) — Catch common Java mistakes as compile-time errors.
664664

data/api/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6482,7 +6482,7 @@
64826482
"plans": null,
64836483
"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.",
64846484
"discussion": null,
6485-
"deprecated": null,
6485+
"deprecated": true,
64866486
"resources": null,
64876487
"reviews": null,
64886488
"demos": null,

0 commit comments

Comments
 (0)