A couple of things I forgot to mention…

[EMAIL PROTECTED]:
> 1. Reworked LiveAttributeValues:
…
>          protected static DoublyIndexedTable xmlTraitInformation;
>          static {
>              xmlTraitInformation =
>                  new DoublyIndexedTable(<superclassname>.xmlTraitInformation);

I was surprised here that you can’t use the super keyword in a static
context.  It’s a bit silly, since having to use the actual superclass
name is more error-prone, especially if this section is copy and pasted
into other classes later on.

>              xmlTraitInformation.put
>                  (<attrNS>, <attrLN>, <new TraitInformation object>);
>          }

At the moment I have many duplicated TraitInformation objects that hold
the same information, but I won’t optimise this yet since I’ll probably
stick some more information in them soon.

Also, since the information is not being used anywhere else yet, I’ve
left the unanimated attribute information commented out.

Finally, the
test-resources/org/apache/batik/bridge/jarCheckPermissions{Denied,Granted}.svg
files needed updating since on case-sensitive filesystems, the tests
were failing.

I’m on holidays now until the end of the year, let’s see if enough
release preparation work can be done by then!

While I’m e-mailing, I should mention to you guys that I’m now
representing NICTA[1] (through my supervisor at Monash Uni) on the
SVG WG.  I’m sure Thomas you have some words of wisdom. ;)

[1] http://www.nicta.com.au/

-- 
Cameron McCormack, http://mcc.id.au/
        xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to