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 26183 - Parser Ignores Method Identifiers with $ (dollar symbol)
Summary: Parser Ignores Method Identifiers with $ (dollar symbol)
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-01 15:26 UTC by James Kerridge
Modified: 2007-09-26 09:14 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 James Kerridge 2002-08-01 15:26:33 UTC
Code completion for Methods that have $ (dollar symbol) in 
them do not appear in the code completion list.

e.g.

the following method cannot be code completed but it is 
valid java.

mockConnection.setPrepareStatement$java_lang_StringReturnVa
lue(mockPreparedStatement);
Comment 1 James Kerridge 2002-08-01 15:44:43 UTC
This issue is wrong as I have found that $ methods do 
complete for other classes. I will investigate further.