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

Summary: Parser Ignores Method Identifiers with $ (dollar symbol)
Product: java Reporter: James Kerridge <jameskerridge>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.