You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bcelIssues.txt 539B

123456789101112
  1. * updateTarget doesn't work with exnTargets, in particular, when the startPC and endPC are the same handle.
  2. * RemoveNOP doesn't work properly with exnTargets (and, much less importantly, local variable tables),
  3. because it always retargets to the NEXT instruction... the endPC should retarget to the LAST instruction.
  4. * parameter names aren't set correctly (to anything) when a MethodGen is read from a Method.
  5. * the superclassname of java.lang.object is set to java.lang.object (!!)
  6. * RET should be a local variable instruction