Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8930E18CF0 for ; Wed, 27 Jan 2016 10:08:14 +0000 (UTC) Received: (qmail 90003 invoked by uid 500); 27 Jan 2016 10:07:40 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 89862 invoked by uid 500); 27 Jan 2016 10:07:40 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 89702 invoked by uid 99); 27 Jan 2016 10:07:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 10:07:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4A17A2C1F5B for ; Wed, 27 Jan 2016 10:07:40 +0000 (UTC) Date: Wed, 27 Jan 2016 10:07:40 +0000 (UTC) From: "Alexey Kuznetsov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2459) Validation for java reserved keywords is not working MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexey Kuznetsov created IGNITE-2459: ---------------------------------------- Summary: Validation for java reserved keywords is not working Key: IGNITE-2459 URL: https://issues.apache.org/jira/browse/IGNITE-2459 Project: Ignite Issue Type: Sub-task Components: wizards Affects Versions: 1.5.0.final Reporter: Alexey Kuznetsov Assignee: Andrey Novikov Fields that require fully qualified class names should validate user input for java reserved keywords, but now JavaTypes.nonKeywords(value) does not work properly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)