CadixDev / Mercury

A source transformation and -remapping framework for Java.
Eclipse Public License 2.0
54 stars 23 forks source link

Javadoc remapping support #19

Closed ramidzkh closed 4 years ago

ramidzkh commented 4 years ago

Remaps method and field references in Javadoc. Still needs better testing (e.g. constructors)

jamierocks commented 4 years ago

I've just been testing this locally, and it seems your #rewrite() method isn't required - is there any particular cases that resolves?

edit: me and Minecrell discussed this, and we're confident it's not required.

jamierocks commented 4 years ago

Merged with https://github.com/CadixDev/Mercury/commit/6379e58e914160b5c9d9f4e822d5269586e2260b.

liach commented 4 years ago

nice, thanks ramidzkh!