Replace for UDC, usage data collector?

Since UDC is no longer supported or part of Eclipse, I am wondering if there is a replacement. I would like more information about how our set of users actually uses Eclipse to be active and try to improve their environment.

Things I would like to collect:

  • Used perspectives
  • Used Views
  • Reported Errors
  • Used Version / Type Eclipse
  • Used by JVM

It should be possible to upload to a closed server.

I could, of course, use UDC and possibly change the code if necessary, but I would prefer to use an existing and supported plugin, if any.

+6
source share
1 answer

I think your best option is to accept the UDC code and modify it for your needs. Or you can see what happened with this prototype .

Regarding error messages, a discussion was also discussed on the Eclipse ide-dev mailing list:

https://dev.eclipse.org/mhonarc/lists/ide-dev/msg00602.html

https://dev.eclipse.org/mhonarc/lists/ide-dev/msg00596.html

+1
source

Source: https://habr.com/ru/post/951610/


All Articles