[Fb-contrib-commit] SF.net SVN: fb-contrib: [927] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2007-10-08 01:39:44
|
Revision: 927
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=927&view=rev
Author: dbrosius
Date: 2007-10-07 18:39:46 -0700 (Sun, 07 Oct 2007)
Log Message:
-----------
document EXS
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.html
Modified: trunk/fb-contrib/htdocs/index.html
===================================================================
--- trunk/fb-contrib/htdocs/index.html 2007-10-08 01:34:32 UTC (rev 926)
+++ trunk/fb-contrib/htdocs/index.html 2007-10-08 01:39:46 UTC (rev 927)
@@ -68,6 +68,13 @@
Looks for classes that implement Serializable and implements readObject and writeObject
by just calling the readDefaultObject or writeDefaultObject of the stream parameter.
As this is the standard behavior, implementing these methods is not needed.</li>
+ <li><b>[EXS] Exception Softening</b><br/>
+ looks for methods that catch checked exceptions, and throw unchecked exceptions in their
+ place. There are several levels of concern. Least important are methods constrained by
+ interface or super class contracts not to throw checked exceptions but appear owned by
+ the same author. Next are methods constrained by interface or super class contracts and
+ throw other types of checked exceptions. Lastly are method not constrained by any interface
+ or superclass contract.</b><br/>
</ul>
</div>
<hr/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|