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 223009 - AbstractMethodError: org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor.addPropertyChangeListener(Ljava/beans/PropertyChangeListener;)V
Summary: AbstractMethodError: org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 20:27 UTC by markiewb
Modified: 2012-12-06 02:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195889


Attachments
stacktrace (2.30 KB, text/plain)
2012-11-29 20:27 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-11-29 20:27:11 UTC
This bug was originally marked as duplicate of bug 221151, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201211290002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
jdlee: I get this error at application start.

markiewb: Opening the dev build 20121129002

markiewb: Start NB7.3b2




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor.addPropertyChangeListener(Ljava/beans/PropertyChangeListener;)V
   at org.netbeans.modules.bugtracking.kenai.KenaiRepositories.addPropertyChangeListener(KenaiRepositories.java:118)
   at org.netbeans.modules.bugtracking.api.RepositoryManager.<init>(RepositoryManager.java:84)
   at org.netbeans.modules.bugtracking.api.RepositoryManager.getInstance(RepositoryManager.java:93)
   at org.netbeans.modules.tasks.ui.DashboardTopComponent.componentOpened(DashboardTopComponent.java:210)
   at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)
   at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:1140)
Comment 1 markiewb 2012-11-29 20:27:13 UTC
Created attachment 128605 [details]
stacktrace
Comment 2 Tomas Stupka 2012-12-05 11:15:57 UTC
fixed in core-main #9d1c3ee31834
Comment 3 Quality Engineering 2012-12-06 02:37:16 UTC
Integrated into 'main-golden', will be available in build *201212060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9d1c3ee31834
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #223009 - AbstractMethodError: org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor.addPropertyChangeListener(Ljava/beans/PropertyChangeListener;)V