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 159358 - org.netbeans.modules.db.sql.visualeditor.parser.SQLParser$LookaheadSuccess at org.netbeans.modules.db.sql.visualeditor.parser.SQLParser.<init>
Summary: org.netbeans.modules.db.sql.visualeditor.parser.SQLParser$LookaheadSuccess at...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-27 20:30 UTC by wpequeno
Modified: 2010-02-11 12:27 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 20146


Attachments
stacktrace (2.89 KB, text/plain)
2009-02-27 20:30 UTC, wpequeno
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wpequeno 2009-02-27 20:30:24 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.24-21-generic, i386

User Comments:
GUEST: 
Could you please provide the query you tried to parse
Could you please provide the query you tried to parse

bud1960: just writing a select statement that had invalid syntax... :(

jyeary: Attempted to edit a SQL query from an existing visual JSF project.

GUEST: I try to parse a query, which gets a result if i execute the query against the database, in the visual query editor the query doesnt parse and a get that error

spaquet: added a WHERE clause like that "WHERE DATE BETWEEN ? AND ?"

GUEST: Creating a query in the visual editor.

wpequeno: Alterando o crit�rio de um campo para filtrar as linhas not null



Stacktrace: 
org.netbeans.modules.db.sql.visualeditor.parser.SQLParser$LookaheadSuccess
        at org.netbeans.modules.db.sql.visualeditor.parser.SQLParser.<init>(SQLParser.java:1340)
        at org.netbeans.modules.db.sql.visualeditor.querymodel.SQLQueryFactory.parse(SQLQueryFactory.java:50)
        at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryModel.parse(QueryModel.java:91)
        at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryBuilder.parseQuery(QueryBuilder.java:997)
        at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryBuilder.populate(QueryBuilder.java:588)
        at org.netbeans.modules.db.sql.visualeditor.querybuilder.QueryBuilderSqlTextArea.actionPerformed(QueryBuilderSqlTextArea.java:587)
Comment 1 wpequeno 2009-02-27 20:30:31 UTC
Created attachment 77492 [details]
stacktrace