This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 59508 - Reproducible scenario to lose synchronization II
Summary: Reproducible scenario to lose synchronization II
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-01 15:39 UTC by _ lcincura
Modified: 2010-04-29 09:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-06-01 15:39:57 UTC
NetBeans IDE 4.2 [200505311800] on jdk 1.5.0_03

1, Open attached source
2, Put breakpoint on line 25
3, Debug the file
4, Change code in method() to afterFix() and upload it to VM
5, Invoke Step Over => now the synchornization is lost. Only Finish and Pause
is active, program counter is not shown. Hope this helps to locate problem.

One weird think is, when the code is changed to beforeFix(), the problem does
not occur.
Comment 1 _ lcincura 2005-06-01 16:40:46 UTC
Sorry, no synchronization was lost. Simply the new method call ended in
neverending loop.
Comment 2 Quality Engineering 2010-04-29 09:22:57 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.