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 197556 - Superfluous space added when auto-completing class name
Summary: Superfluous space added when auto-completing class name
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 09:35 UTC by Dusan Balek
Modified: 2011-04-09 08:39 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 Dusan Balek 2011-04-08 09:35:20 UTC
When auto-completing the name of a class to construct, NetBeans will insert the two characters of a diamond ("<>") AND a space character. See the following case:

public class Test {
    
    Set<List<Integer>> set = new Has|

    /**
     * test method javadoc
     */
    public void test() {
    }
}
Comment 1 Dusan Balek 2011-04-08 09:52:35 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/f9a51c3fdef2
Comment 2 Quality Engineering 2011-04-09 08:39:35 UTC
Integrated into 'main-golden', will be available in build *201104090401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f9a51c3fdef2
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #197556: Superfluous space added when auto-completing class name - fixed.