|
From: SourceForge.net <no...@so...> - 2008-08-07 02:58:57
|
Bugs item #2037045, was opened at 2008-08-03 15:17 Message generated for change (Comment added) made by nutans You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1089899&aid=2037045&group_id=233450 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Commands API Group: New Status: Open Resolution: None Priority: 4 Private: No Submitted By: James H. Linder (jhlinder) Assigned to: Nobody/Anonymous (nobody) Summary: Move basic method argument checks from IGit* to Git* Initial Comment: Right now, method argument checks are being done in either the Git* methods, the CLI implementations of the IGit* interfaces, or both. Since the end user should only ever use the classes under edu.nyu.cs.javagit.api, it makes sense to only make the basic argument checks in the ...api.commands.Git* methods and not in the implementations of the ...client.IGit* interfaces. Move all basic argument checks to the edu.nyu.cs.javagit.api.commands.Git* methods. ---------------------------------------------------------------------- >Comment By: nutans (nutans) Date: 2008-08-06 22:58 Message: Logged In: YES user_id=2152864 Originator: NO I have done it for GitMv and GitBranch. ~Nutan ---------------------------------------------------------------------- Comment By: James H. Linder (jhlinder) Date: 2008-08-03 15:17 Message: Logged In: YES user_id=1099750 Originator: YES This bug can wait until after the 0.1.0 build. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1089899&aid=2037045&group_id=233450 |