
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
Not Specified
|
|
|
Remaining Estimate:
|
0h
|
|
|
Time Spent:
|
1.12h
|
|
|
|
|
With the current svn version the FileEnhancing via ANT Task doesn't work correctly anymore.
Reason is the class InstrumentFieldAccessEdit, which does not commit the ClassEditor correctly if the last instrumentation state was not "INSTRUMENTED".
Fix: check if File is Instrumented, if not then change state otherwise leave it unchanged.
Line 91: instrumented.value = (modifiedCount > 0 || ((InstrumentationStatus)instrumented.value).isInstrumented() ? InstrumentationStatus.INSTRUMENTED : InstrumentationStatus.NOT_INSTRUMENTED);
a Patch is attached.
|
|
Description
|
With the current svn version the FileEnhancing via ANT Task doesn't work correctly anymore.
Reason is the class InstrumentFieldAccessEdit, which does not commit the ClassEditor correctly if the last instrumentation state was not "INSTRUMENTED".
Fix: check if File is Instrumented, if not then change state otherwise leave it unchanged.
Line 91: instrumented.value = (modifiedCount > 0 || ((InstrumentationStatus)instrumented.value).isInstrumented() ? InstrumentationStatus.INSTRUMENTED : InstrumentationStatus.NOT_INSTRUMENTED);
a Patch is attached. |
Show » |
| There are no comments yet on this issue.
|
|