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 230660

Summary: Unable to go to EL Expression link from Mercurial diff
Product: javaee Reporter: Maksim Khramov <mkhramov>
Component: Expression LanguageAssignee: Martin Fousek <marfous>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Maksim Khramov 2013-06-03 12:37:29 UTC
Product Version: NetBeans IDE Dev (Build 201306022301)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b12

Steps to reproduce:
I have version controlled web project (Mercurial)
In my Base JSP code I have an EL expression that points to some property in java bean code like #{Bean1.someValue}
In local mdified file expression points to other bean like #{Bean2.otherValue}. First bean remains unchanged (i.e someValue property is still there)
Once I open mercurial diff window I can click on property both in Base and in Modified sides.
In first case I cannot jump to Bean1.someValue and in second case navigation is OK
Comment 1 Maksim Khramov 2013-06-03 12:40:39 UTC
May related to fix for this issue https://netbeans.org/bugzilla/show_bug.cgi?id=230465 ?
Comment 2 Martin Fousek 2014-07-29 07:42:59 UTC
After discussion with VCS guy something like that (full editor support in diff view) is not supported. You can try out to enter new enhancement against the Versioning component but I would expect that the benefit of such an action is pretty small so there will not be big priority to do that. Closing as wontfix.