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 25886 - Module uncompilable
Summary: Module uncompilable
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-22 16:03 UTC by rbalada
Modified: 2004-03-02 10:20 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 rbalada 2002-07-22 16:03:13 UTC
Please commit only compilable code.
I was not able to compile it neither by JDK
1.3.1_03 nor JDK 1.4.0_01.

compile:
    [javac] Compiling 1 source file to
/space/trunk/nb_all/tasklist/src
    [javac] Note:
/space/trunk/nb_all/tasklist/src/org/netbeans/modules/tasklist/TaskListProcessor.java
uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for
details.
    [javac] Compiling 12 source files to
/space/trunk/nb_all/tasklist/src
    [javac]
/space/trunk/nb_all/tasklist/src/org/netbeans/modules/tasklist/editor/ScanView.java:77:
interface expected here
    [javac]     implements TaskListener {
    [javac]                ^
    [javac]
/space/trunk/nb_all/tasklist/src/org/netbeans/modules/tasklist/editor/EditorTaskNode.java:112:
cannot resolve symbol
    [javac] symbol  : class ExportAction  
    [javac] location: class
org.netbeans.modules.tasklist.editor.EditorTaskNode
    [javac]            
SystemAction.get(ExportAction.class),
    [javac]                              ^
    [javac] Note: Some input files use or override
a deprecated API.
    [javac] Note: Recompile with -deprecation for
details.
    [javac] 2 errors

BUILD FAILED
Comment 1 Torbjorn Norbye 2002-07-22 16:31:38 UTC
Sorry, it was an accident - I had moved a file in my copy
so it built just fine here - and I didn't spot the ? in the
CVS -q update -P -d I ran to see which files I had to commit.
I've committed it this morning so it should work just fine now.
Comment 2 _ pkuzel 2004-01-14 13:05:51 UTC
It was resolved in 3.6 time or earlier.
Comment 3 Milan Kubec 2004-03-02 08:47:38 UTC
Please, reporter, could you verify fixed issues. Thanks a lot.
Comment 4 rbalada 2004-03-02 10:20:50 UTC
verified