nbauma109 commented on PR #171:
URL: https://github.com/apache/commons-bcel/pull/171#issuecomment-1321175537

   The constructors `org.apache.bcel.generic.PUSH.PUSH(ConstantPoolGen, 
ArrayType)` and `org.apache.bcel.generic.PUSH.PUSH(ConstantPoolGen, 
ObjectType)` are not called directly by the code of the project but the 
BCELifier code generator creates calls to it. In target directory, a source 
file `Java8Example2Creator.java` is created with a call to it 
   
   `il.append(new PUSH(_cp, new ArrayType(Type.STRING, 1)));`
   
   I generated a separate jacoco exec file for the execution of this code, 
which is merged into the main jacoco.exec, and coverage report is online:
   
   
https://codecov.io/gh/apache/commons-bcel/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2JjZWwvZ2VuZXJpYy9QVVNILmphdmE=
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to