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 115458 - Failed to build qa-functional tests java/editor
Summary: Failed to build qa-functional tests java/editor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Prox
URL:
Keywords: TEST
Depends on:
Blocks: 103552
  Show dependency tree
 
Reported: 2007-09-13 14:25 UTC by pzajac
Modified: 2007-09-13 15:38 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:25:24 UTC
do-test-build-qa-functional:
    [mkdir] Created dir: /home/pzajac/cvss/nbcvs/java/editor/build/test/qa-functional/classes
    [javac] Compiling 32 source files to /home/pzajac/cvss/nbcvs/java/editor/build/test/qa-functional/classes
    [javac]
/home/pzajac/cvss/nbcvs/java/editor/test/qa-functional/src/org/netbeans/modules/java/editor/semantic/TestMarkOccurrences.java:240:
incompatible types
    [javac] found   : java.util.List<int[]>
    [javac] required: org.netbeans.spi.editor.highlighting.support.OffsetsBag
    [javac]             OffsetsBag highlights = moh.processImpl(parameter, node, doc, caretPosition);
    [javac]                                                    ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
[subant-junit] Failed to build /home/pzajac/cvss/nbcvs/java/editor:
/home/pzajac/cvss/nbcvs/nbbuild/templates/projectized.xml:488: Compile failed; see the compiler error output for
details.
Comment 1 Jiri Prox 2007-09-13 15:38:21 UTC
Checking in TestMarkOccurrences.java;
/cvs/java/editor/test/qa-functional/src/org/netbeans/modules/java/editor/semantic/TestMarkOccurrences.java,v  <-- 
TestMarkOccurrences.java
new revision: 1.5; previous revision: 1.4
done