takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

Unnecessary "throws DiscoveryException" on AuthSuccess object #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?
The AuthSuccess.getIdentity() method throws DiscoveryException, but the 
underlying code shows no actual throwing of this exception.  This results in 
unnecessary boilerplate code to handle an exception that's never actually 
thrown.

What version of the product are you using? On what operating system?
We're using version 0.9.5.

Original issue reported on code.google.com by jrh...@gmail.com on 22 Sep 2010 at 3:21

GoogleCodeExporter commented 8 years ago
Fixed in r691.

Original comment by Johnny.B...@gmail.com on 31 Oct 2012 at 11:09