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 188173 - NoSuchMethodException: org.openide.explorer.view.OutlineView.setTreeHorizontalScrollBarPolicy(int)
Summary: NoSuchMethodException: org.openide.explorer.view.OutlineView.setTreeHorizonta...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 188130
Blocks:
  Show dependency tree
 
Reported: 2010-06-28 21:58 UTC by asmotrich
Modified: 2010-07-07 15:56 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171027


Attachments
stacktrace (1.08 KB, text/plain)
2010-06-28 21:58 UTC, asmotrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asmotrich 2010-06-28 21:58:08 UTC
Build: NetBeans IDE Dev (Build 201006280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.NoSuchMethodException: org.openide.explorer.view.OutlineView.setTreeHorizontalScrollBarPolicy(int)
   at java.lang.Class.getDeclaredMethod(Class.java:1937)
   at org.netbeans.modules.viewmodel.OutlineTable.<init>(OutlineTable.java:136)
   at org.netbeans.spi.viewmodel.Models.createView(Models.java:130)
   at org.netbeans.modules.debugger.ui.views.ViewModelListener$2.run(ViewModelListener.java:500)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
Comment 1 asmotrich 2010-06-28 21:58:11 UTC
Created attachment 100469 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-06-29 11:02:05 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=171027
Comment 3 Martin Entlicher 2010-06-29 21:55:24 UTC
Will be resolved by proper API change and increased module dependency.
It's caused by using newer spi.viewmodel module in older vewrsion of NetBeans.
Comment 4 Martin Entlicher 2010-07-07 15:56:05 UTC
The version of module dependency was increased in in changeset: 173898:4df94c3a9243, that should fix the problem.
http://hg.netbeans.org/main/rev/4df94c3a9243