but it makes the code much clearer
geir
Alexey Petrenko wrote:
2006/11/23, Tim Ellison <[EMAIL PROTECTED]>:
[EMAIL PROTECTED] wrote:
> - public void add(Area area) {
> + public void add(Area area) throws
org.apache.harmony.luni.util.NotImplementedException {
> throw new RuntimeException("Not implemented"); //$NON-NLS-1$
> }
Sorry if I'm getting annoying ;-) but why not :
(1) import the NotYetImplementedException like we do everywhere else for
type we reference, and
It's just easier to remove. Remove it soon I hope :)
(2) actually throw it rather than a generic RuntimeException?
What for? User will see that the method is not implemented anyway :)
japitools does not look inside.
It does not matter anyway.