Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.0
-
None
-
None
Description
When accessing SVN functions the IDE reports an exception:
java.lang.NumberFormatException: For input string: "4-SlikSvn"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.base/java.lang.Integer.parseInt(Integer.java:652)
at java.base/java.lang.Integer.parseInt(Integer.java:770)
at org.netbeans.modules.subversion.client.cli.commands.VersionCommand$Version.parse(VersionCommand.java:168)
at org.netbeans.modules.subversion.client.cli.commands.VersionCommand$Version.parse(VersionCommand.java:146)
at org.netbeans.modules.subversion.client.cli.commands.VersionCommand.checkForErrors(VersionCommand.java:87)
at org.netbeans.modules.subversion.client.cli.CommandlineClient.checkSupportedVersion(CommandlineClient.java:132)
at org.netbeans.modules.subversion.client.SvnClientFactory.checkVersion(SvnClientFactory.java:473)
at org.netbeans.modules.subversion.client.SvnClientFactory.checkCLIExecutable(SvnClientFactory.java:430)
at org.netbeans.modules.subversion.client.SvnClientFactory.setupCommandline(SvnClientFactory.java:403)
at org.netbeans.modules.subversion.client.SvnClientFactory.setup(SvnClientFactory.java:210)
at org.netbeans.modules.subversion.client.SvnClientFactory.init(SvnClientFactory.java:95)
at org.netbeans.modules.subversion.client.SvnClientFactory.wasJavahlCrash(SvnClientFactory.java:253)
at org.netbeans.modules.subversion.Subversion.checkClientAvailable(Subversion.java:189)
at org.netbeans.modules.subversion.util.ClientCheckSupport$1.perform(ClientCheckSupport.java:61)
at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:86)
at org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:79)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)