Community
Participate
Working Groups
The local variable 'shift' is never used on lines 761 and 765. It should either be used for something or be deleted. See org.eclipse.jgit.storage.file.PackFile's getObjectType(WindowCursor, long) method.
Thanks Remy. I've pushed commit d29b5db695225ed9629b028f99070bd182320b0f to remove the unnecessary shift variable in getObjectType().