Community
Participate
Working Groups
Highlight inactive code branches.
Created attachment 228863 [details] Patch
Mike, this patch has API errors. It also introduces compile errors in Remote Tools. Can you submit an updated patch?
Created attachment 229291 [details] Patch #2 I fixed the API errors by adding a new extension interface instead of adding the method to the existing interface. I don't know which plug-in had the remote tools compile error, but I think that should not be a problem with this new patch.
Also, I was not aware that RDT is considered API now. You might want to consider removing the numerous comment blocks that declare RDT as experimental and not API.
Still errors... Description Resource Path Location Type The type RemoteToolsCIndexSubsystem must implement the inherited abstract method ICIndexSubsystem.computeInactiveHighlightPositions(ITranslationUnit) RemoteToolsCIndexSubsystem.java /org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core line 103 Java Problem Description Resource Path Location Type The minor version should be incremented in version 4.2.0, since new APIs have been added since version 4.2.0 MANIFEST.MF /org.eclipse.ptp.rdt.ui/META-INF line 5 Version Numbering Problem
Created attachment 229303 [details] Patch 3
There were still API errors due to not upversioning the plugins. I updated them and updated the pom.xml files to match. Applied to ptp_6_0 and master.
I'm seeing API errors in RDT plugins after the last commit.