Today I updated everything in my SDK setup. including the installation and now I get these errors: <img width="2136" height="1343" alt="Image" src="https://github.com/user-attachments/assets/2bb01ae0-dc18-4df9-98cb-27a7d5ffabea" /> You see the corresponding method exists, but it's confused about methods that use junit.framework.TestCase in the signature. Adding this import makes the error go away: <img width="1277" height="588" alt="Image" src="https://github.com/user-attachments/assets/16a571cc-6f03-4a0b-8706-302eb69cedc5" /> But that seems fishy to me. @iloveeclipse Maybe something changed in JDT? I.e., is this a bug?