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 248388 - ClassCastException: org.netbeans.api.debugger.jpda.MethodBreakpoint$MethodBreakpointImpl cannot be cast to com.MYDevelopers.Cider.CoronaBridge.CoronaBridgeBreakpoint
Summary: ClassCastException: org.netbeans.api.debugger.jpda.MethodBreakpoint$MethodBre...
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: arcanefoam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 09:00 UTC by ApurvaMatey
Modified: 2016-04-12 08:29 UTC (History)
26 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207635


Attachments
stacktrace (1.32 KB, text/plain)
2014-11-04 09:00 UTC, ApurvaMatey
Details
stacktrace (1.31 KB, text/plain)
2014-11-11 22:09 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ApurvaMatey 2014-11-04 09:00:51 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
GUEST: no hay como instalar el plug in uml

GUEST: Starting up NetBeans.

GUEST: During startup

GUEST: License templates not loading

GUEST: error after start netbeans

ApurvaMatey: I got Error of

ClassCastException: org.netbeans.api.debugger.jpda.MethodBreakpoint$MethodBreakpointImpl cannot be cast to com.MYDevelopers.Cider.CoronaBridge.CoronaBridgeBreakpoint

GUEST: Erro ocorreu ao abrir o Netbeans 8.0.1

GUEST: Acontece constantemente ao abrir a IDE

GUEST: just opened a project

GUEST: I don't know how, i startet the IDE and there was it.

GUEST: open Netbeans Options

GUEST: This exception occoured when I was working on my application.

GUEST: I've clicked over the class name.

GUEST: it's kinda slow. i just installed almost all the pluggings.

GUEST: Loaded project group from list on menu.

GUEST: .

GUEST: No se exactamente en donde esta el error solo actualize y inicie el trabajo, dice que es Sliencioso!

GUEST: During startup

GUEST: did nothing




Stacktrace: 
java.lang.ClassCastException: org.netbeans.api.debugger.jpda.MethodBreakpoint$MethodBreakpointImpl cannot be cast to com.MYDevelopers.Cider.CoronaBridge.CoronaBridgeBreakpoint
   at com.MYDevelopers.LuaDebugger.PersistenceManager.breakpointAdded(PersistenceManager.java:57)
   at org.netbeans.api.debugger.DebuggerManager.fireBreakpointCreated(DebuggerManager.java:883)
   at org.netbeans.api.debugger.DebuggerManager.initBreakpoints(DebuggerManager.java:1055)
   at org.netbeans.api.debugger.DebuggerManager.initBreakpoints(DebuggerManager.java:959)
   at org.netbeans.api.debugger.DebuggerManager.getBreakpoints(DebuggerManager.java:597)
   at org.netbeans.modules.debugger.jpda.projects.BreakpointAnnotationProvider.annotate(BreakpointAnnotationProvider.java:149)
Comment 1 ApurvaMatey 2014-11-04 09:00:53 UTC
Created attachment 150257 [details]
stacktrace
Comment 2 Martin Entlicher 2014-11-06 11:52:02 UTC
A bug of http://plugins.netbeans.org/plugin/29607/luasupport ?
Comment 3 Jiri Kovalsky 2014-11-06 12:07:24 UTC
Reassigning to appropriate product/component.
Comment 4 javydreamercsw 2014-11-11 22:09:49 UTC
Created attachment 150444 [details]
stacktrace

Opening a Gradle project.
Comment 5 Exceptions Reporter 2015-02-05 03:30:20 UTC
This bug already has 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=207635
Comment 6 arcanefoam 2015-02-12 12:53:06 UTC
On request from Jiri Kovalsky to make a comment on this (I don't mean to be a pedantic prick, but..)

1. My plugin is only available for Netbeans 6.8, 7,3, and 7.4. I haven't tested on new versions. The bug is reported on NetBeans 8, so my first answer would be: unsupported version. If you really need it use it on 7.4. If you realy, realy need 8.0, its an open source plugin so by all do means contribute a patch.

2. The stack trace mentions: com.MYDevelopers.LuaDebugger, and whilst luaSuppo's (my plugin) domai is: net.sourceforge.luatopping.luasupport. So unless the stack tace is not complete I don't see why balme my plugin. If someone developed a debuggger on top on my parser, then they should impose the version dependency too, i.e. com.MYDevelopers.LuaDebugger should only be used on Netbeans 7.4.