I am using RapidMiner5 and want to develop the extension project with RapidMiner5.

In order to develop the extension project, I changed some code in RapidMiner. Because some method in RapidMiner5 is private or protected.


I tested the code just in extension project and get the successful result, but when I built it to generate plugin in RapidMiner5, it got error.
From the error message, the modified code is not recognized correctly.

But I checked the class file in RapidMiner5, it's the lastest code. The method is "public" now.

So why I got these error message?