velikGeorgiev / sshxcute

Automatically exported from code.google.com/p/sshxcute
0 stars 0 forks source link

Logger threshold setting issue #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Logger.getLogger().setThreshold(Logger.getLogger().getCaller(), 
Logger.ERROR);

What is the expected output? What do you see instead?

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 4
    at net.neoremind.sshxcute.core.Logger.getCaller(Logger.java:258)

What version of the product are you using? On what operating system?
sshxcute-1.0

Please provide any additional information below.
java 1.6

thanks
GS

Original issue reported on code.google.com by girishsu...@gmail.com on 18 Mar 2014 at 9:23