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 - annotations are not generated in JUnit-3-style test suites
Summary: annotations are not generated in JUnit-3-style test suites
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-03-05 09:32 UTC by Marian Petras
Modified: 2008-03-11 15:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)