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 44141 - Project not red when broken reference
Summary: Project not red when broken reference
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords: UI
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-06-02 09:21 UTC by Milan Kubec
Modified: 2006-03-24 10:21 UTC (History)
2 users (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 Milan Kubec 2004-06-02 09:21:19 UTC
[dev-200406011800, JDK 1.4.2]
When opened project with broken reference the name
of the project is not red.
Comment 1 Milan Kubec 2004-06-02 09:37:14 UTC
Oh, I realized tiny spot on the right upper corner of the project
icon. Is this to be the way how user should be alerted that project
has broken reference? If it's true then it's definitely not sufficient:
1) It's almost invisible
2) Doesn't really say that there is something wrong with the project
Comment 2 zikmund 2004-06-22 10:38:44 UTC
Reproducible again in 200406211800 build.
(I'm quite sure it worked fine in 200406151800 build)
Comment 3 Jesse Glick 2004-08-04 02:24:21 UTC
Jano check spec, refile as needed.
Comment 4 jrojcek 2004-10-08 21:40:02 UTC
I have updated the spec to show the project name in red color (164, 0, 0) in Projects 
window if it contains a broken reference.

http://projects.netbeans.org/nonav/buildsys/j2se-project-ui-
spec.html#Resolve_Reference_Problems_Dialog
Comment 5 David Konecny 2004-10-11 08:52:09 UTC
Jano, when did you change spec? Anyway, next time please file issue
when you change spec. I had to overlooked it
Comment 6 David Konecny 2004-10-11 09:20:38 UTC
I see, you changed it in on Friday.
Comment 7 David Konecny 2004-10-12 10:11:32 UTC
Fixed for J2SE project:
src/org/netbeans/modules/java/j2seproject/ui/J2SEPhysicalViewProvider.java;
new revision: 1.29; previous revision: 1.28
Comment 8 Milan Kubec 2004-10-15 09:32:31 UTC
Verified in 20041014.
Comment 9 Adam Sotona 2004-10-22 09:12:56 UTC
thanks for notification
fixed in J2ME