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 65029 - [50cat] Popup message has error
Summary: [50cat] Popup message has error
Status: VERIFIED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 18:51 UTC by dmocek
Modified: 2007-09-26 09:14 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 dmocek 2005-09-23 18:51:19 UTC
[ BUILD # : 200509221800 ]
[ JDK VERSION : 1.4.2_xx ]

I added a method call in my code for a method which doesn't exist yet.  E.g. 

// getMyObject method doesn't exist yet.
MyObject myObj = getMyObject();

I get the red wavy line under this line of code.  When I hover the mouse pointer over the red box with the white X in it, the popup message reads "cannot find symbolsymbol...".  Build 200509221800
Comment 1 Martin Roskanin 2005-09-26 16:20:42 UTC
I cannot reproduce it. Anyway, editor just display the text provided by java
module. Reassigning.
Comment 2 Tomas Hurka 2005-10-04 11:21:30 UTC
I am sorry, but I do not uderstand what is the problem. What error you found in
popup message?
Comment 3 dmocek 2005-10-04 19:25:04 UTC
The word symbol is there twice...like this "symbolsymbol".
Comment 4 Milan Kubec 2005-11-01 13:51:22 UTC
Removing INCOMPLETE, user provided info. I've seen it too, but don't remember
details.
Comment 5 Jan Becicka 2005-11-02 15:23:11 UTC
This was just graphical error. Whole message was rendered on one line. If it is
rendered on multiple lines, it looks fine:
Cannot find symbol
symbol: method myObject
location: class ...
Comment 6 dmocek 2006-01-18 17:58:15 UTC
This is a minor issue, but certainly looks like an error in NB.