dandycheung / jinjector

Automatically exported from code.google.com/p/jinjector
0 stars 0 forks source link

When instrumenting for code coverage add a collection point before invoking MIDlet.notifyDestroyed() #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implement a MIDlet which invokes notifyDestroyed() to close itself.
2. Instrument it for code coverage.
3. Collect the coverage.

Coverage information will not be covered because the instrumented
destroyApp() method will not be executed.

This bug can be fixed by adding the code coverage calls before any
invocation of MIDlet.notifyDestroyed().

Original issue reported on code.google.com by michele.sama on 11 Mar 2009 at 9:43

GoogleCodeExporter commented 8 years ago
A fix has already been implemented and it will be submitted as soon as possible.

Original comment by michele.sama on 26 Mar 2009 at 8:56