From: SourceForge.net <no...@so...> - 2004-06-02 08:37:02
|
Feature Requests item #961222, was opened at 2004-05-27 00:48 Message generated for change (Comment added) made by lkuehne You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=961222&group_id=89627 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stephen Colebourne (scolebourne) >Assigned to: Lars Kühne (lkuehne) Summary: Removing constants can be OK Initial Comment: Clirr objects when a static final constant is removed from a class. However, this is permitted if the type of the constant is primitive or a String. See commons-collections 3.0-HEAD ReferenceMap ---------------------------------------------------------------------- >Comment By: Lars Kühne (lkuehne) Date: 2004-06-02 10:37 Message: Logged In: YES user_id=401384 You mean that compile time constants are inlined into the client code and removing them will not affect compiled clients? Which constant in ReferenceMap do you mean? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=961222&group_id=89627 |