Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] CBI Rebasing platform to M7

Hi Everyone,

I'm rebasing the R4 branch to M7 now and ran into a compile error below. Any ideas on what might be causing this?

Thanks,


Thanh


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile (default-compile) on project org.eclipse.jdt.ui: Compilation failure: Compilation failure: [ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java:[307,0]
[ERROR] fAssistant.setSorter(null);
[ERROR] ^^^^^^^^^
[ERROR] The method setSorter(null) is undefined for the type ContentAssistant [ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistProcessor.java:[662,0]
[ERROR] fAssistant.setSorter(currentSorter.getSorter());
[ERROR] ^^^^^^^^^
[ERROR] The method setSorter(AbstractProposalSorter) is undefined for the type ContentAssistant [ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/AbstractProposalSorter.java:[19,0] [ERROR] import org.eclipse.jface.text.contentassist.ICompletionProposalSorter;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.jface.text.contentassist.ICompletionProposalSorter cannot be resolved [ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/AbstractProposalSorter.java:[35,0] [ERROR] public abstract class AbstractProposalSorter implements Comparator<ICompletionProposal>, ICompletionProposalSorter {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ICompletionProposalSorter cannot be resolved to a type
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AlphabeticSorter.java:[23,0]
[ERROR] public final class AlphabeticSorter extends AbstractProposalSorter {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type AlphabeticSorter is inconsistent
[ERROR] /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/RelevanceSorter.java:[25,0]
[ERROR] public final class RelevanceSorter extends AbstractProposalSorter {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The hierarchy of the type RelevanceSorter is inconsistent
[ERROR] 6 problems (6 errors)
[ERROR] -> [Help 1]



Back to the top