• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

软件测试开发技术Java语言编码规范(Java Code Conventions)

发布: 2009-11-30 09:35 | 作者: webmaster | 来源: 本站原创 | 查看: 153次 | 进入软件测试论坛讨论

领测软件测试网

        在注释中使用XXX来标识某些未实现(bogus)的但可以工作(works)的内容。用FIXME来标识某些假的和错误的内容。

  11 代码范例(Code Examples)

  11.1 Java源文件范例(Java Source File Example)

  下面的例子,展示了如何合理布局一个包含单一公共类的Java源程序。接口的布局与其相似。更多信息参见"类和接口声明"以及"文挡注释"。

  /*

  * @(#)Blah.java 1.82 99/03/18

  *

  * Copyright (c) 1994-1999 Sun Microsystems, Inc.

  * 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.

  * All rights reserved.

  *

  * This software is the confidential and proprietary information of Sun

  * Microsystems, Inc. ("Confidential Information"). You shall not

  * disclose such Confidential Information and shall use it only in

  * accordance with the terms of the license agreement you entered into

  * with Sun.

  */

  package java.blah;

  import java.blah.blahdy.BlahBlah;

  /**

  * Class description goes here.

  *

  * @version 1.82 18 Mar 1999

  * @author Firstname Lastname

  */

  public class Blah extends SomeClass {

  /* A class implementation comment can go here. */

  /** classVar1 documentation comment */

  public static int classVar1;

  /**

  * classVar2 documentation comment that happens to be

  * more than one line long

  */

  private static Object classVar2;

  /** instanceVar1 documentation comment */

  public Object instanceVar1;

  /** instanceVar2 documentation comment */

  protected int instanceVar2;

  /** instanceVar3 documentation comment */

  private Object[] instanceVar3;

  /**

  * ...constructor Blah documentation comment...

  */

  public Blah() {

  // ...implementation goes here...

  }

  /**

  * ...method doSomething documentation comment...

  */

  public void doSomething() {

  // ...implementation goes here...

  }

  /**

  * ...method doSomethingElse documentation comment...

  * @param someParam description

  */

  public void doSomethingElse(Object someParam) {

  // ...implementation goes here...

  }

  }

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网