All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.
The class given above cannot be imported from another package as far as I know. That's because it is a package-private (no-modifier) class. Suspecting myself, I tried to compile it but it did not compile.
One of the correct options is using fully-qualified class name to use it but it does not compile.