Re: [Openjnlp-devel] Hmmmmm
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2002-05-16 18:51:27
|
On Thursday, May 16, 2002, at 01:03 , Christopher Heiny wrote: [...] > [I suspect my mailer will break the wrap on this - sorry] At any rate, > I'm a > little baffled by the line > String path = reference.getURL().getPath(); > I don't find reference defined anywhere in the file - do you mean "ref" > instead? Or is this an aspect of Java that I don't understand? Look at the super abstract class, CachedResource. It has the "reference" variable. The super(ref) calls the constructor in CachedResource and sets "reference" to the argument. I don't get why this would break on Java 1.4. The stack trace isn't much help. Okay, now that I've explained what's going on... I completely rewrote FileCachedEntry last night. I just have to do a couple more things to make it work and then I'll check it in. |