Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-64

using a primitive type name causes OutOfMemoryException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0-beta-4
    • None
    • None

    Description

      This gives OutOfMemoryError...

      class GroovyProxy_0 implements test.baulsupp.groovy.SimpleInterface {
      int getInt(){
      return 5;
      }
      }

      This works (interface doesn't contain primitives)....
      class GroovyProxy_0 implements test.baulsupp.groovy.SimpleInterface2 {
      java.lang.String getInt(){
      return '5';
      }
      }

      Attachments

        Activity

          People

            spullara Sam Pullara
            jstrachan James Strachan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: