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 12655 - Template RMI / implementations / Activatable can cause cycylic inheritance
Summary: Template RMI / implementations / Activatable can cause cycylic inheritance
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: rmi (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-08 08:25 UTC by Adam Sotona
Modified: 2003-07-01 14:26 UTC (History)
1 user (show)

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 Adam Sotona 2001-06-08 08:25:16 UTC
Creating code from this template with <default> name cause cyclic inheritance:
public class Activatable extends Activatable {

correct is this (without cyclic inheritance):
public class Activatable extends java.rmi.activation.Activatable {
Comment 1 Adam Sotona 2001-06-18 18:00:05 UTC
template changed to:
public class Activatable extends java.rmi.activation.Activatable {
Comment 2 Quality Engineering 2003-07-01 14:26:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.