Kurt Hinrichs created NETBEANS-1700:
---------------------------------------

             Summary: SVN Commit with JIRA connection always get NPE when 
finished
                 Key: NETBEANS-1700
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1700
             Project: NetBeans
          Issue Type: Bug
          Components: versioncontrol - Subversion
    Affects Versions: 10.0
            Reporter: Kurt Hinrichs


Every time we (SVN) commit to a Jira ticket we get this error upon completion 
of the commit. It is extremely consistent so if you need any further 
information I can easily get it. (email: [email protected])  Fyi: I'm 
using build 918 of NB10.

Thank you for all your work!

java.lang.NullPointerException
    at 
org.netbeans.modules.jira.issue.IssuePanel.reloadField(IssuePanel.java:1004)
    at 
org.netbeans.modules.jira.issue.IssuePanel.reloadField(IssuePanel.java:993)
    at 
org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:781)
    at 
org.netbeans.modules.jira.issue.IssuePanel.reloadFormInAWT(IssuePanel.java:1306)
    at 
org.netbeans.modules.jira.issue.NbJiraIssue$Controller$1.run(NbJiraIssue.java:2003)
    at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
    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:85)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
    at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] 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)
    at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
INFO [org.netbeans.modules.web.core.jsploader.BaseJspEditorSupport$4]: property 
change fired with both new and old value null!
java.lang.IllegalStateException
    at 
org.netbeans.modules.web.core.jsploader.BaseJspEditorSupport$4.propertyChange(BaseJspEditorSupport.java:190)
    at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
    at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
    at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
    at 
org.openide.text.CloneableEditorSupport.firePropertyChange(CloneableEditorSupport.java:459)
    at 
org.openide.text.CloneableEditorSupport.fireDocumentChange(CloneableEditorSupport.java:1753)
    at 
org.openide.text.DocumentOpenClose$DocumentClose.run(DocumentOpenClose.java:976)
    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)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to