From: axelcl Date: Fri, 13 Jan 2006 16:21:07 +0000 (+0000) Subject: Fixed bug #1404228: Crash on X-Git-Url: http://git.phpeclipse.com Fixed bug #1404228: Crash on --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java index 08d9af2..be75a7f 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/FastJavaPartitionScanner.java @@ -198,7 +198,7 @@ public class FastJavaPartitionScanner implements IPartitionTokenScanner, IPHPPar fScanner.unread(); return postFix(fState); } - fScanner.unread(); +// fScanner.unread(); } default: