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 121010 - 'Source Packages' node no longer shows error badges
Summary: 'Source Packages' node no longer shows error badges
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: REGRESSION
Depends on:
Blocks: 83943
  Show dependency tree
 
Reported: 2007-11-02 18:29 UTC by athompson
Modified: 2007-11-06 00:26 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 athompson 2007-11-02 18:29:05 UTC
also test packages node
Comment 1 Jan Lahoda 2007-11-02 18:41:37 UTC
Yes, I was investigating the same problem in last hour. Please note that not only error badges are affected, but also
VCS badges. This is IMO caused by recent changes in java/project (I suppose that maven support is also using
PackageView) - issue #83943.
Comment 2 Jesse Glick 2007-11-02 18:45:58 UTC
Seems like a priority regression.
Comment 3 Tomas Zezula 2007-11-02 19:38:41 UTC
Fixed by rollback of issue #83943

Checking in org/netbeans/spi/java/project/support/ui/PackageRootNode.java;
/cvs/java/project/src/org/netbeans/spi/java/project/support/ui/PackageRootNode.java,v  <--  PackageRootNode.java
new revision: 1.31; previous revision: 1.30
done
Checking in org/netbeans/spi/java/project/support/ui/TreeRootNode.java;
/cvs/java/project/src/org/netbeans/spi/java/project/support/ui/TreeRootNode.java,v  <--  TreeRootNode.java
new revision: 1.10; previous revision: 1.9
done
Comment 4 athompson 2007-11-06 00:26:12 UTC
yup