Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran-dev] Refactoring the refactoring engine


(1) the Refactoring class constructors will change, and

Oops. What I meant was, instead of passing an ArrayList<IFile> for the constructors of SingleFileFortranRefactoring and MultipleFileFortranRefactoring, you will instead use a no-argument constructor, and then call #initialize(List<IFile>).

Jeff


Back to the top