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 145607 - Support for camel case code completion in javadoc
Summary: Support for camel case code completion in javadoc
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 17:47 UTC by Jiri Prox
Modified: 2010-09-23 08:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2008-08-29 17:47:22 UTC
Product Version: NetBeans IDE Dev (Build 20080829083951)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.22-15-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/jp159440/.netbeans/dev

The javadoc completion should support camel case as java code completion does.

Example:

{@link DefaultTM<invoke_CC_here>  should return also DefaultTableModel and DefaultTreeModel