/[classpath]/classpath/doc/hacking.texinfo
ViewVC logotype

Diff of /classpath/doc/hacking.texinfo

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30.2.4 by gnu_andrew, Mon Mar 28 18:47:52 2005 UTC revision 1.30.2.5 by gnu_andrew, Fri May 27 00:01:43 2005 UTC
# Line 11  Line 11 
11  This file contains important information you will need to know if you  This file contains important information you will need to know if you
12  are going to hack on the GNU Classpath project code.  are going to hack on the GNU Classpath project code.
13    
14  Copyright (C) 1998,1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.  Copyright (C) 1998,1999,2000,2001,2002,2003,2004, 2005 Free Software Foundation, Inc.
15    
16  @ifnotplaintext  @ifnotplaintext
17  @dircategory GNU Libraries  @dircategory GNU Libraries
# Line 500  conventions): Line 500  conventions):
500  @itemize  @itemize
501    
502  @item  @item
503    Java source files in GNU Classpath are encoded using UTF-8.  However,
504    ordinarily it is considered best practice to use the ASCII subset of
505    UTF-8 and write non-ASCII characters using \u escapes.
506    
507    @item
508  If possible, generate specific imports (expand) over java.io.* type  If possible, generate specific imports (expand) over java.io.* type
509  imports. Order by gnu, java, javax, org. There must be one blank line  imports. Order by gnu, java, javax, org. There must be one blank line
510  between each group. The imports themselves are ordered alphabetically by  between each group. The imports themselves are ordered alphabetically by

Legend:
Removed from v.1.30.2.4  
changed lines
  Added in v.1.30.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26