This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 129241

Summary: annotations are not generated in JUnit-3-style test suites
Product: java Reporter: Marian Petras <mpetras>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Petras 2008-03-05 09:32:03 UTC
Methods setUp() and tearDown() do not have @Override annotations in generated test suites.
Comment 1 Marian Petras 2008-03-11 15:27:03 UTC
Fixed.

Modified file:
    junit/src/org/netbeans/modules/junit/resources/templates/JUnit3Suite.java.template

Changeset Id:
0832a9d0f59f
(http://hg.netbeans.org/main/rev/0832a9d0f59f)