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 268141 - Wrong line navigation when click to see method definition from a class with editor-fold block
Summary: Wrong line navigation when click to see method definition from a class with e...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-21 15:09 UTC by marce23
Modified: 2016-09-21 15:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marce23 2016-09-21 15:09:28 UTC
Product Version = NetBeans IDE 8.2 RC (Build 201609140952)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

STEPS:
  * Open a php file and control + click on a class method call to see the method definition
  * The method must be owned by a class with another methods or code collapsed  using editor-fold:
	// <editor-fold defaultstate="collapsed" desc=".:: TAGNAME ::.">
	..... any other method or code definition
	// </editor-fold>
 

ACTUAL:
  netbeans navigate to the method definition but then scroll down to another line

EXPECTED:
  netbeans navigate to the exact line number where the method has been define