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 179674 - ERR checks breaks editor
Summary: ERR checks breaks editor
Status: RESOLVED DUPLICATE of bug 177914
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 08:50 UTC by Martin Schovanek
Modified: 2010-01-20 07:33 UTC (History)
1 user (show)

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 Martin Schovanek 2010-01-19 08:50:46 UTC
[#201001181801 Nb6.8 Patch1 build]

to reproduce:
-------------
1) create a new Java Application project
2) in the Main.main() method enter a new line and type: */
3) delete the line by Ctrl-E
ERRRO: the editor becomes completely broken, you cannot: undo or edit the file before the edited line.
Comment 1 Martin Schovanek 2010-01-19 08:56:40 UTC
Cannot reproduce in the dev build.
Comment 2 Dusan Balek 2010-01-20 07:22:41 UTC
This is a duplicate of already fixed #177914. Perhaps, the fix for #177914 should be included in Patch 1

*** This bug has been marked as a duplicate of bug 177914 ***
Comment 3 pgebauer 2010-01-20 07:33:22 UTC
Thank you Dusane for your help!

I will try to integrate the fix for bug 177914 into my local repository and will try to reproduce this issue via above steps. We can incorporate the bug 177914 into 68patch1 if everything goes well.