Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9233

Exception in log while quick editing a file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Minor Minor
    • LATER
    • 3.3.0.M2
    • cdi
    • None

      I have created method
      @Inject
      public String getX( @Named String a)

      { return a; }
      which was the last method in a class file.

      Then I manually reformatted it to
      @Inject
      public String getX(

      @Named

      String a) { return a; }

      }
      with 10 empty lines instead of 1 left here for readability.
      Then I deleted each set of spaces by selecting it all and using Delete button.
      Finally, I started quickly repeat Undo-Save-Redo-Save with fast keys. Several rounds resulted in the exception found in ide's log.
      That kind of intensive 'work' may result in other exceptions as well.

        1. ide.log
          51 kB
          Lukas Jungmann

            scabanovich Viacheslav Kabanovich (Inactive)
            lukas.jungmann@gmail.com Lukas Jungmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: