Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] deprecated ASTSignatureUtil

Title: deprecated ASTSignatureUtil
Markus,

You recently deprecated ASTSignatureUtil. ASTSignatureUtil.getSignature and ASTSignatureUtil.getExpressionString are called from a couple places in org.eclipse.cdt.debug.edc.symbols.TypeEngine so this change breaks the build of the org.eclipse.cdt.debug.edc plug-in. Can you suggest a replacement API?

The new comment reads “Within CDT it is recommended to use {@link ASTSignatureUtil}, instead” Is there another ASTSignatureUtil EDC should be using?

Thanks - Ken

Back to the top