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 171179 - Duplicated prefix during code completion
Summary: Duplicated prefix during code completion
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: REGRESSION
Depends on: 175781
Blocks:
  Show dependency tree
 
Reported: 2009-08-31 14:59 UTC by Jesse Glick
Modified: 2009-10-30 15:37 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 Jesse Glick 2009-08-31 14:59:29 UTC
090828. In apichanges.xml#//change:

'<comp' => '<compatibilitycomp'

I have also seen something similar-looking during code completion in Javadoc recently; I complete a @link target and two
or three junk characters are left at the end of the line. Cannot reproduce right now, will file when I can; not sure if
it is related or not.
Comment 1 Jesse Glick 2009-08-31 15:07:15 UTC
Here we are. In FileSystem.java:

'* {@link #isd' => '* {@link #isDefault() d'
Comment 2 Vitezslav Stejskal 2009-08-31 16:30:14 UTC
Reproducible in trunk. This is IMO quite serious -> P2.
Comment 3 Dusan Balek 2009-09-14 16:24:47 UTC
The problem of JavadocCompletionItem. Reassigning.
Comment 4 Jan Pokorsky 2009-09-16 14:29:11 UTC
fixed as #5a97dd428ebe in jet-main
Comment 5 Jesse Glick 2009-09-16 19:23:50 UTC
BTW please format changesets in IZ as e.g.

jet-main #5a97dd428ebe

so they can be parsed by

http://wiki.netbeans.org/BrowserTools#section-BrowserTools-LinkToMercurialChangesets
Comment 6 Quality Engineering 2009-09-18 22:52:54 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5a97dd428ebe
User: Jan Pokorsky <jpokorsky@netbeans.org>
Log: #171179: fixing case sensitive completion