Closed GoogleCodeExporter closed 9 years ago
Patch attached. Apply with git am < FILE.
Original comment by tol...@gmail.com
on 15 Aug 2013 at 11:33
Attachments:
Patch updated with documentation.
Original comment by tol...@gmail.com
on 16 Aug 2013 at 3:31
Attachments:
[deleted comment]
public XMLFilter () {
super(false, getMimeType(), IProcessor.DC_ALL);
}
Was obviously a dumb idea (too early in the morning...). Never mind.
Andrew: The problem with using a constructor with a parameter is that I don't
think it'll work with the dynamic creation we use in the Filter configuration
mapper. But maybe that is not an issue for you.
But I cannot think of any other way.
Original comment by yves.sav...@gmail.com
on 17 Aug 2013 at 9:49
This issue was closed by revision acbeb87ab74f.
Original comment by yves.sav...@gmail.com
on 17 Aug 2013 at 9:57
Original comment by yves.sav...@gmail.com
on 17 Aug 2013 at 9:57
Sorry for the late reply...
I don't think this would be a problem for dynamic creation, since the
constructor is protected and thus only for use by subclasses, which themselves
can offer a no-arg constructor. Thanks for committing!
Original comment by tol...@gmail.com
on 26 Aug 2013 at 7:49
This issue was closed by revision acbeb87ab74f.
Original comment by yves.sav...@gmail.com
on 4 Sep 2013 at 8:47
Original issue reported on code.google.com by
tol...@gmail.com
on 15 Aug 2013 at 11:23