From: axelcl Date: Fri, 13 Jan 2006 16:21:07 +0000 (+0000) Subject: Fixed bug #1404228: Crash on X-Git-Url: http://secure.phpeclipse.com?hp=71ab23b8e952e1dc59222f730e0cebe48274af47 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: