1 Reply Latest reply on Jan 10, 2007 11:17 PM by eliotmoss

    Question about instrumentation with javassis

    arabicmind

      how are u all

      i am asking about how could i get the number of hits for each line(number of times that this line executed ) in the byte code

      thanks for ur interest

        • 1. Re: Question about instrumentation with javassis
          eliotmoss

          That would require a new ExprEditor, I think, one
          based on line numbers. An interesting concept, and
          since there is not something to replace (i.e., you
          can think of it as a _point_ in code that you pass, not
          one (or more) bytecodes to edit), it's would be fairly
          easy to implement!