Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

This document describes formatting rules and guidelines for software source code. Note that this document does not cover best programming practices or techniques. It is solely concentrating on source code formatting and conventions.

...

Code Block
/** {@inheritDoc} */
@Override protected void beforeTest() throws Exception {
    fail("https://issues.apache.org/jira/browse/IGNITE-1113");
}


C. Code Inspection


Ignite has (incubating) settings of inspections recommended to use during Ignite development.

Settings can be found in idea/ignite_inspections.xml. You can enable this profile using the following steps
Inspections (icon)->Configure inspections->(settings button)->Import Profile->select file and import.

D. Abbreviation Plugin

It is recommended to install IntelliJ IDEA plugin for abbreviation advice Abbreviation Rules IntelliJ Idea Plugin.