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 141022

Summary: Test compilation failure
Product: cnd Reporter: Jesse Glick <jglick>
Component: EditorAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/test-compilation/945/testReport/org.netbeans.nbbuild/SubAntJUnitReport/_hudson_workdir_jobs_test_compilation_workspace_cnd_highlight/
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2008-07-21 16:05:21 UTC
http://hg.netbeans.org/main/diff/6b6b13c5f765/cnd.highlight/src/org/netbeans/modules/cnd/highlight/error/HighlightProvider.java

caused

cnd.highlight/test/unit/src/org/netbeans/modules/cnd/highlight/error/ErrorHighlightingBaseTestCase.java:76: cannot find
symbol
symbol  : constructor RequestImpl(org.netbeans.editor.BaseDocument,org.netbeans.modules.cnd.api.model.CsmFile)
location: class org.netbeans.modules.cnd.highlight.error.HighlightProvider.RequestImpl
        CsmErrorProvider.Request request = new HighlightProvider.RequestImpl(doc, csmFile);
                                           ^

Please run unit tests for the module you are changing before a push to main.

BTW pay attention to warnings! See:

Warning: in org.netbeans.modules.cnd.highlight, not using spec.version.base, yet declaring implementation dependencies;
may lead to problems with Auto Update (see http://wiki.netbeans.org/wiki/view/DevFaqImplementationDependency)
Comment 1 Vladimir Kvashin 2008-07-21 17:55:24 UTC
Fixed
http://hg.netbeans.org/main/rev/7df7405f82af
Sorry