Change 12492

paul_allen (Paul Allen)
Paul Allen committed this change into //guest/perforce_software/p4convert/src/com/perforce/cvs/process
Request Review
Download .zip
CVS: Do not add empty CVS changes to the process list.

Fix for: Caught exception on exit
java.lang.NullPointerException
       at com.perforce.common.process.ChangeInfo.<init>(ChangeInfo.java:37)
       at com.perforce.cvs.process.CvsProcessChange.processChange(CvsProcessChange.java:94)
       at com.perforce.common.process.ProcessChange.runSingle(ProcessChange.java:90)
       at com.perforce.common.process.ProcessChange.call(ProcessChange.java:53)
       at com.perforce.common.process.ProcessChange.call(ProcessChange.java:20)
       at java.util.concurrent.FutureTask.run(FutureTask.java:262)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
       at java.lang.Thread.run(Thread.java:745)
Caught EXIT shutting down ...
  • Files 3
  • Comments 0
3 edited 0 added 0 deleted
ChangeSorter.java#2
Loading...
CvsChange.java#3
Loading...
CvsChangeList.java#2
Loading...
Tip: Use n and p to cycle through the changes.