Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] ContentOutlineRegistry

Hi team,

I stumbled onto the strangest of things yesterday (and had not yet had time to get into it) but I though that asking about it in the ML would be the fastest way to do it:
protected IPapyrusContentOutlinePage createContentOutlinePage() throws BackboneException {
            if (false) {
                System.out.println("Not yet"); // FIXME : no syso
                return null;
            }

This snippet is from the oep.infra.core(Mars) and oep.infra.ui(Neon) and is marked as dead code (plus there is a print in it ^^).
So my question is: was/is it waiting on an impending gerrit fix ? and if so where is ir ;p

Thanks,
Quentin

Back to the top