Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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