Ticket #122 (closed defect: fixed)
Star files do not support more than 80 bytes in ids
| Reported by: | mikey | Owned by: | mikey |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.5.0 |
| Component: | Star | Version: | SVN-trunk |
| Keywords: | Cc: | rist |
Description
Currently ids in star files are limited to 80 bytes. This leads to problems with some full qualified class names because some are now longer than 80 bytes after changing the package separator and therefore truncated in the header data of the star file, which leads to the problem that these classes can not be loaded from the star file.
There are two solutions: extend it about the currently free 8 bytes, which is easier to implement but still limits the id field, or extend the complete header field for one entry from 256 bytes to 512 bytes.
Change History
Note: See
TracTickets for help on using
tickets.
