You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Miguel (Jira)" <ji...@apache.org> on 2019/10/04 08:32:00 UTC

[jira] [Created] (NETBEANS-3198) Import of previous set options configuration not possible in 11.2-beta2

Miguel created NETBEANS-3198:
--------------------------------

             Summary: Import of previous set options configuration not possible in 11.2-beta2
                 Key: NETBEANS-3198
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3198
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.2
            Reporter: Miguel


The configurations from a previous NetBeans version (11) cannot be imported in 11.2-beta2, via "_Tools -> Options -> Import_".

The following exception is shown in the IDE log.

It worked in the previous beta version.

 

```

java.lang.NullPointerExceptionjava.lang.NullPointerException at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838) at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.base/java.lang.Double.parseDouble(Double.java:549) at org.netbeans.modules.options.export.OptionsChooserPanel.createOptionsTreeModel(OptionsChooserPanel.java:415) at org.netbeans.modules.options.export.OptionsChooserPanel.access$700(OptionsChooserPanel.java:72)[catch] at org.netbeans.modules.options.export.OptionsChooserPanel$6.run(OptionsChooserPanel.java:339)

```



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