Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 310087 - Compile error org.eclipse.dltk.internal.mylyn.actions.FocusBreakpointsViewAction in Eclipse 3.6
Summary: Compile error org.eclipse.dltk.internal.mylyn.actions.FocusBreakpointsViewAct...
Status: RESOLVED FIXED
Alias: None
Product: DLTK
Classification: Technology
Component: Common (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dltk.common-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 06:49 EDT by Jacek Pospychala CLA
Modified: 2010-06-11 06:20 EDT (History)
2 users (show)

See Also:


Attachments
patch (1.53 KB, patch)
2010-04-22 06:50 EDT, Jacek Pospychala CLA
alex.panchenko: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Pospychala CLA 2010-04-22 06:49:32 EDT
hi DLTK,
after switching to Eclipse 3.6M6, I see following compile errors in FocusBreakpointsViewAction:

Description	Resource	Path	Location	Type
The method getCheckboxViewer() is undefined for the type BreakpointsView	FocusBreakpointsViewAction.java	/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions	line 38	Java Problem
The method getCheckboxViewer() is undefined for the type BreakpointsView	FocusBreakpointsViewAction.java	/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions	line 39	Java Problem
Comment 1 Jacek Pospychala CLA 2010-04-22 06:50:11 EDT
Created attachment 165729 [details]
patch

Attached patch solves compile errors
Comment 2 Roy Ganor CLA 2010-04-26 11:33:53 EDT
thanks!