Summary: | [PATCH] Added CLSID support for DirectoryNodes | ||
---|---|---|---|
Product: | POI | Reporter: | Kirill Jacobson <kimj> |
Component: | POIFS | Assignee: | POI Developers List <dev> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | ||
Priority: | P3 | ||
Version: | 2.0-pre3 | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | other | ||
Attachments: |
[PATCH] CLSID support for DirectoryNodes
[PATCH] CLSID support for DirectoryNodes (without sun collections) |
Description
Kirill Jacobson
2003-10-28 16:50:17 UTC
Created attachment 8772 [details]
[PATCH] CLSID support for DirectoryNodes
Looks cool, but first reaction is, why the import for com.sun.java.util.collections.* ?? Oops, I forgot to replace this import back to java.utils. We use sun collections internaly. Should I submit another diff file? Created attachment 8807 [details]
[PATCH] CLSID support for DirectoryNodes (without sun collections)
Thanks.. we have a feature freeze for a release this weekend.. This will have to go in after the 2.0 release. Hey, is this the same as bug 22195 ? Sorry, we seem to have let that drop. Yes, this is the same bug as 22195 (from Rainer Klute). I think that his patch (not mine) should be used. It reuses poi/hpsf/ClassID class and has a testcase. The only thing that is missing in Rainer's patch are classID getters and setters for for DirectoryNode and DirectoryEntry. I will add them as soon as the Rainer's patch is commited to source branch. |