Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4988256

demo/jfc remarks

XMLWordPrintable

    • b38
    • generic
    • generic

      Name: vpR10072 Date: 02/03/2004


      Filed By : J2SE-SQA [###@###.###
      JDK : jdk1.5.0-beta-b32c
      Platform[s] : all platforms

      Here are some remarks about demo/jfc tests.

      1) SpreadSheet test does not allow to input in cells values with:
         `.' floating-point dot
         '*' multyplicatin
         `-' substraction.
         Also if you select a cell and press `Backspace' many times and then `Enter'
      java.lang.StringIndexOutOfBoundsException: String index out of range: 0
              at java.lang.String.charAt(String.java:550)
              at SpreadSheetInput.selected(SpreadSheet.java:899)
              at InputField.processKey(SpreadSheet.java:866)
              at SpreadSheet.keyTyped(SpreadSheet.java:372)
              at java.awt.Component.processKeyEvent(Component.java:5418)
              at java.awt.Component.processEvent(Component.java:5240)
              at java.awt.Container.processEvent(Container.java:1961)
              at java.awt.Component.dispatchEventImpl(Component.java:3931)
              at java.awt.Container.dispatchEventImpl(Container.java:2019)
              at java.awt.Component.dispatchEvent(Component.java:3779)
              at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1804)
              at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:668)
              at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:916)
              at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:794)
              at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:632)
              at java.awt.Component.dispatchEventImpl(Component.java:3817)
              at java.awt.Container.dispatchEventImpl(Container.java:2019)
              at java.awt.Component.dispatchEvent(Component.java:3779)
              at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
              at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
              at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
              at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
              at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      2) TableExample4 from TableExample test does not check numbers
         in `Favorite number' field. The incorrect value is still shown
         but other lines looks like waiting for correct value in that field.
        
        

      ======================================================================

            dav Andrei Dmitriev (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: