Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ class InvokedynamicRewritingExecutionTest extends AnyFunSpec with Matchers {
new File("OPAL/ai/src/main/resources/").toURI.toURL,
new File("OPAL/ba/src/main/resources/").toURI.toURL,
new File("OPAL/bi/src/main/resources/").toURI.toURL,
new File("OPAL/bp/src/main/resources/").toURI.toURL,
new File("OPAL/br/src/main/resources/").toURI.toURL,
new File("OPAL/common/src/main/resources/").toURI.toURL
) ++ opalDependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import org.opalj.br.Method
/**
* Enables to perform invocations.
*
* ==Example==
* (PerformInvocationsWithRecursionDetection is in particular used by BugPicker's domain.)
*
* @author Michael Eichberg
*/
trait PerformInvocationsWithRecursionDetection extends PerformInvocations with TheMemoryLayout {
Expand Down
1 change: 0 additions & 1 deletion TOOLS/bp/build.sbt

This file was deleted.

122 changes: 0 additions & 122 deletions TOOLS/bp/src/TODO/BoxingImmediatelyUnboxedToPerformCoercion.scala

This file was deleted.

91 changes: 0 additions & 91 deletions TOOLS/bp/src/TODO/CloneDoesNotCallSuperClone.scala

This file was deleted.

66 changes: 0 additions & 66 deletions TOOLS/bp/src/TODO/DoInsideDoPrivileged.scala

This file was deleted.

78 changes: 0 additions & 78 deletions TOOLS/bp/src/TODO/EqualsHashCodeContract.scala

This file was deleted.

Loading