[
https://issues.apache.org/jira/browse/NETBEANS-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Walker closed NETBEANS-6023.
---------------------------------
Resolution: Fixed
fixed and integrated..
> cleanup SQLParser.java warning errors
> -------------------------------------
>
> Key: NETBEANS-6023
> URL: https://issues.apache.org/jira/browse/NETBEANS-6023
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Brad Walker
> Assignee: Brad Walker
> Priority: Minor
> Labels: pull-request-available
> Fix For: 12.6
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> I wanted to explore the SQL capabilities of Netbeans. As a result, I cleaned
> up some of the
> warnings in SQLParser.jj and friends.
> {code:java}
> [repeat]
> /home/bwalker/src/netbeans/ide/db.sql.visualeditor/src/org/netbeans/modules/db/sql/visualeditor/parser/SQLParser.java:75:
> warning: [rawtypes] found raw type: ArrayList
> [repeat] SelectNode SQLSelect() throws ParseException {ArrayList
> selctItemList=new ArrayList();
> [repeat] ^
> [repeat] missing type arguments for generic class ArrayList<E>
> [repeat] where E is a type-variable:
> [repeat] E extends Object declared in class ArrayList
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists