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 48438 - Problem with names of items in the usages window
Summary: Problem with names of items in the usages window
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-09-03 09:23 UTC by ehucka
Modified: 2006-03-24 09:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (16.77 KB, image/png)
2004-09-03 09:24 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-09-03 09:23:36 UTC
see the attachement
Comment 1 ehucka 2004-09-03 09:24:04 UTC
Created attachment 17348 [details]
screenshot
Comment 2 ehucka 2004-09-03 09:24:57 UTC
I used build 200409022120, move class refactoring.
Comment 3 Jan Becicka 2004-09-03 11:07:15 UTC
Emane, 2 questions:
1. Is it ui problem only? Is other functionality affected?
2. Can you reproduce it with yesterday's build?

If it is ui problem only, it can be caused by this commit:
  User: tboudreau
  Date: 04/09/02 02:26:34

  Modified:    src/org/netbeans/modules/refactoring/ui CheckRenderer.java
  Log:
  #48073 - border of selected item off by one
  
  Revision  Changes    Path
  1.6       +2 -3     
refactoring/src/org/netbeans/modules/refactoring/ui/CheckRenderer.java


Tim, what do you think?
Comment 4 ehucka 2004-09-03 11:19:07 UTC
It's only ui problem. The yesterday build is ok.
Comment 5 Jan Becicka 2004-09-03 11:53:36 UTC
Tim, it looks like this regression was caused by your commit. Can you
take a look at it? Thanks.
Comment 6 _ tboudreau 2004-09-03 14:19:09 UTC
Probably the removed call to Graphics.translate()
Comment 7 _ tboudreau 2004-09-04 14:49:32 UTC
cvs commit: Examining www
Checking in 
src/org/netbeans/modules/refactoring/ui/CheckRenderer.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/ui/CheckRendere
r.java,v  <--  CheckRenderer.java
new revision: 1.7; previous revision: 1.6
done
Comment 8 ehucka 2004-10-25 13:55:25 UTC
verified
Comment 9 Jan Becicka 2004-10-27 13:48:42 UTC
*** Issue 49856 has been marked as a duplicate of this issue. ***