remind me of another check that I should implement one day ot the other .)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/bcel/trunk@152844 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/TODO.JustIce b/TODO.JustIce
index 86b87c1..57e0a8f 100644
--- a/TODO.JustIce
+++ b/TODO.JustIce
@@ -35,6 +35,8 @@
- It is not verified if classes that propose they would implement an
interface _really_ implement all the methods.
+- It is not verified that interfaces are actually tagged 'abstract'.
+
- The InstructionContext.getSuccessors() method may return the same
successor more than one time. For performance reasons the ControlFlow-
Graph.InstructionContextImpl class should return an array where the