Bug 301541

Summary: leak not detected on API dependent when internal supertype modified
Product: [Eclipse Project] PDE Reporter: Darin Wright <darin.eclipse>
Component: API ToolsAssignee: PDE API Tools Inbox <pde-apitools-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: Vikas.Chandra
Version: 3.6Keywords: investigate
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Darin Wright CLA 2010-02-02 10:09:07 EST
Steps (auto-build on)

* Create a public class in an API package like:

public class SomeAction {}

* Create a non-API class in an internal package like:

public class InternalAction {}

* Make the public class extend the internal class like:

public class SomeAction extends InternalAction {}

* All is OK. Now add a leak to the internal class by adding a method like:

public InternalAction getSomething() {return null}

* No leak is detected in SomeAction. Add a space to "SomeAction" and save. Now the leak is detected.
Comment 1 Eclipse Genie CLA 2018-12-14 15:10:17 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Eclipse Genie CLA 2021-04-01 00:25:02 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 3 Eclipse Genie CLA 2023-03-23 09:05:33 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.