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 115452 - Tests building error editor/codetemplates
Summary: Tests building error editor/codetemplates
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: TEST
Depends on:
Blocks: 103552
  Show dependency tree
 
Reported: 2007-09-13 14:09 UTC by pzajac
Modified: 2007-11-05 13:44 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 pzajac 2007-09-13 14:09:57 UTC
do-test-build:
    [mkdir] Created dir: /home/pzajac/cvss/nbcvs/editor/codetemplates/build/test/unit/classes
    [javac] Compiling 3 source files to /home/pzajac/cvss/nbcvs/editor/codetemplates/build/test/unit/classes
    [javac]
/home/pzajac/cvss/nbcvs/editor/codetemplates/test/unit/src/org/netbeans/lib/editor/codetemplates/CTManagerOperationBridge.java:54:
cannot find symbol
    [javac] symbol  : method
testInstallProcessorFactory(org.netbeans.lib.editor.codetemplates.CTManagerOperationBridge.CTPFactory)
    [javac] location: class org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation
    [javac]         CodeTemplateApiPackageAccessor.get().getOperation(staticManager).testInstallProcessorFactory(new
CTPFactory(processor));
    [javac]                                           ^
    [javac] 1 error
Comment 1 Vitezslav Stejskal 2007-09-13 16:04:35 UTC
Should compile and run somehow. It probably wasn't testing much anyway.

Checking in spi/ParameterParsingTest.java;
/cvs/editor/codetemplates/test/unit/src/org/netbeans/lib/editor/codetemplates/spi/ParameterParsingTest.java,v  <-- 
ParameterParsingTest.java
new revision: 1.5; previous revision: 1.4
done
Checking in CTManagerOperationBridge.java;
/cvs/editor/codetemplates/test/unit/src/org/netbeans/lib/editor/codetemplates/CTManagerOperationBridge.java,v  <-- 
CTManagerOperationBridge.java
new revision: 1.4; previous revision: 1.3
done