1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added error message for corrupted conf.xml
jose_damico jd.comment
as jose_damico
More... about 13 years ago
starting gui impl
jose_damico jd.comment
as jose_damico
More... over 13 years ago
Added a better control over files which denied access or corrupted
jose_damico jd.comment
as jose_damico
More... over 13 years ago
The main update of this commit is related to a filter that checks for invalid file names or invalid directory names. Now when the app finds a invalid path, it does not stops. It logs the invalid paths and add it into the final report.
jose_damico jd.comment
as jose_damico
More... over 13 years ago
Added isVerbose and setVerbose methods into BasicLogger class to preserve verbose variable value inside object. Fixed bug that prevent prompt question about file deletion. Added a trim to input stream string from keyboard Added a validation to accept only 'y' or 'n' from keyboard. Also send a msg when a different string is typed
jose_damico jd.comment
as jose_damico
More... over 16 years ago
First upload to cvs First working version Added javadoc Added GPL license Added Sysout with information to user Added logic to avoid use with incorrect conf.xml path More javadoc and code cleanup Added xercesImpl to jPMBB main package Added initial support to verbose feature (not fully functional) Fixed bug that was leaving .zip files unclosed (without EOF) Added logic to test each values of conf.xml except <OUTFILE>, <REPORTXML>, <REPORTHTML> and <VERBOSE> Swap file deletion msgs (System.err) by setOutput from BasicLogger JUnit Tests added/fixed (ReportTest class) Final implementation of BasicLogger class Added verbose tag in conf.xml Added verbose support into XMLUtils class Small fixes into CompressByLimit class Added VERSION and RELEASEDATE constants
jose_damico jd.comment
as jose_damico
More... over 16 years ago