pombreda / swtoolkit

Automatically exported from code.google.com/p/swtoolkit
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement a generic solution to allow signing AFTER instrumentation #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Code coverage instrumentation blows away signing. Therefore ideally signing 
would be delayed until after coverage instrumentation. Unfortunately 
coverage instrumentation must be done in place, which in turn forces signing 
to occur in place. We should find a general solution for this.

Original issue reported on code.google.com by bradnel...@google.com on 15 Jul 2009 at 6:21