Found bugs and missing features: Name: A short description Finder: The name of the person who found it Resolver: The name of the person who resolved it Date found: a date, DDMM Date resolved: a date, DDMM Date closed: a date, DDMM Location: The name of the module/class the bug resides in Status: One of: Active, Resolved, Closed Description and reproduction: How the bug can be reproduced, other information, etc. Expected result: Observed result: Name: setCallParameters won't work Finder: Marja Resolver: Date found: 8.8.2005 Date resolved: Date closed: Location: Class generator, method setCallParameters Status: Active Description and reproduction: If there are global variables and non-global variables, the commas won't be at right places. Expected result: If alpha, beta and gamma are global and a, b and c are non-global: "alpha, beta, gamma, a, b, c" Observed result: "alpha, beta, gamma a, b, c"