Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-20395

Navigation of #assert directive doesn't work for nested relative path and absolute file path

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 4.30.x
    • 4.3.0.Beta2
    • freemarker
    • None
    • Hide

      Nested relative and absolute navigation doesn't work. See steps to replicate.

      Show
      Nested relative and absolute navigation doesn't work. See steps to replicate.

      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

            nivologd@gmail.com Denis Golovin (Inactive)
            jpeterka_jira Jiri Peterka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: