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 - NullPointerException at org.netbeans.modules.editor.NbToolTip.buildTip
Summary: NullPointerException at org.netbeans.modules.editor.NbToolTip.buildTip
Status: RESOLVED DUPLICATE of bug 267234
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-23 16:25 UTC by rpacheco
Modified: 2016-07-26 12:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message Log (139.29 KB, application/octet-stream)
2016-07-23 16:25 UTC, rpacheco
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***