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 60409 - In case of missing project properties, the text is not colored but HTML-code is shown
Summary: In case of missing project properties, the text is not colored but HTML-code ...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-06-22 21:30 UTC by ieising
Modified: 2005-10-27 09:27 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 ieising 2005-06-22 21:30:42 UTC
Hi,

When for example a library is missing which is a dependency in your project,
NB41 would color the project dark-red, but NB42 shows <font
color="#40000">MyProject</font>.

Steps to reproduce:
- Create or open a project and define a library as a dependency of your project.
- With Library Manager remove the library
- Now the explained issue is happening.

Iwan
Comment 1 Tomas Zezula 2005-06-23 07:44:12 UTC
The rendering code in the j2seproject was not changed, there is probably some
change in the underlaying core.
Comment 2 Tomas Zezula 2005-10-27 09:27:02 UTC
It was some problem in the HtmlRenderer library, which seems to be fixed.
Now works fine (NB 051025).