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 83183 - core/palette tests are uncompilable
Summary: core/palette tests are uncompilable
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: TEST
Depends on:
Blocks: 83174
  Show dependency tree
 
Reported: 2006-08-22 14:08 UTC by pzajac
Modified: 2008-12-22 23:22 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 2006-08-22 14:08:11 UTC
cd core/palette
ant test
do-test-build:
   [depend] Deleted 1 out of date files in 0 seconds
    [javac] Compiling 4 source files to
/home/pzajac/cvss/freshtrunk/core/palette/build/test/unit/classes
    [javac]
/home/pzajac/cvss/freshtrunk/core/palette/test/unit/src/org/netbeans/spi/palette/ProxyModel.java:34:
org.netbeans.spi.palette.ProxyModel is not abstract and does not override
abstract method
showCustomizer(org.netbeans.spi.palette.PaletteController,org.netbeans.modules.palette.Settings)
in org.netbeans.modules.palette.Model
    [javac] public class ProxyModel implements Model {
    [javac]        ^
    [javac] 1 error

For details look at 83174
Comment 1 Stanislav Aubrecht 2006-08-23 10:49:16 UTC
fixed

Checking in ProxyModel.java;
/cvs/core/palette/test/unit/src/org/netbeans/spi/palette/ProxyModel.java,v  <--
 ProxyModel.java
new revision: 1.5; previous revision: 1.4
done