Community
Participate
Working Groups
Refactoring support for tigerstripe still have one problem: Java/Resource annotations do not changed for tigerstripe refactoring (from Tigerstripe perspective). It's too hard to implement full refactoring support for any contributor. I'd like to generalize refactoring part (which I already used for Resource and Java) and make it public, so that any annotation contributor (like Resource, Java or Tigerstripe) work with refactoring through this common part. It makes refactoring support much easier. In this case tigerstripe just need to notify about OldTSObject was changed to NewTSObject and TAF automatically adapt these objects to Java and Resource and perform corresponding annotation changes.
Done.