greeduomacro / pandorasbox3

Automatically exported from code.google.com/p/pandorasbox3
0 stars 0 forks source link

Empty catch blocks #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are many try { ... } catch { *empty* } blocks. Mostly to avoid VS
designer warnings. This should be replaced by if statements.
If (XYZ != null) {
 ...
}

Original issue reported on code.google.com by Tarion86 on 23 Feb 2009 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by Tarion86 on 23 Feb 2009 at 4:22

GoogleCodeExporter commented 9 years ago
I think this things it's the same of issue 6.
It's an improvement in errors management.

Original comment by Smjert on 23 Feb 2009 at 4:33

GoogleCodeExporter commented 9 years ago

Original comment by Tarion86 on 24 Feb 2009 at 10:47