You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Yegor Kozlov <ye...@dinom.ru> on 2007/06/25 15:59:55 UTC

Re[2]: compilation failes under JDK 1.4.2

> Any chance you could switch those calls to something that 1.4 does like?

OK, I'll change it.

 - replace(String, String) is a synonym of replaceAll(String, String).
 - Use Class.getName() instead of Class.getCanonicalName()
 - As for IllegalStateException, I would create a
 HDFGException extends RuntimeException
 and use it wherever appropriate.

 Any objections?

 Yegor

> Nick

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re[2]: compilation failes under JDK 1.4.2

Posted by Nick Burch <ni...@torchbox.com>.
On Mon, 25 Jun 2007, Yegor Kozlov wrote:
> OK, I'll change it.
>
> - replace(String, String) is a synonym of replaceAll(String, String).
> - Use Class.getName() instead of Class.getCanonicalName()
> - As for IllegalStateException, I would create a
> HDFGException extends RuntimeException
> and use it wherever appropriate.
>
> Any objections?

All looks fine to me, thanks for sorting it out :)

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org