Changes between Version 25 and Version 26 of APP_BUG_REPORT_FORM_R0
- Timestamp:
- 05/29/09 14:14:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_BUG_REPORT_FORM_R0
v25 v26 76 76 * Create a class {{{org.sophie2.main.func.help.bugreport.BugReport}}} that represents the bug report data and has the following properties: 77 77 * String property {{{stackTrace}}} - can be empty 78 * String property {{{date}}} - report's creation date and time in ISO format. 78 79 * String property {{{log}}} - the contents of Sophie log files 79 80 * String property {{{systemProperties}}} - java system properties, serialized ([http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#getProperties()]) 80 81 * String property {{{email}}} 81 82 * String property {{{userExplanation}}} - can be empty 82 * File property {{{attachment}}} - can be null83 * String property {{{attachment}}} - absolute path of attached file. Can be empty 83 84 * String property {{{technicalInformation}}} - auto property which contains all technical data in this report, serialized to String. Includes everything that is automatically collected - stack trace, log files, system properties. 84 85 * String method {{{getContent()}}} - gets all data in this report, serialized to String.