You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2018. It is now read-only.
@Extrainti;
@ExtraStrings;
// constructor will be changed to: DetailActivityIntentBuilder(int i, String s). // You'd have to switch your parameters. And what if their the same type? You're not gonna get compile error.startActivity(newDetailActivityIntentBuilder(myString, myInt).build());
Consider replacing constructor for required fields with StepBuilderPattern. Constructor has two cons:
Switch position in code: