|
From: | gnu_andrew at member dot fsf.org |
Subject: | [Bug classpath/45526] gjavah does not implicitly produce header files for inner classes |
Date: | Fri, 09 Sep 2011 06:11:16 +0000 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45526 --- Comment #1 from Andrew John Hughes <gnu_andrew at member dot fsf.org> 2011-09-09 06:11:16 UTC --- PR classpath/45526: Produce header files for any inner classes found. 2011-09-09 Andrew John Hughes <address@hidden> PR classpath/45526: Produce header files for any inner classes found. * tools/gnu/classpath/tools/javah/Main.java: (parsed): Set of class names that have been parsed. (writeHeader(Map,Printer)): Take a general Map rather than a specific HashMap. (parseClasses(Iterator<Object>)): Factor out the parsing of class files into a separate method so it can be called recursively for inner classes. (getClass(String)): Remove redundant cast. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9831&r2=1.9832 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Main.java?cvsroot=classpath&r1=1.13&r2=1.14
[Prev in Thread] | Current Thread | [Next in Thread] |