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 180632 - Incorrect error badge: "package ... has already been annotated"
Summary: Incorrect error badge: "package ... has already been annotated"
Status: RESOLVED DUPLICATE of bug 180488
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-02-11 13:36 UTC by Jesse Glick
Modified: 2010-02-11 22:32 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 Jesse Glick 2010-02-11 13:36:57 UTC
[100211-1f0a9f17d754] projectuiapi now displays an error badge; projectuiapi/test/unit/src/org/netbeans/spi/project/ui/support/package-info.java when opened shows an error badge on an annotation:

@CompositeCategoryProvider.Registration( // THIS LINE IN ERROR
    projectType="test",
    category="Category2",
    categoryLabel="Category #2",
    position=300)
package org.netbeans.spi.project.ui.support;

saying

"package org.netbeans.spi.project.ui.support has already been annotated"
Comment 1 Jesse Glick 2010-02-11 13:44:36 UTC
Seems to affect every package-info.java with an annotation.
Comment 2 Jan Lahoda 2010-02-11 22:32:10 UTC

*** This bug has been marked as a duplicate of bug 180488 ***