https://defect.opensolaris.org/bz/show_bug.cgi?id=19105
--- Comment #14 from Jens Elkner <[email protected]> 2012-01-17 22:25:32 UTC --- (In reply to comment #12) > description: > Bug 19105 - convert the link to parent directory to .. and move it to the > file listing > > modified: > src/org/opensolaris/opengrok/web/DirectoryListing.java Basically ok, however, creating a new Formatter [and Date] for each entry produces [a lot] of garbage (mem) + processing overhead. It should be reused. The Formatter could be even made static and be cloned if needed. -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
