Esempio
public class
ClassA
{
public void
test () {
try
{
int
i = 0;
}
catch
(Exceptions e) {
}
}
}
Soluzione
Evitare di utilizzare un blocco
catch
. Aggiungere un'eccezione.