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 19311 - Newly created java source from template breaks macro-substiuted values...
Summary: Newly created java source from template breaks macro-substiuted values...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-11 04:16 UTC by Jo, Okgeun
Modified: 2007-09-26 09:14 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 Jo, Okgeun 2002-01-11 04:16:17 UTC
This problem seems not to occur when the value is pure ascii string. But If the 
value is two-byte encoded character string, the substituted macro values are 
broken. I write sources in Korean, EUC-KR.

In version 3.2, there was no such problem.
Comment 1 Jan Lahoda 2002-01-11 10:31:11 UTC
So, as I understand it, the problem occurs only when instantiating a
template. I think that the macro substitution is done in Java module,
so reassigning to it. Please, reassign back if this is editor module
issue.
Comment 2 Tomas Hurka 2002-01-25 17:36:32 UTC
fixed in trunk
Comment 3 Jan Becicka 2002-10-15 09:36:46 UTC
Closed