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 - Test compilation failure
Summary: Test compilation failure
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Kvashin
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-21 16:05 UTC by Jesse Glick
Modified: 2008-07-21 17:55 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 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