angelozerr / jdt-codemining

Eclipse plugin for JDT Java CodeMining
Eclipse Public License 1.0
298 stars 15 forks source link

Put JDT Codemining on Eclipse Marketplace #72

Open mickaelistria opened 6 years ago

mickaelistria commented 6 years ago

Until the codeminings get included in JDT, it'd be useful to have this project published on Eclipse Marketplace so users could more easily notice it and try the great features it includes.

angelozerr commented 6 years ago

The main problem that I see with this issue is that I must manage release. To be honnest with you, I don't have time to do that.

notice it and try the great features it includes.

Thanks:)

colameo commented 5 years ago

I thought the code mining feature would be part of the Photon release or am I wrong? However, it's not in the official site http://download.eclipse.org/releases/2018-09/ nor in the latest distros.

mickaelistria commented 5 years ago

The general code-mining feature and API is available in Eclipse Photon. Some projects already use it (LSP4E, STS...). However, the JDT-specific code-minings are not part of Eclipse IDE yet, and having it in is work in progress: https://git.eclipse.org/r/#/c/126847/

angelozerr commented 5 years ago

As @mickaelistria said, I'm working on moving JDT CodeMining on JDT Project. The first big gerrit patch is hosted in https://git.eclipse.org/r/#/c/126847/ but it contains only references and implementations mining. The other mining will follow with other gerrit patch once https://git.eclipse.org/r/#/c/126847/ will be accepted.

If https://git.eclipse.org/r/#/c/126847/ takes too many time, I will create a Marketplace for JDT Codemining.