Changes between Version 25 and Version 26 of APP_BUG_REPORT_FORM_R0


Ignore:
Timestamp:
05/29/09 14:14:45 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_BUG_REPORT_FORM_R0

    v25 v26  
    7676 * Create a class {{{org.sophie2.main.func.help.bugreport.BugReport}}} that represents the bug report data and has the following properties: 
    7777  * String property {{{stackTrace}}} - can be empty 
     78  * String property {{{date}}} - report's creation date and time in ISO format. 
    7879  * String property {{{log}}} - the contents of Sophie log files 
    7980  * String property {{{systemProperties}}} - java system properties, serialized ([http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#getProperties()]) 
    8081  * String property {{{email}}} 
    8182  * String property {{{userExplanation}}} - can be empty 
    82   * File property {{{attachment}}} - can be null 
     83  * String property {{{attachment}}} - absolute path of attached file. Can be empty 
    8384  * 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. 
    8485  * String method {{{getContent()}}} - gets all data in this report, serialized to String.