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

Groovy console can not highlight token properly sometimes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.0-beta-1
    • None
    • None

    Description

      Input the following code in the groovy console:

      def x = [new Integer(0), new Integer(2)]
      

      then insert new Integer(1)

      def x = [new Integer(0), new Integer(1)new Integer(2)]
      

      the above code can not be highlighted properly.

      Attachments

        Activity

          People

            daniel_sun Daniel Sun
            daniel_sun Daniel Sun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: