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 133138 - Test compilation failure
Summary: Test compilation failure
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks: 83934
  Show dependency tree
 
Reported: 2008-04-17 18:30 UTC by Jesse Glick
Modified: 2008-04-25 12:45 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 Jesse Glick 2008-04-17 18:30:45 UTC
After #8611bf021a37:

/hudson/workdir/jobs/test-compilation/workspace/j2ee.common/test/unit/src/org/netbeans/modules/j2ee/common/J2eeModuleProviderImpl.java:56:
org.netbeans.modules.j2ee.common.J2eeModuleProviderImpl is not abstract and does not override abstract method
getServerID() in org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
public class J2eeModuleProviderImpl extends J2eeModuleProvider {
       ^
Comment 1 Petr Hejl 2008-04-17 18:55:38 UTC
Thanks Jesse. I thought I made everything (build, commit-validation, grep). I missed this :(

Fixed 3aeb5b7bcfec.
Comment 2 Jesse Glick 2008-04-17 19:50:05 UTC
AFAIK you ought to have seen an error badge appear on the project in the IDE after editing J2eeModuleProvider.java.
Anyway you should check whether your unit tests still pass after making changes.