[patch] regenerate header files using current gjavah from the trunk
Andrew Haley
aph@redhat.com
Sat Dec 26 16:40:00 GMT 2009
On 12/26/2009 02:23 PM, Matthias Klose wrote:
> when regenerating the header files with gjavah from the trunk, there are some
> diffs compared to the versions checked in. Should the updated versions checked in?
I don't think so. These look like regressions to me.
This one is obviously wrong, for example:
Index: javax/xml/xpath/XPathFunctionResolver.h
===================================================================
--- javax/xml/xpath/XPathFunctionResolver.h (revision 155473)
+++ javax/xml/xpath/XPathFunctionResolver.h (working copy)
@@ -13,7 +13,7 @@
{
namespace xml
{
- namespace namespace$
+ namespace namespace
{
class QName;
}
@@ -30,7 +30,7 @@
{
public:
- virtual ::javax::xml::xpath::XPathFunction * resolveFunction(::javax::xml::namespace$::QName *, jint) = 0;
+ virtual ::javax::xml::xpath::XPathFunction * resolveFunction(::javax::xml::namespace::QName *, jint) = 0;
static ::java::lang::Class class$;
} __attribute__ ((java_interface));
Andrew.
More information about the Java-patches
mailing list