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 - 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: martin_adamek
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-09-26 15:55 UTC by Jesse Glick
Modified: 2007-09-26 16:07 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 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