In class org.ctan.site.services.texarchive.ArchiveFilesUpdateService
In method org.ctan.site.services.texarchive.ArchiveFilesUpdateService.update(File, List)
Value loaded from ?
Dereferenced at ArchiveFilesUpdateService.java:[line 95]
Known null at ArchiveFilesUpdateService.java:[line 95]
Possible null pointer dereference in org.ctan.site.services.texarchive.ArchiveFilesUpdateService.update(File, List) due to return value of called method
The return value from a method is dereferenced without a null check,
and the return value of that method is one that should generally be checked
for null. This may lead to a NullPointerException when the code is executed.