This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] regenerate header files using current gjavah from the trunk


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]