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 2019/11/05 22:38:00 UTC

[jira] [Closed] (NETBEANS-2864) cleanup some of the variables using a raw Class type..

     [ 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-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