Lines Matching refs:t
35 <h3 id="dont-ignore-exceptions">Don't Ignore Exceptions</h3>
51 thing to do, but at least you have to think about it. In Java you can't escape
121 <h3 id="dont-catch-generic-exception">Don't Catch Generic Exception</h3>
139 Exception in the code you're calling, the compiler won't help you realize you
140 need to handle that error differently. And in most cases you shouldn't be
161 <p>Rethrow the exception. Many times you don't need to catch the exception at
166 not catching an exception, don't scowl. Smile: the compiler just made it
168 <h3 id="dont-use-finalizers">Don't Use Finalizers</h3>
174 <p>Decision: we don't use finalizers. In most cases, you can do what
285 every local variable declaration should contain an initializer. If you don't
561 i.e. something that will have user-visible consequences and won't be
582 widespread impact, though isn't necessarily an error. Such a condition should
668 that explicitly creating StringBuilders isn't more expensive than relying on
671 builds, including building the strings, even if the logs aren't being