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 267936 - IllegalArgumentException: view is invalid
Summary: IllegalArgumentException: view is invalid
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-08 03:52 UTC by fbethea
Modified: 2017-06-06 00:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163540


Attachments
stacktrace (2.61 KB, text/plain)
2016-09-08 03:52 UTC, fbethea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fbethea 2016-09-08 03:52:03 UTC
Build: NetBeans IDE 8.1 (Build 20160715-debian-8.1)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
fbethea: <Please provide a description of the problem or the steps to reproduce>
initComponents() method "modifier private" not allowed here, netbeans 8.1 using swing components. The generated code becomes invalid in the initComponents() method. The ide presents an error that does not allow for  the private access modifier, this is the initComponents() method that the class constructor calls to display a jFrame and all of it's components.




Stacktrace: 
java.lang.IllegalArgumentException: view is invalid
   at javax.help.search.MergingSearchEngine.merge(MergingSearchEngine.java:91)
   at javax.help.JHelpSearchNavigator.merge(JHelpSearchNavigator.java:168)
   at javax.help.plaf.basic.BasicSearchNavigatorUI.addSubHelpSets(BasicSearchNavigatorUI.java:275)
   at javax.help.plaf.basic.BasicSearchNavigatorUI.reloadData(BasicSearchNavigatorUI.java:225)
   at javax.help.plaf.basic.BasicSearchNavigatorUI.installUI(BasicSearchNavigatorUI.java:174)
   at javax.swing.JComponent.setUI(JComponent.java:666)
Comment 1 fbethea 2016-09-08 03:52:05 UTC
Created attachment 161961 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-06-06 00:22:08 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=163540