1. 10 3月, 2014 3 次提交
    • S
      Update links to Spring JIRA server · b3645992
      Sam Brannen 提交于
      b3645992
    • S
      Update copyright date in reference manual · 220267b8
      Sam Brannen 提交于
      220267b8
    • S
      Add first draft of IDEA code formatting · 542db72f
      Stephane Nicoll 提交于
      This commit provides a first attempt at defining a standard code
      formatting scheme for the Spring Framework in Intellij IDEA.
      
      These are the major changes compared to standard settings:
      
      * default indent option to use tab character instead of space for
        all languages
      * one space before the left brace of an array initializer
      * keep when reformating: multiple expressions in one line,
        simple blocks in one line
      * method declaration parameters: do not align when multiline
      * else, catch and finally on new line
      * keep one space before } (solely use to keep the space between the
        end of the last method and the end of the class)
      * minimum blank line after class header 0 (instead of 1)
      * Disabled Javadoc formatting
      * class count to trigger static import to 50 (to prevent
        import org.foo.*; instead of listing the classes of org.foo)
      * changed the import sequence to import in the following order:
        static imports, java.*, javax.*, others, org.springframework.*. Each
        sequence is separated by a space
      542db72f
  2. 08 3月, 2014 3 次提交
  3. 07 3月, 2014 6 次提交
  4. 06 3月, 2014 16 次提交
  5. 05 3月, 2014 6 次提交
  6. 04 3月, 2014 6 次提交