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 9168 - problems to compile BracketFinder.java in actual cvs version
Summary: problems to compile BracketFinder.java in actual cvs version
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-20 15:35 UTC by Dirk Ahlrichs
Modified: 2003-07-02 08:28 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 Dirk Ahlrichs 2001-01-20 15:35:02 UTC
I check the complete netbeans source core out. On compiling I get the folowing
error. Cause I have knowledge in the web project I have no fix, but I think
it's no problem for you ;-)

all-web:
Building module web...

compile:
    [javac] Compiling 158 source files to E:\netbeans\web\src
    [javac] E:\netbeans\web\src\org\netbeans\modules\web\core\syntax\JspSyntaxSu
pport.java:1061: BracketFinder(char) is not public in org.netbeans.editor.ext.Ex
tSyntaxSupport.BracketFinder; cannot be accessed from outside package
    [javac]             super (c);
    [javac]             ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 1 error
Comment 1 _ rkubacki 2001-01-22 09:11:59 UTC
Missing commit in editor module
(editor/libsrc/org/netbeans/editor/ext/ExtSyntaxSupport.java). Fixed now
Comment 2 Quality Engineering 2003-07-02 08:28:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.