ExceptionSignatureDeclaration should check for overriding
A source code analyzer
Brought to you by:
adangel,
juansotuyo
I think that the ExceptionSignatureDeclaration rule should not be violated when the method which throws "Exception" is overriding a method with the same declaration.
Sometimes when extending a 3rd party class you need to support a certain API and in many open sources Exception is used in the method signature.
Logged In: YES
user_id=5159
Originator: NO
Assigning away from me so's anyone can look at it...
Tom