What is the difference between com.jetbrains.jdi and com.sun.jdi?

Answered

I couldn't find any difference in implementation between these two, but which one should I use for my plugin and why?

0
3 comments

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.

0
Avatar
Permanently deleted user

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.

0

I can't agree with you, there are differences in ArrayReferenceImpl: https://www.diffchecker.com/8zGNli8s

0

Please sign in to leave a comment.