AKB
AKB

Reputation: 5938

PMD: the chosen operation is not currently available

I had installed PMD in my local system, I use to run PMD. But, recently I have observed that when I right on project/package in STS->pmd->check code with PMD, then getting following error:

the chosen operation is not currently available.

Java: 1.6.0_30

PMD: 4.0.0.2

Upvotes: 0

Views: 3313

Answers (2)

LSDeva
LSDeva

Reputation: 441

"The chosen operation is not currently available" usually means that the class that implements your action cannot be loaded. Re-installing the PMD should solve the problem.

Upvotes: 0

Anand
Anand

Reputation: 21

Just Restart your eclipse. Some time it happen if you not properly shutdown eclipse.

Upvotes: 2

Related Questions