Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-2864

cleanup some of the variables using a raw Class type..

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              brad.walker Brad Walker
              brad.walker Brad Walker
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: