veamlytest / demo_repository

0 stars 0 forks source link

NullPointerException #2

Open veamlytest opened 3 years ago

veamlytest commented 3 years ago

java.lang.NullPointerException at org.eclipse.jgit.util.RawParseUtils.commitMessage(RawParseUtils.java:1024) at org.eclipse.jgit.revwalk.RevCommit.getFullMessage(RevCommit.java:440) at gitbucket.core.util.JGitUtil$$anonfun$getFileList$1$$anonfun$apply$11.apply(JGitUtil.scala:303) at gitbucket.core.util.JGitUtil$$anonfun$getFileList$1$$anonfun$apply$11.apply(JGitUtil.scala:298) at scala.collection.immutable.List.map(List.scala:273) at gitbucket.core.util.JGitUtil$$anonfun$getFileList$1.apply(JGitUtil.scala:298) at gitbucket.core.util.JGitUtil$$anonfun$getFileList$1.apply(JGitUtil.scala:199) at gitbucket.core.util.ControlUtil$.using(ControlUtil.scala:35) at gitbucket.core.util.JGitUtil$.getFileList(JGitUtil.scala:199) at gitbucket.core.controller.RepositoryViewerControllerBase$$anonfun$gitbucket$core$controller$RepositoryViewerControllerBase$$fileList$1$$anonfun$apply$75$$anonfun$apply$76.apply(RepositoryViewerController.scala:509)

khalilbenhamouda commented 3 years ago

umm.. perhaps, a cause is jgit bug. can push it repository to reachable place from me, I can clone and test it.