On Sun, Sep 7, 2008 at 2:42 AM, Matthew Toseland
<toad at amphibian.dyndns.org> wrote:
> 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?
>
removed in r22510