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 116842

Summary: Test compilation failure
Product: javaee Reporter: Jesse Glick <jglick>
Component: CodeAssignee: martin_adamek <martin_adamek>
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/41/testReport/org.netbeans.nbbuild/SubAntJUnitReport/_hudson_workdir_jobs_test_compilation_workspace_j2ee_utilities/
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2007-09-26 15:55:54 UTC
[subant-junit]
/hudson/workdir/jobs/test-compilation/workspace/j2ee/utilities/test/unit/src/org/netbeans/modules/j2ee/common/method/impl/ValidatingPropertyChangeListenerTest.java:47:
create(org.netbeans.modules.j2ee.common.method.MethodModel,org.netbeans.api.java.source.ClasspathInfo,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean,boolean)
in org.netbeans.modules.j2ee.common.method.impl.MethodCustomizerPanel cannot be applied to
(org.netbeans.modules.j2ee.common.method.MethodModel,boolean,boolean,boolean,boolean,boolean,<nulltype>,boolean,boolean,boolean)
[subant-junit]         MethodCustomizerPanel mcPanel = MethodCustomizerPanel.create(
[subant-junit]                                                              ^
[subant-junit]
/hudson/workdir/jobs/test-compilation/workspace/j2ee/utilities/test/unit/src/org/netbeans/modules/j2ee/common/method/impl/ValidatingPropertyChangeListenerTest.java:62:
create(org.netbeans.modules.j2ee.common.method.MethodModel,org.netbeans.api.java.source.ClasspathInfo,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean,boolean)
in org.netbeans.modules.j2ee.common.method.impl.MethodCustomizerPanel cannot be applied to
(org.netbeans.modules.j2ee.common.method.MethodModel,boolean,boolean,boolean,boolean,boolean,<nulltype>,boolean,boolean,boolean)
[subant-junit]         mcPanel = MethodCustomizerPanel.create(
[subant-junit]                                        ^

Probably from:

http://deadlock.nbextras.org/fisheye/browse/netbeans/j2ee/utilities/src/org/netbeans/modules/j2ee/common/method/impl/MethodCustomizerPanel.java?r1=1.16&r2=1.17

If you turn on Java error badging you would (I hope!) see the error badge appear on the project after making such a change.
Comment 1 martin_adamek 2007-09-26 16:07:10 UTC
Fixed.
http://www.netbeans.org/source/browse/j2ee/utilities/test/unit/src/org/netbeans/modules/j2ee/common/method/impl/
ValidatingPropertyChangeListenerTest.java?r1=1.1&r2=1.2