View | Details | Raw Unified | Return to bug 155195 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/cdt/make/internal/core/scannerconfig/gnu/GCCPerFileBOPConsoleParserUtility.java (-1 / +1 lines)
Lines 173-179 Link Here
173
     * @param filePath : String
173
     * @param filePath : String
174
     * @return filePath : IPath - not <code>null</code>
174
     * @return filePath : IPath - not <code>null</code>
175
     */
175
     */
176
    IPath getAbsolutePath(String filePath) {
176
    public IPath getAbsolutePath(String filePath) {
177
        IPath pFilePath;
177
        IPath pFilePath;
178
        if (filePath.startsWith("/") || filePath.startsWith("\\") || //$NON-NLS-1$ //$NON-NLS-2$
178
        if (filePath.startsWith("/") || filePath.startsWith("\\") || //$NON-NLS-1$ //$NON-NLS-2$
179
            (!filePath.startsWith(".") && //$NON-NLS-1$
179
            (!filePath.startsWith(".") && //$NON-NLS-1$

Return to bug 155195