Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/designs/remote/CDT/EFS/CModel

< PTP‎ | designs‎ | remote
  • 1,469 references to IPath in org.eclipse.cdt.core.model.*
    • Labels
      • Should be easy to fix, just display URI instead for non-local files
    • CoreModel.create(IPath path), CoreModel.createTranslationUnitFrom(ICProject cproject, IPath path)
      • Replace with new path representation
    • Path/macro entry stuff
      • Replace with new path representation
  • IPath ICElement.getPath() is a problem
    • 82 callers
    • Replace with new path representation

Back to the top