You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Brad Walker (Jira)" <ji...@apache.org> on 2021/09/20 02:55:00 UTC

[jira] [Created] (NETBEANS-6023) cleanup SQLParser.java warning errors

Brad Walker created NETBEANS-6023:
-------------------------------------

             Summary: 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
             Fix For: 12.6


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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists