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 75403 - Popup Warning Box while trying to view detail
Summary: Popup Warning Box while trying to view detail
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL: http://qa.netbeans.org/modules/debugg...
Keywords:
Depends on: 75240
Blocks:
  Show dependency tree
 
Reported: 2006-04-24 13:12 UTC by martin_hasaj
Modified: 2010-04-29 09:28 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 martin_hasaj 2006-04-24 13:12:54 UTC
build:netbeans-6_0-daily-bin-200604091800-windows-9_Apr_2006_1800

While I was evaluating the scenario :Debugger JPDA/Debugger Test Speci/Watches
view/Evaluation II,
(http://qa.netbeans.org/modules/debugger/promo-f/jpda-debugger.html#watches_view),
I received the Error message >Lexical error at line 1, column 1. Encountered:
"#" (35), after : ""<

I tried to view the detail of this message by click at the button "..." in
right-bottom corner of cell. The detail box appears and after click on OK button
it showed me the Warrning box: Encountered ">" at line 1, column 1. Was
expecting one of "++" ...
Comment 1 Martin Entlicher 2006-04-24 16:41:32 UTC
I think that this is perfectly O.K. When you push "OK" on the detail window,
you're trying to set the value
>Lexical error at line 1, column 1. Encountered: "#" (35), after : ""<
to the variable. We're not able to evaluate the expression that starts with '>'

Use Cancel in this case.
Comment 2 martin_hasaj 2006-04-24 17:30:39 UTC
May be you are right, but there is still problem, when you change value into the
">>>>>" what is not recognizable by system the previous value persist. But after
next detail edit the value shown in Detail Box is ">>>>>" and not the previous.

I think, there must be something wrong!
Comment 3 Jiri Kovalsky 2006-08-25 15:31:19 UTC
This seems to be rather DEFECT. Changing priority though. This problem is
reproducible in trunk if value is manually changed and then "OK" button is pressed.
Comment 4 Peter Pis 2008-04-10 22:53:16 UTC
Changing TM for open issues.
Comment 5 Martin Entlicher 2008-11-18 17:53:41 UTC
Errors like this should not be editable.
Comment 6 Daniel Prusa 2009-10-08 16:12:58 UTC
No longer reproducible. When I try to change (error) value to ">>>>>" and invoke edit again, there is still the original
error message. So, I believe this has been already fixed.
Comment 7 Quality Engineering 2010-04-29 09:28:53 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.