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 267270

Summary: NullPointerException at org.netbeans.modules.editor.NbToolTip.buildTip
Product: editor Reporter: rpacheco
Component: Hints & AnnotationsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Message Log

Description rpacheco 2016-07-23 16:25:47 UTC
Created attachment 161395 [details]
Message Log

STEPS:
   * I edited the comments of a class. When I click my original changes, there is no problem, the original code is shown.
   * After editing I select Source > Format. One line gets modified. from
@Table(schema="POS", name = "A02_TipoServicio",
to
@Table(schema = "POS", name = "A02_TipoServicio",

In that line, if I click the blue zone, the error occurs.


Product Version: NetBeans IDE Dev (Build 201607210002)
Java: 1.8.0_92; Java HotSpot(TM) 64-Bit Server VM 25.92-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_92-b14
System: Windows 10 version 10.0 running on amd64; Cp1252; es_MX (nb)
Comment 1 Milutin Kristofic 2016-07-26 12:22:49 UTC

*** This bug has been marked as a duplicate of bug 267234 ***