Bug 200257 - [breakpoints] Unable to set method breakpoint on inner type with generic
Summary: [breakpoints] Unable to set method breakpoint on inner type with generic
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-16 17:01 EDT by Curtis Windatt CLA
Modified: 2023-11-20 00:16 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Windatt CLA 2007-08-16 17:01:35 EDT
Special case of bug 200198.

Double clicking to set a breakpoint on a method that contains a type variable
in its signature results in no breakpoint and an error message in the status
bar like: "Cannot create method breakpoint, method signature not available."

public static <Type> void testOfMethodWithInnerClassAndGenericType(Type type)
	{
		class TestWithGivenType
		{
			protected TestWithGivenType(Type t) //Breakpoint can't be toggled here
			{
				System.out.println("");
			}
		}
		
		new TestWithGivenType(type);
	}
Comment 1 Eclipse Genie CLA 2019-11-29 13:25:23 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 Sarika Sinha CLA 2019-12-09 01:58:42 EST
Problem still exists.
Comment 3 Eclipse Genie CLA 2021-11-29 05:09:21 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 4 Eclipse Genie CLA 2023-11-20 00:16:37 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.