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 49856 - painting bug in the "find usages" tree
Summary: painting bug in the "find usages" tree
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 51153
  Show dependency tree
 
Reported: 2004-10-03 14:39 UTC by Tim Lebedkov
Modified: 2006-03-24 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (4.23 KB, image/gif)
2004-10-03 14:40 UTC, Tim Lebedkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2004-10-03 14:39:43 UTC
nodes in the "find usages" tree cutted on the
lower edge.
on the attached screenshot the variable name
should be "USER_CATEGORY" and not "USER CATEGORY"
Comment 1 Tim Lebedkov 2004-10-03 14:40:05 UTC
Created attachment 18000 [details]
Screenshot
Comment 2 Jan Becicka 2004-10-27 13:48:43 UTC

*** This issue has been marked as a duplicate of 48438 ***
Comment 3 Tim Lebedkov 2004-10-29 18:26:04 UTC
reproducible in the build 041028
Comment 4 Jan Becicka 2004-11-02 07:06:37 UTC
Tim, what OS and what Look and Feel do you use? Windows 2000? Thanks
Comment 5 Tim Lebedkov 2004-11-02 09:59:41 UTC
Windows 2000/Windows LAF
Comment 6 Jan Becicka 2004-12-21 16:39:28 UTC
This commit should fix it:
Checking in CheckRenderer.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/CheckRenderer.java,v
 <--  CheckRenderer.java
new revision: 1.8; previous revision: 1.7
done

Reopen if I'm wrong. Thanks.
Comment 7 Tim Lebedkov 2005-01-03 20:19:53 UTC
ok