Removed redundant End*() methods which defined same way.
Removed redundant Warning() methods.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10091 Build 10091: arc lint + arc unit
Event Timeline
Comment Actions
What's the point of this change? It used to be generic, now it is more limiting. Even if we go this way, wouldn't it be more logical to drop End() altogether and use Default() directly? The code will make more sense.
Comment Actions
I like it. Decorators affect output that follows them, so End* are pointless.
I assume Warning() must be common because it will be used in the common part of error reporting?
Comment Actions
I assume Warning() must be common because it will be used in the common part of error reporting?
Yes.