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 - ";" expected error when multiple classes are imported in one page directive
Summary: ";" expected error when multiple classes are imported in one page directive
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 12:34 UTC by Marek Fukala
Modified: 2009-05-23 06:57 UTC (History)
1 user (show)

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 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