-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Do
-
Affects Version/s: 25
-
Fix Version/s: None
-
Component/s: QA / CI / Tests
If you call StudioService#getBranches("myProjectId") without a call to StudioService#getProject("myProjectId") it may crash because the project may not have been cloned (especially in tests).
For every method that take a projectId as parameter in the StudioService the check should be done.