Strange problem with lots of NSGregorianDates
Strange problem with lots of NSGregorianDates
- Subject: Strange problem with lots of NSGregorianDates
- From: Nick Müller <email@hidden>
- Date: Wed, 27 Jun 2001 11:02:52 +0200
Hi,
I'm developing an application that intensively uses NSGregorianDates
(you could say like mad). It's written in Java, so I can't imagine how I
could get a warning like this (no alloc/free/ref problems):
------
ObjCJava WARNING:
jobjc_mapObjects(): mapping inconsistency -- hashtable entries are not
identical -- probably an ObjC class (NSCalendarDate) initializer
returned a cached instance of the same or of a different (sub)class. In
this build, this is a 'continue-at-your-own-risk' warning, but will
become a fatal error soon.
------
The class NSCalendarDate should read NSGregorianDate, as they are the
only ones I use.
Sometimes, even variables (of NSGregorianDate) get null, but I *swear*
that they are all properly instantiated, initialized and never null'ed.
One observation I made, is that the problem seems to get worse, the more
I new NSGregorianDates (as progress continued, I had to)
Any clues?
TIA,
Nick
.........................................
logic tools
WebObjects // Web Authoring // Perl
Nick Mueller // Muenchen // Germany