Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 330062] New: AssertionError in TCFAnnotationManager

https://bugs.eclipse.org/bugs/show_bug.cgi?id=330062 
Product/Component: Target Management / TCF

           Summary: AssertionError in TCFAnnotationManager
    Classification: DSDP
           Product: Target Management
           Version: 3.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: anton.leherbauer@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


This error occured when I opened the Breakpoints view and created a TCF
breakpoint.
I believe with the new flexible hierarchy implementation of the Breakpoints
view in Eclipse 3.6 this assertion is no longer valid.

java.lang.AssertionError
    at
org.eclipse.tm.internal.tcf.debug.ui.model.TCFAnnotationManager.getBreakpointStatus(TCFAnnotationManager.java:287)
    at
org.eclipse.tm.internal.tcf.debug.ui.model.TCFModelPresentation.getText(TCFModelPresentation.java:83)
    at
org.eclipse.debug.internal.ui.LazyModelPresentation.getText(LazyModelPresentation.java:185)
    at
org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView$1.getText(BreakpointsView.java:160)
    at
org.eclipse.debug.internal.ui.model.elements.DebugElementLabelProvider.getLabel(DebugElementLabelProvider.java:35)
    at
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider.getLabel(ElementLabelProvider.java:312)
    at
org.eclipse.debug.internal.ui.model.elements.BreakpointLabelProvider.getLabel(BreakpointLabelProvider.java:33)
    at
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider.retrieveLabel(ElementLabelProvider.java:215)
    at
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider$LabelUpdater.run(ElementLabelProvider.java:160)
    at
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider$LabelJob.run(ElementLabelProvider.java:74)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top