Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 65173 invoked from network); 31 Oct 2010 11:21:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Oct 2010 11:21:49 -0000 Received: (qmail 2814 invoked by uid 500); 31 Oct 2010 11:21:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 2620 invoked by uid 500); 31 Oct 2010 11:21:46 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 2613 invoked by uid 99); 31 Oct 2010 11:21:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Oct 2010 11:21:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Oct 2010 11:21:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9VBLOCO011514 for ; Sun, 31 Oct 2010 11:21:24 GMT Message-ID: <27753787.161831288524084279.JavaMail.jira@thor> Date: Sun, 31 Oct 2010 07:21:24 -0400 (EDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4879) Lookahead warning from ij.jj MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lookahead warning from ij.jj ---------------------------- Key: DERBY-4879 URL: https://issues.apache.org/jira/browse/DERBY-4879 Project: Derby Issue Type: Improvement Components: Tools Affects Versions: 10.7.1.0 Reporter: Knut Anders Hatlen Assignee: Knut Anders Hatlen Priority: Minor When building with "ant -q", I see this warning when JavaCC processes ij.jj: [java] Warning: Lookahead adequacy checking not being performed since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to true to force checking. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.