Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
I wanted to explore the SQL capabilities of Netbeans. As a result, I cleaned up some of the
warnings in SQLParser.jj and friends.
[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
Attachments
Issue Links
- links to