https://issues.dlang.org/show_bug.cgi?id=13360
--- Comment #4 from [email protected] --- Hi Rainer, I guess you are right. The extension itself is in D Language and I am just a beginner, I doubt I will be able to troubleshoot this issue in a short time. I went through the code, the following is my summary after the first view: * I traced the Not Implemented exception by trying to see the location of the Methods causing that exception in the VisualD code (Project.Collection, Project.ExtenderCATID and so on) to the file VisualD/project/automation.d *. automation.d has 55 not implemented methods and the whole project seems to have 177. *. Strangely the 3 Collection methods are not returning "E_NOTIMPL", so either I am looking at the wrong location or one of the intermediary method calls is throwing that exception? --
