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 165801

Summary: ";" expected error when multiple classes are imported in one page directive
Product: javaee Reporter: Marek Fukala <mfukala>
Component: JSPAssignee: Tomasz Slota <tslota>
Status: RESOLVED FIXED    
Severity: blocker CC: mfukala
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marek Fukala 2009-05-22 12:34:49 UTC
1) put following into a JSP
<%@page import="com.apple.audio.CAErrors, com.apple.audio.CAErrors" %>

=> ";" expected message will be shown for the row. It works if there's just one class or package imported.
Comment 1 Tomasz Slota 2009-05-22 15:58:59 UTC
fixed

http://hg.netbeans.org/web-main/rev/f48e49187817
Comment 2 Tomasz Slota 2009-05-22 16:20:24 UTC
.
Comment 3 Quality Engineering 2009-05-23 06:57:07 UTC
Integrated into 'main-golden', will be available in build *200905230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f48e49187817
User: Tomasz Slota <tslota@netbeans.org>
Log: #165801: ";" expected error when multiple classes are imported in one page directive