### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java,v retrieving revision 1.84 diff -u -r1.84 AbstractCommentParser.java --- compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java 11 Sep 2008 15:39:21 -0000 1.84 +++ compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java 12 Sep 2008 13:06:02 -0000 @@ -1149,7 +1149,25 @@ } char[] currentError = this.scanner.getCurrentIdentifierSource(); if (currentError.length>0 && currentError[0] == '"') { - if (this.reportProblems) this.sourceParser.problemReporter().javadocInvalidReference(this.scanner.getCurrentTokenStartPosition(), getTokenEndPosition()); + if (this.reportProblems) { + boolean isUrlRef = false; + if (this.tagValue == TAG_SEE_VALUE) { + int length=currentError.length, i=1 /* first char is " */; + while (i