Skip to content

Commit 0020c50

Browse files
errtDominik Helm
authored andcommitted
Remove Hermes from OPAL
1 parent 91d8f65 commit 0020c50

File tree

63 files changed

+6
-4393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+6
-4393
lines changed

DEVELOPING_OPAL/validate/src/it/scala/org/opalj/br/InvokedynamicRewritingExecutionTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ class InvokedynamicRewritingExecutionTest extends AnyFunSpec with Matchers {
374374
// Otherwise, the hermes resources are not included and hermes won't find
375375
// HermesCLI.txt for example
376376
val paths = Array(
377-
new File("TOOLS/hermes/src/main/resources/").toURI.toURL,
378377
new File("DEVELOPING_OPAL/tools/src/main/resources/").toURI.toURL,
379378
new File("OPAL/ai/src/main/resources/").toURI.toURL,
380379
new File("OPAL/ba/src/main/resources/").toURI.toURL,

OPAL/ProjectDependencies.mmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ flowchart BT
77
IDE[IDE<br>ide]
88
BytecodeInfrastructure[Bytecode Infrastructure<br>bi]
99
AbstractInterpretationFramework[Abstract Interpretation Framework<br>ai]
10-
Hermes[Hermes<br>hermes]
1110
ConfigurationExplorer[Configuration Explorer<br>ce]
1211
Common[Common<br>common]
1312
BytecodeDisassembler[Bytecode Disassembler<br>da]
@@ -21,7 +20,6 @@ flowchart BT
2120

2221
style Common fill:#9cbecc,color:black
2322
style Framework fill:#c0ffc0
24-
style Hermes fill:#ffd7cf
2523

2624
Framework --> BytecodeAssembler
2725
Framework --> ArchitectureValidation
@@ -34,7 +32,6 @@ flowchart BT
3432
IDE --> BytecodeRepresentation
3533
BytecodeInfrastructure --> Common
3634
AbstractInterpretationFramework --> BytecodeRepresentation
37-
Hermes --> Framework
3835
ConfigurationExplorer --> BytecodeRepresentation
3936
BytecodeDisassembler --> BytecodeInfrastructure
4037
StaticAnalysisInfrastructure --> Common

OPAL/ProjectDependencies.pdf

-1.05 KB
Binary file not shown.

OPAL/ProjectDependencies.svg

Lines changed: 1 addition & 1 deletion
Loading

README.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ OPAL consists of several projects:
4141

4242
* **APK** (OPAL/apk) Provides support for parsing Android APK packages, supporting DEX and native code.
4343

44-
* **Hermes** (OPAL/TOOLS/hermes): A framework to run various code queries against sets of projects.
45-
4644
## Developer Tools
4745

4846
OPAL also comes with a growing number of tools that are intended to help developers to become familiar with Java Bytecode and/or OPAL. These projects are found in the folder `DEVELOPING_OPAL/tools` and can be run using the SBT console.

TOOLS/ce/src/main/resources/ce.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# @description This setting contains a list of filenames that are in use for configuration files in this project
88
# reference.conf, application.conf are default filenames defined by the maker of typesafe configuration
99
# @type String
10-
configurationFilenames = ["ce.conf","reference.conf","application.conf", "hermes.conf","CommandLineProject.conf","LibraryProject.conf","NoTransformations.conf"]
10+
configurationFilenames = ["ce.conf","reference.conf","application.conf","CommandLineProject.conf","LibraryProject.conf","NoTransformations.conf"]
1111

1212
# @brief Toggle for replacing classes in the configuration documentation
1313
# @description You can use this option to activate / deactivate the replacement of subclass type configuration entries

TOOLS/hermes/build.sbt

Lines changed: 0 additions & 1 deletion
This file was deleted.

TOOLS/hermes/src/main/resources/README.markdown

Lines changed: 0 additions & 35 deletions
This file was deleted.

TOOLS/hermes/src/main/resources/hermes.conf

Lines changed: 0 additions & 87 deletions
This file was deleted.

TOOLS/hermes/src/main/resources/org/opalj/hermes/Hermes.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)