g1144146 / SDS

Apache License 2.0
0 stars 0 forks source link

not build control flow graph when method has no instruction. #32

Closed g1144146 closed 8 years ago

g1144146 commented 8 years ago

when building control flow nodes of method, it is necessary to cope with case of no instruction because referring count of line instructions.

g1144146 commented 8 years ago

in case of method has some instruction, the bug occurs. because of built classfile by Ant?

g1144146 commented 8 years ago

because the method has no attribute of LineNumberTable, it cannot divide instruction every a line.

g1144146 commented 8 years ago

firstly, Code attribute of the method has no attribute.

g1144146 commented 8 years ago

maybe, built classfile with Ant has no debug information by default. because, the classfile doesn't have LineNumberTable attribute.

g1144146 commented 8 years ago

create new issue as enhancement ticket.