URISyntaxException when opening Netbeans
Brought to you by:
err
I think I found another problem under Windows:
When opening Netbeans, I get this (silent) exception in Netbeans:
(I shortened the path in the middle, so the "..." are not the problem, I guess it is the "\"-character, maybe they should be converted to "/")
I get this for all (opened?) files.
java.net.URISyntaxException: Illegal character in opaque part at index 2: C:\Users\mbruckschwaiger\sources\...\NcsListPage.utf8.properties
at java.base/java.net.URI$Parser.fail(URI.java:2970)
at java.base/java.net.URI$Parser.checkChars(URI.java:3141)
at java.base/java.net.URI$Parser.parse(URI.java:3177)
at java.base/java.net.URI.<init>(URI.java:620)
[catch] at com.raelity.jvi.core.VimPath.getCheckPathFS(VimPath.java:148)
at com.raelity.jvi.core.VimPath.getAbsolutePath(VimPath.java:305)
at com.raelity.jvi.manager.AppViews$CheckClosedfileExists.run(AppViews.java:176)
at java.base/java.lang.Thread.run(Thread.java:1589)
Thanks,
Mario.
Thanks, this time it's an expected exception. The bug is that jVi prints it. I've fixed it here. I thought I would a while to see if anything else shows up since there were so many rapid fire releases.
Have you tried :e* ?
Hi, yes, just tried ":e*". It works perfectly, without any exceptions.
Fixed in jVi-2.0.13.