[jbosstools-issues] [JBoss JIRA] (JBIDE-20395) Navigation of #assert directive doesn't work for nested relative path and absolute file path
Jeff MAURY (Jira)
issues at jboss.org
Mon Apr 27 10:24:07 EDT 2020
[ https://issues.redhat.com/browse/JBIDE-20395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff MAURY closed JBIDE-20395.
------------------------------
Resolution: Won't Fix
freemarker is deprecated
> Navigation of #assert directive doesn't work for nested relative path and absolute file path
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-20395
> URL: https://issues.redhat.com/browse/JBIDE-20395
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: freemarker
> Affects Versions: 4.3.0.Beta2
> Environment: JBDS 9.0.0.Beta2b, L64
> Reporter: Jiri Peterka
> Assignee: Denis Golovin
> Priority: Major
> Fix For: 4.16.x
>
>
> Have Java Project in eclipse called "testprj":
> Create four ftl files:
> 1) testprj/first.ftl
> 2) testprj/second.ftl
> 3) testprj/dir/third.ftl
> 4) /opt/fourth.ftl
> Put this into first.ftl
> <#include "second.ftl">
> <#include "dir/third.ftl">
> <#include "/opt/fourth.ftl">
> Try to click on each to navigate. First case works. Nested relative and absolute navigation doesn't work
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jbosstools-issues
mailing list