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

Summary: problems to compile BracketFinder.java in actual cvs version
Product: javaee Reporter: Dirk Ahlrichs <ahlrichs>
Component: CodeAssignee: issues@javaee <issues>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: Other   
OS: Other   
Issue Type: DEFECT Exception Reporter:

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.