You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Mark Wilmoth (JIRA)" <ji...@apache.org> on 2018/04/12 02:31:00 UTC

[jira] [Created] (NETBEANS-650) Edit Ant Library from Project Window Tree Causes java.lang.AssertionError

Mark Wilmoth created NETBEANS-650:
-------------------------------------

             Summary: Edit Ant Library from Project Window Tree Causes java.lang.AssertionError
                 Key: NETBEANS-650
                 URL: https://issues.apache.org/jira/browse/NETBEANS-650
             Project: NetBeans
          Issue Type: Bug
          Components: java - Project
    Affects Versions: 9.0
         Environment: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-linux-406-on-20180411)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)

            Reporter: Mark Wilmoth
         Attachments: Edit Ant Library Bug 001.png, messages.log

# Open an Ant Java Project.
 # In the Project window, right click on any Ant Library or the JDK Library.
 # This brings up a context menu. Click "Edit..."
 # A org.openide.util.RequestProcessor$SlowItem exception occurs. 

java.lang.AssertionError
 at org.openide.awt.HtmlRendererImpl.reset(HtmlRendererImpl.java:78)
 at org.openide.awt.HtmlRendererImpl.getTreeCellRendererComponent(HtmlRendererImpl.java:122)
 at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:131)
 at org.openide.explorer.view.TreeView.initializeTree(TreeView.java:289)
 at org.openide.explorer.view.TreeView.<init>(TreeView.java:213)
 at org.openide.explorer.view.TreeView.<init>(TreeView.java:203)
 at org.openide.explorer.view.BeanTreeView.<init>(BeanTreeView.java:73)
 at org.netbeans.modules.java.platform.ui.PlatformsCustomizer$PlatformsView.<init>(PlatformsCustomizer.java:527)
 at org.netbeans.modules.java.platform.ui.PlatformsCustomizer.initComponents(PlatformsCustomizer.java:153)
 at org.netbeans.modules.java.platform.ui.PlatformsCustomizer.<init>(PlatformsCustomizer.java:94)
 at org.netbeans.api.java.platform.PlatformsCustomizer.showCustomizer(PlatformsCustomizer.java:41)
 at org.netbeans.modules.java.api.common.project.ui.PlatformNode$PlatformEditable.edit(PlatformNode.java:292)
 at org.netbeans.modules.java.api.common.project.ui.EditRootAction.performAction(EditRootAction.java:41)
 at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:561)
 at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
 at org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:137)
 at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:84)
 at org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:35)
 at org.openide.util.actions.ActionInvoker$ActionRunnable.doRun(ActionInvoker.java:128)
 at org.openide.util.actions.ActionInvoker$2.run(ActionInvoker.java:85)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
 at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
 at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:89)
 at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
 at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:558)
 at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
 at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
 at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
 at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
 at java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:369)
 at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:980)
 at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1024)
 at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589)
 at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
 at java.desktop/java.awt.Component.processEvent(Component.java:6354)
 at java.desktop/java.awt.Container.processEvent(Container.java:2260)
 at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
 at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2318)
 at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
 at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4906)
 at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
 at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
 at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2304)
 at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
 at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
 at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
 at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
 at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
 at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
 at java.base/java.security.AccessController.doPrivileged(Native Method)
 at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
 at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
 at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
 at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
 at java.base/java.security.AccessController.doPrivileged(Native Method)
 at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
 at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
 at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
 at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
 at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
 at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
 at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
 at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[catch] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists