[ https://issues.apache.org/jira/browse/NETBEANS-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brad Walker closed NETBEANS-2864. --------------------------------- Assignee: Brad Walker Resolution: Fixed fixed and merged.. > cleanup some of the variables using a raw Class type.. > ------------------------------------------------------ > > Key: NETBEANS-2864 > URL: https://issues.apache.org/jira/browse/NETBEANS-2864 > Project: NetBeans > Issue Type: Bug > Reporter: Brad Walker > Assignee: Brad Walker > Priority: Major > > I've tried to clean up the usage of Class raw types.. > Here is how I did this.. > bwalker@brads-T460s:~/netbeans$ find ./ -type f -name "*java" -exec egrep -l > " Class clazz =" {} \; | xargs sed -i 's/ Class clazz =/ Class<?> clazz =/g' > bwalker@brads-T460s:~/netbeans$ > This should only pick up the variables that use a Class raw type. And not a > method that might be doing the same thing. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists