Hello I am using a simple code to find the number of statements in an
application. Basically, the following code makes the job
if (pe instanceof Statement){
cont++;
}
However, I would like to understand the criteria used to count. I send a
code whose recoder have counted 21 instruction. For all lines, I insert a
comment that represents
the number of instruction in the count. You can check if I do the right
cont?
Thank you.
--
Alexandre
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
Hello I am using a simple code to find the number of statements in an
application. Basically, the following code makes the job
if (pe instanceof Statement){
}
However, I would like to understand the criteria used to count. I send a
code whose recoder have counted 21 instruction. For all lines, I insert a
comment that represents
the number of instruction in the count. You can check if I do the right
cont?
Thank you.
--
Alexandre
Hi,
Sure, you can send it directly to me via email.
/Tobias
Hi Tobias
Thank you.
2014-09-24 13:55 GMT-03:00 Tobias Gutzmann tgutzmann@users.sf.net:
--
Alexandre