Greetings,
I have a small request.
Can we add an accessor in org.hackstat.stdext.tdd.data.FileActiondata for the field 'file'? There are accessors for every other field. Not sure if this is purposeful or not.
just a simple getter would work for me. Snippet:
public GenericFilePath getFile(){
return file;
}Thanks, Todd
