You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Henri Yandell <fl...@gmail.com> on 2005/12/30 03:33:19 UTC

Unused properties

I noticed that there were a few unused properties in
web/WEB-INF/classes/ApplicationResources.properties, a quick line of
bash (and some hard drive churning) suggests that 326 properties are
not used in a .java or .jsp file.

a) is there any type of place I could be missing? Any auto-reflection
somehow going on etc.

b) any reason not to kill them from each .properties file? [list attached]


Hen

Re: Unused properties

Posted by Lance Lavandowska <la...@gmail.com>.
Don't forget .vm files!  You might want to include .jspf too, though I
don't know if there are any anymore (it's been a long while since I
created a few of those and someone else may have got rid of them).

On 12/29/05, Henri Yandell <fl...@gmail.com> wrote:
> I noticed that there were a few unused properties in
> web/WEB-INF/classes/ApplicationResources.properties, a quick line of
> bash (and some hard drive churning) suggests that 326 properties are
> not used in a .java or .jsp file.