Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 78DF5200CA3 for ; Wed, 17 May 2017 22:42:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 775E1160BAC; Wed, 17 May 2017 20:42:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C62B8160BCB for ; Wed, 17 May 2017 22:42:07 +0200 (CEST) Received: (qmail 11183 invoked by uid 500); 17 May 2017 20:42:07 -0000 Mailing-List: contact issues-help@systemml.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@systemml.incubator.apache.org Delivered-To: mailing list issues@systemml.incubator.apache.org Received: (qmail 11172 invoked by uid 99); 17 May 2017 20:42:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2017 20:42:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 8E8991809D6 for ; Wed, 17 May 2017 20:42:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ZK95J1DDy1ZK for ; Wed, 17 May 2017 20:42:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 99DBD5FC84 for ; Wed, 17 May 2017 20:42:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C804EE07D6 for ; Wed, 17 May 2017 20:42:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 20E03263A7 for ; Wed, 17 May 2017 20:42:04 +0000 (UTC) Date: Wed, 17 May 2017 20:42:04 +0000 (UTC) From: "Deron Eriksson (JIRA)" To: issues@systemml.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SYSTEMML-137) Standard format needs to be applied to all Java files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 17 May 2017 20:42:08 -0000 [ https://issues.apache.org/jira/browse/SYSTEMML-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deron Eriksson reassigned SYSTEMML-137: --------------------------------------- Assignee: Deron Eriksson > Standard format needs to be applied to all Java files > ----------------------------------------------------- > > Key: SYSTEMML-137 > URL: https://issues.apache.org/jira/browse/SYSTEMML-137 > Project: SystemML > Issue Type: Task > Reporter: Deron Eriksson > Assignee: Deron Eriksson > Priority: Critical > > A standard code format template (such as those used in Eclipse and IntelliJ) setting things such as code line widths, comment line widths, and styles of angle brackets (typical C style vs typical Java style) needs to be applied to ALL java files. It's very important that all Java files follow the same standard code formatting. This is especially critical for doing tasks such as file version comparisons. If people apply different code formats, it basically becomes impossible to do file version comparisons across the code format change. > Therefore, we need to pick a standard code format template and apply this format to all Java files. > Everyone working on SystemML should then utilize the same standard code format. Pull requests that don't follow the standard code format should be rejected since it makes file version comparisons difficult or impossible. -- This message was sent by Atlassian JIRA (v6.3.15#6346)