MathewWi / umple

Automatically exported from code.google.com/p/umple
0 stars 0 forks source link

Missing timer in certain state machines #654

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the attached code the followin trace occurs:

/Users/tcl/tmp/Student/Window.java:961: error: cannot find symbol
  public static class TimedEventHandler extends TimerTask  
                                                ^
  symbol:   class TimerTask
  location: class Window
/Users/tcl/tmp/Student/Window.java:966: error: cannot find symbol
    private Timer timer;
            ^
  symbol:   class Timer
  location: class TimedEventHandler
/Users/tcl/tmp/Student/Window.java:973: error: cannot find symbol
      timer = new Timer();
                  ^
  symbol:   class Timer
  location: class TimedEventHandler

Original issue reported on code.google.com by TimothyCLethbridge on 17 Nov 2014 at 4:41

Attachments: