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 84788 - Inconsitent paint of constructor call with generics
Summary: Inconsitent paint of constructor call with generics
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 87136
  Show dependency tree
 
Reported: 2006-09-13 12:59 UTC by Jiri Prox
Modified: 2007-01-17 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot 1 (19.98 KB, image/png)
2006-09-13 13:04 UTC, Jiri Prox
Details
screenshot 2 (25.69 KB, image/png)
2006-09-13 13:04 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2006-09-13 12:59:21 UTC
NetBeans IDE Dev (Build 060913)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b98
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8

The constructor call with generic is sometimes printed with normal (not bold)
font. It keeps switching between bold and normal font as user types. See the two
screenshot.
Comment 1 Jiri Prox 2006-09-13 13:04:08 UTC
Created attachment 33870 [details]
screenshot 1
Comment 2 Jiri Prox 2006-09-13 13:04:29 UTC
Created attachment 33871 [details]
screenshot 2
Comment 3 Jan Lahoda 2006-10-03 08:51:48 UTC
Should be fixed:
Checking in src/org/netbeans/modules/java/editor/semantic/SemanticHighlighter.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/semantic/Attic/SemanticHighlighter.java,v
 <--  SemanticHighlighter.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
RCS file:
/cvs/java/editor/test/unit/data/org/netbeans/modules/java/editor/semantic/data/Attic/ConstructorsAreMethods3.java,v
done
Checking in
test/unit/data/org/netbeans/modules/java/editor/semantic/data/ConstructorsAreMethods3.java;
/cvs/java/editor/test/unit/data/org/netbeans/modules/java/editor/semantic/data/Attic/ConstructorsAreMethods3.java,v
 <--  ConstructorsAreMethods3.java
new revision: 1.1.2.1; previous revision: 1.1
done
RCS file:
/cvs/java/editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/semantic/DetectorTest/Attic/testConstructorsAreMethods3.pass,v
done
Checking in
test/unit/data/goldenfiles/org/netbeans/modules/java/editor/semantic/DetectorTest/testConstructorsAreMethods3.pass;
/cvs/java/editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/semantic/DetectorTest/Attic/testConstructorsAreMethods3.pass,v
 <--  testConstructorsAreMethods3.pass
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in
test/unit/src/org/netbeans/modules/java/editor/semantic/DetectorTest.java;
/cvs/java/editor/test/unit/src/org/netbeans/modules/java/editor/semantic/Attic/DetectorTest.java,v
 <--  DetectorTest.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Comment 4 Jiri Prox 2006-10-05 08:29:46 UTC
fixed
Comment 5 Jiri Prox 2006-10-05 08:30:15 UTC
verified