Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Questions about org.eclipse.jgit.lib.Tag

Why is there a setAuthor() and setTagger() when they point to the same
object? Is this just an API goof since they point to the same
PersonIdent?

Also, I believe messages in Tag's are optional... if so...
org.eclipse.jgit.lib.ObjectInserter.format(Tag) is expecting a
non-null message otherwise we get an NPE. Should ObjectInserter be
updated to handle the case of an optional message?

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top