gingerswede / doris

Git repository mining tool written in Java. Plublished under GPL 3
GNU General Public License v3.0
7 stars 9 forks source link

file:// git urls not working. #4

Closed frozzare closed 11 years ago

frozzare commented 11 years ago

Running this. java -jar doris.jar -u file:///Users/fredrik/Downloads/roplems.git

Gives me this error. Maybe a null where you din't expect one?

/Users/fredrik/Downloads/roplems already exists.
Over write? [y]es/[n]o?: y
Initializing mining of roplems
(This may take a while, go grab a cup of coffee)
Oups, something went wrong!
Error message:
nulljava.lang.NullPointerException
    at se.lnu.cs.doris.git.GitRepository.errorHandlingMining(GitRepository.java:311)
    at se.lnu.cs.doris.git.GitRepository.mine(GitRepository.java:262)
    at se.lnu.cs.doris.main.Main.main(Main.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
gingerswede commented 11 years ago

Problem cannot be reproduced. Error seem to be in jvm for macOS