Closed GoogleCodeExporter closed 8 years ago
Yes there are some issues with parse() and it is for backward compatibility
only now.
Please use parseWithException() instead.
Original comment by fangyid...@gmail.com
on 24 May 2010 at 10:08
In this case you probably should mark
public static Object parse(Reader in){
method as:
@Deprectaed
Original comment by dmitry.s...@gmail.com
on 24 May 2010 at 11:09
Thanks.
Original comment by fangyid...@gmail.com
on 24 May 2010 at 11:22
Marked as @deprecated in r212. Sadly, we're trying to stick to JDK 1.2 for 1.x,
so the @deprecated marker is only in Javadoc instead of actually being applied
as an annotation.
Original comment by jon.cham...@gmail.com
on 10 Aug 2013 at 3:09
Original issue reported on code.google.com by
dmitry.s...@gmail.com
on 24 May 2010 at 8:38