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 115048

Summary: Uncompilable unit tests
Product: javaee Reporter: Jesse Glick <jglick>
Component: CodeAssignee: Petr Pisl <ppisl>
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/3/consoleText
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 103552    

Description Jesse Glick 2007-09-07 16:51:23 UTC
http://deadlock.netbeans.org/hudson/job/test-compilation/ws/web/webapi/test/unit/src/org/netbeans/modules/web/webmodule/CustomProvider.java
:50: org.netbeans.modules.web.webmodule.CustomProvider.WM is not abstract and does not override abstract method
getMetadataModel() in org.netbeans.modules.web.spi.webmodule.WebModuleImplementation
    [javac]     private class WM implements WebModuleImplementation {
    [javac]             ^
Comment 1 Petr Pisl 2007-09-14 10:30:04 UTC
Fixed in the trunk.