What is the difference between com.jetbrains.jdi and com.sun.jdi?
已回答
I couldn't find any difference in implementation between these two, but which one should I use for my plugin and why?
请先登录再写评论。
What do you mean by you couldn't find any difference? These are separated packages - com.jetbrains.jdi extends the com.sun.jdi implementation.
I can't answer to you, which one you should use because I have no context of what you're trying to achieve.
I mean, does the `com.jetbrains.jdi` contain additional bug fixes which are not present in Sun's version? Or what exactly is the difference between them?
For example there is com.jetbrains.jdi.ArrayReferenceImpl and com.sun.tools.jdi.ArrayReferenceImpl but for me it seems that there isn't any difference between these two classes, they are mirrors of each other.
I can't agree with you, there are differences in ArrayReferenceImpl: https://www.diffchecker.com/8zGNli8s