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 2019/07/26 11:01:00 UTC

[jira] [Created] (NETBEANS-2906) Parsing of some Java source files fails under Windows

Heiko Wenzel created NETBEANS-2906:
--------------------------------------

             Summary: Parsing of some Java source files fails under Windows
                 Key: NETBEANS-2906
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2906
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.0, 11.1
            Reporter: Heiko Wenzel


To see the bug:

Open a java source File i.e. "javafx.scene.control.TableCell" with menu action "File/open File"
If you do so, you will see, that you get an exception and in the Netbeans Navigator Tab (Ctrl-7) is nothing to see.

The bigger problem is, that you cannot find and open these classes with context menu "Navigate/ Goto Source" and the Javadoc also cannot display.

But, if you do this in Linux - It works!

Other Examples which work:
javafx.beans.property.SimpleObjectProperty;
javafx.beans.value.ChangeListener;

and work not:
javafx.application.Platform;
javafx.scene.control.ScrollBar;

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
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