gizmo
gizmo copied to clipboard
ClassOutput doesn't declare any exceptions
The ClassOutput
interface methods don't declare any exceptions, even though they would frequently be used to write a class to disk. They should declare IOException
probably. But of course this will affect source-level compatibility.