Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    FYI: Calendar seems to be using some deprecated code

    Hi Isomorphic,

    starting SuperDevMode codeserver with -loglevel DEBUG shows these lines (v10.0p_2015-05-14):

    Code:
    Loading Java files in com.lmscompany.lms.Lms.
       Persistent unit cache dir set to: C:\Users\myuser\workspace\lms\codeserver\com.lmscompany.lms.Lms\compile-1\gwt-unitCache
       Looking for previously cached Compilation Units in C:\Users\myuser\workspace\lms\codeserver\com.lmscompany.lms.Lms\compile-1\gwt-unitCache
       Found 0 cached/archived units.  Used 0 / 5049 units from cache.
       Compiling...
          0% complete (ETR: ?)
          10% complete (ETR: 431 seconds)
          20% complete (ETR: 243 seconds)
          30% complete (ETR: 158 seconds)
          40% complete (ETR: 140 seconds)
          50% complete (ETR: 99 seconds)
          60% complete (ETR: 70 seconds)
          70% complete (ETR: 53 seconds)
          80% complete (ETR: 33 seconds)
          90% complete (ETR: 16 seconds)
          100% complete (ETR: 0 seconds)
          Compilation completed in 160,14 seconds
       Added 5049 units to cache since last cleanup.
    [B]   Warnings in 'jar:file:/C:/Users/myuser/workspace/lib/smartgwtpower-5.0p/lib/smartgwtpower.jar!/com/smartgwt/client/widgets/calendar/Calendar.java'
          Line 4798: Referencing deprecated class 'com.smartgwt.client.widgets.calendar.events.CalendarEventMoved'
          Line 5070: Referencing deprecated class 'com.smartgwt.client.widgets.calendar.events.CalendarEventResized'
          Line 5619: Referencing deprecated class 'com.smartgwt.client.widgets.calendar.events.EventHoverHTMLEvent'
          Line 6820: Referencing deprecated class 'com.smartgwt.client.widgets.calendar.events.TimelineEventMoved'
          Line 6875: Referencing deprecated class 'com.smartgwt.client.widgets.calendar.events.TimelineEventResized'
    [/B]   Removing invalidated units
       Resolving com.google.gwt.animation.client.Animation
          Found type 'com.google.gwt.animation.client.Animation'
             Found type 'java.lang.Object'
    .....
    I'm not using Calendar and I don't know if this is an issue, but as it seems that these are the only cases of deprecated code usage (no more warnings for this) I thought you might wanted to know.

    Best regards
    Blama
Working...
X