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 039E718C32 for ; Thu, 24 Dec 2015 14:18:50 +0000 (UTC) Received: (qmail 34677 invoked by uid 500); 24 Dec 2015 14:18:49 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 34627 invoked by uid 500); 24 Dec 2015 14:18:49 -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 34510 invoked by uid 99); 24 Dec 2015 14:18:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2015 14:18:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A6B0D2C1F5D for ; Thu, 24 Dec 2015 14:18:49 +0000 (UTC) Date: Thu, 24 Dec 2015 14:18:49 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2263) Get rif of wrapping views where possible. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vladimir Ozerov created IGNITE-2263: --------------------------------------- Summary: Get rif of wrapping views where possible. Key: IGNITE-2263 URL: https://issues.apache.org/jira/browse/IGNITE-2263 Project: Ignite Issue Type: Sub-task Components: general Affects Versions: ignite-1.4 Reporter: Vladimir Ozerov Assignee: Vladimir Ozerov Priority: Critical Fix For: 1.6 We have about ~50-100 usages of things like F.view or F.viewReadOnly. In lots cases it is not necessary, adds garbage, but doesn't add any value. Need to revisit these places. -- This message was sent by Atlassian JIRA (v6.3.4#6332)