On Saturday 06 September 2008 01:13, Daniel Cheng wrote:
> On Sat, Sep 6, 2008 at 7:26 AM, Matthew Toseland
> <toad at amphibian.dyndns.org> wrote:
> > On Friday 05 September 2008 16:50, j16sdiz at freenetproject.org wrote:
> >> Author: j16sdiz
> >> Date: 2008-09-05 15:50:29 +0000 (Fri, 05 Sep 2008)
> >> New Revision: 22466
> >>
> >> Modified:
> >> trunk/freenet/src/freenet/store/saltedhash/CipherManager.java
> >> trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
> >> Log:
> >> warning hunt: freenet.store.slatedhash
> >>
> >> Modified:
> > trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
> >> ===================================================================
> >> ---
trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
> > 2008-09-05 15:50:04 UTC (rev 22465)
> >> +++
trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
> > 2008-09-05 15:50:29 UTC (rev 22466)
> >> @@ -71,10 +71,12 @@
> >> private final StoreCallback callback;
> >> private final boolean collisionPossible;
> >> private final int headerBlockLength;
> >> + @SuppressWarnings("unused")
> >> private final int routeKeyLength;
> >> private final int fullKeyLength;
> >> private final int dataBlockLength;
> >> private final Random random;
> >> + @SuppressWarnings("unused")
> >> private UserAlertManager userAlertManager;
> >
> > Why?
>
> Just to acknowledge the warning as harmless and to suppress it in ant build.
>
> Currently, there are too many warning on trunk.
> It's impossible to read the warning message and hence hide
> any reason problem.
>
> Or do you want me to remove those unused fields?
Well that's my question yes. Are those fields useful?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20080906/21bbc9df/attachment.pgp>