Properties file name collision?

drwho <[email protected]> Mon, 22 Dec 2008 19:52:29 -0800 (PST)
Newsgroups gmane.comp.java.audit.checkstyle.user
Message-ID <[email protected]>
I am using Eclipse checkstyle plugin on a project that has the following
.properties files:

myapp.app.properties
myapp.properties

The files havae name:value pairs in them i.e.

file1 has
appname:name
appId:id

file2 has:
userName:userName

When I tried to build  my project I got a warning about not been able to
find userName in file 1 and not being able to find appName for file 2.

The Checkstyle has java and property file selected as the types to check.
Could anyone tell me what is going on?
Thanks,    G

-- 
View this message in context: http://www.nabble.com/Properties-file-name-collision--tp21138444p21138444.html
Sent from the CheckStyle - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------