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 214311 - Broken References not properly displayed in Project Properties window
Summary: Broken References not properly displayed in Project Properties window
Status: RESOLVED DUPLICATE of bug 230265
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 15:07 UTC by host
Modified: 2013-07-03 11:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
broken-broken-reference-display-one (136.77 KB, image/png)
2012-06-16 15:09 UTC, host
Details
broken-broken-reference-display-two (134.99 KB, image/png)
2012-06-16 15:09 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2012-06-16 15:07:58 UTC
I have removed two JAR files from the lib folder of my web application. Now, NB correctly shows that there are missing references. Then I open the project's properties window and go to Libraries. I scroll to the position in the JAR files list where the missing JAR files are supposed to be. As a result, I either get (sometimes) the first screenshot or the second screenshot. The situation on the second screenshot also appears when I scroll "around" a bit when having situation of the first screenshot.

(Using NB 7.2RC1 with JDK 7u5 on Lion)
Comment 1 host 2012-06-16 15:09:24 UTC
Created attachment 120938 [details]
broken-broken-reference-display-one
Comment 2 host 2012-06-16 15:09:44 UTC
Created attachment 120939 [details]
broken-broken-reference-display-two
Comment 3 Milos Kleint 2012-06-18 06:25:27 UTC
reassigning to projects/ant as the generic ui doesn't contain libraries panel in project customerizer.

However from a quick glance at the screenshots, it's likely that at least partly jdk rendering is at fault. (adding saubrecht on CC just in case we already have it filed against the window system)
Comment 4 Stanislav Aubrecht 2012-06-18 08:07:16 UTC
It looks like HTML is being used to render part of the text in red color. The side effect is that longer text is being wrapped into multiple lines.
Replacing all space chars with   might help.
Comment 5 Milos Kleint 2013-07-03 11:49:46 UTC
fixed recently by tzezula in issue 230265

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