Question -- in evaluating names of properties (get/setter methods), does 
it do a case-INsensitive match, or case-sensitive?

Due to the tool I'm using, some classes have method names like:

getcc_number()
putcc_number()

while others will have it as:

getCc_number()
putCc_number()

Will these be considered a "match" by the copyProperties() function?

Thanks,
Bryan

Reply via email to