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 4158 - Conditional variables like __NAME$Impl$$java.rmi.Remote__ are not substituted.
Summary: Conditional variables like __NAME$Impl$$java.rmi.Remote__ are not substituted.
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-01 21:12 UTC by _ pkuzel
Modified: 2008-12-23 10:47 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 _ pkuzel 1999-10-01 21:12:10 UTC
1. Create from template RMI/ActivatableServer.group
2. see that variables in implements clausule of ${NAME}Impl are not substituted

IF: you modify template and add the same variable in some comment line then it is substituted
THAT IS WHY the prob was marked as bound to the implements clausute
Comment 1 _ pkuzel 2002-02-01 10:49:17 UTC
It was bracing issue. One line must contain just one "__" pair.