java.lang.NullPointerException at org.openide.text.Annotation.attach(Annotation.java:120) at org.netbeans.modules.editor.NbToolTip$Request.resolveTooltipText(NbToolTip.java:400) at org.netbeans.modules.editor.NbToolTip$Request.run(NbToolTip.java:369) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042) Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException at org.openide.util.RequestProcessor.post(RequestProcessor.java:424) at org.netbeans.modules.editor.NbToolTip.buildTip(NbToolTip.java:279) at org.netbeans.modules.editor.NbToolTip.buildToolTip(NbToolTip.java:121) at org.netbeans.modules.editor.NbEditorKit$NbBuildToolTipAction.actionPerformed(NbEditorKit.java:656) at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:339) at org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:462) at org.netbeans.editor.ext.ToolTipSupport.updateToolTip(ToolTipSupport.java:564) at org.netbeans.editor.ext.ToolTipSupport.setToolTipVisible(ToolTipSupport.java:627) at org.netbeans.editor.ext.ToolTipSupport.setToolTipVisible(ToolTipSupport.java:587) at org.netbeans.editor.ext.ToolTipSupport$Listener.actionPerformed(ToolTipSupport.java:1097) at org.netbeans.editor.WeakTimerListener.actionPerformed(WeakTimerListener.java:88) at javax.swing.Timer.fireActionPerformed(Timer.java:0) at javax.swing.Timer$DoPostEvent.run(Timer.java:0) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:0) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:0) at java.awt.EventQueue.access$200(EventQueue.java:0) at java.awt.EventQueue$3.run(EventQueue.java:0) at java.awt.EventQueue$3.run(EventQueue.java:0) at java.security.AccessController.doPrivileged(AccessController.java:0) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:0) at java.awt.EventQueue.dispatchEvent(EventQueue.java:0) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:0) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:0) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:0) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:0) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:0) at java.awt.EventDispatchThread.run(EventDispatchThread.java:0)