You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Heiko Wenzel (Jira)" <ji...@apache.org> on 2020/12/18 10:28:00 UTC

[jira] [Comment Edited] (NETBEANS-5148) JavaFX and Maven- no links in output to source during exception

    [ https://issues.apache.org/jira/browse/NETBEANS-5148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250118#comment-17250118 ] 

Heiko Wenzel edited comment on NETBEANS-5148 at 12/18/20, 10:27 AM:
--------------------------------------------------------------------

Create in Netbeans a new Maven based JavaFX Programm, i.e. "FXML JavaFX Maven Archetype (Gluon)".
 Place somewhere (in App.java, line 25) in the code a command which produces an exception like...

{{try {}}
 {{     new FileInputStream("blabla"); // this command should produce an exception}}
 {{ } catch (FileNotFoundException ex) {}}
 {{     ex.printStackTrace(); //the output has no clickable links to this line}}
 }

Run it, look into the output. All is ok. but no links for clicking and jumping back to source.


was (Author: heiko@webhsw.de):
Create in Netbeans a new Maven based JavaFX Programm, i.e. "FXML JavaFX Maven Archetype (Gluon)".
 Place somewhere (in App.java, line 25) in the code a command which produces an exception like...

{{{{try {}}}}
{{ {{     new FileInputStream("blabla"); // this command should produce an exception}}}}
{{ } catch (FileNotFoundException ex) {}}
{{ {{     ex.printStackTrace(); //the output has no clickable links to this line}}}}
{{ }}}

Run it, look into the output. All is ok. but no links for clicking and jumping back to source.

> JavaFX and Maven- no links in output to source during exception
> ---------------------------------------------------------------
>
>                 Key: NETBEANS-5148
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5148
>             Project: NetBeans
>          Issue Type: Bug
>          Components: apisupport - Maven
>    Affects Versions: 12.2
>            Reporter: Heiko Wenzel
>            Assignee: John McDonnell
>            Priority: Major
>         Attachments: mavenproject1.tar.gz
>
>
> A Maven JavFX project does not make links to source in output when a exception throws



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists