[ http://issues.apache.org/jira/browse/HARMONY-1994?page=comments#action_12447170 ]
Alex Blewitt commented on HARMONY-1994:
---------------------------------------
I've no idea why they weren't mentioned in the patch. I have some problems with SVN as a tool
for generating patches; if it thinks that the class file is to be added, it doesn't seem to
include it in the patch. Subclipse does some magic when processing newly added files, but
since I did a bit of refactoring (and svn move) it thinks that the file is already moved.
Such is life when you're trying to do development by patching alone; and frankly, one of the
reasons why I don't submit patches more frequently.
That said, I've been doing more work on it since I filed this bug a while ago, and the impl
has moved on a bit. So I'll probably amend this entry to have completely new patches; in the
meantime, you can ignore the two patches attached.
> [classlib][pack200] Can now write constant fields in interfaces :-)
> -------------------------------------------------------------------
>
> Key: HARMONY-1994
> URL: http://issues.apache.org/jira/browse/HARMONY-1994
> Project: Harmony
> Issue Type: Improvement
> Components: Classlib
> Reporter: Alex Blewitt
> Assigned To: Alexey Petrenko
> Priority: Trivial
> Attachments: pack200-test.patch, pack200.patch
>
>
> Continued work on pack200 code. Refactored all inner classes (ConstantPoolEntry/ClassFileEntry)
into separate bytecode package, wrote some tests (not fully complete). Updated segment parsing
to build that, and we can now reconstitute interfaces that have integer hard-coded constants
stored, as well as fields.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|