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

Summary: Test compilation failure
Product: javaee Reporter: Jesse Glick <jglick>
Component: CodeAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/test-compilation/666/testReport/org.netbeans.nbbuild/SubAntJUnitReport/_hudson_workdir_jobs_test_compilation_workspace_j2ee_common/
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 83934    

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.