Weird error... reserved word?

From: James Cicenia (jame..imijon.com)
Date: Fri Nov 16 2007 - 10:51:40 EST

  • Next message: Mike Schrag: "Re: Slurpage"

    Hello -

    I have the following simple class:

    package com.tos.eo;

    import com.tos.base._TicketStatus;

    public class TicketStatus extends _TicketStatus
    {
         public TicketStatus() {
             super();
         }
    }

    My new cool Eclipse IDE tells me that:

    TicketStatus is somehow wrong as it is underlined in red.
    The yellow indicator to the left says:

    The type com.webobjects.foundation.NSTimestamp cannot be resolved. It
    is indirectly refrenced from required .class file

    Any thoughts?

    James Cicenia



    This archive was generated by hypermail 2.0.0 : Fri Nov 16 2007 - 10:53:22 EST