tfnames missing from SVN repository?

The entire src/org/prorefactor/refactor/tfnames/ folder seems to be missing from the current trunk in Subversion, yet it is included in the most recent binaries at http://www.joanju.com/proparse/ I was interested in adding support for setting useDbQualifier to true to TFNamesRefactor, as we need to add DB prefixes on quite a chunk of code.

Is some sort of major re-organization in progress or something?


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: tfnames missing from SVN repository?

Hi Kevin, yes, much of the old refactoring code was stripped out when I migrated Proparse from C++ to Java. This is because some of the old Proparse API is no longer available (especially the 'scanner' functions) which some of those refactorings depended on.

If you'd like to see the old code, it is in SVN, but I don't know if you would find it useful.
svn://oehive.org/proparse/archives/archive_prorefactor/home/jgreen/archives/trunk-before-proparsej

The file org/prorefactor/refactor/tfnames/NamesLint.java might be useful as a starting point for finding the file/line/column points in the code where a change is required.

Regards,
John