X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java index 4e23483..485d208 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java @@ -1397,7 +1397,7 @@ public class Parser implements ITerminalSymbols, CompilerModifiers, // fully_qualified_class_name do { if (token == TokenNameIdentifier) { - char[] ident = scanner.getCurrentIdentifierSource(); + //char[] ident = scanner.getCurrentIdentifierSource(); // TODO make this code working better: // SingleTypeReference ref = // ParserUtil.getTypeReference(scanner, @@ -4994,7 +4994,7 @@ public class Parser implements ITerminalSymbols, CompilerModifiers, // incastrix //String projectPath = ProjectPrefUtil.getDocumentRoot(file.getProject()) // .toString(); - String filePath = file.getFullPath().toString(); + //String filePath = file.getFullPath().toString(); String ext = file.getFileExtension(); int fileExtensionLength = ext == null ? 0 : ext.length() + 1;