Fixed saving Bit values

AS3: Automatic Calculating Body parameters
This commit is contained in:
Jindra Petk
2011-07-24 20:01:30 +02:00
parent 940a57f5d8
commit 66449bfc6c
153 changed files with 2418 additions and 952 deletions

View File

@@ -50,8 +50,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements MouseL
if ((pos >= th.startPos) && (pos < th.startPos + th.len)) {
int bi = abc.findBodyIndex(abc.findMethodIdByTraitId(classIndex, (int) th.offset));
if ((bi == -1)||(bi==0)) {
setNoTrait();
if (bi == -1) {
break;
}
Main.abcMainFrame.detailPanel.showCard(DetailPanel.METHOD_TRAIT_CARD);