Kai Schroedter created NETBEANS-1841:
----------------------------------------

             Summary: NumberFormatException when accessing Slik SVN
                 Key: NETBEANS-1841
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1841
             Project: NetBeans
          Issue Type: Bug
          Components: versioncontrol - Subversion
    Affects Versions: 10.0
            Reporter: Kai Schroedter


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)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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

Reply via email to