~ubuntu-branches/ubuntu/vivid/cobertura/vivid-proposed

« back to all changes in this revision

Viewing changes to examples/functionaltest1/src/test/first/A.java

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-05-11 19:21:46 UTC
  • mfrom: (0.1.4 sid) (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100511192146-j742v5jsl89ztndu
Tags: 1.9.4.1+dfsg-2
* Now Build-Depends on libservlet2.5-java and add a missing Depends
  on the same package. (Closes: #580842). 
* Simplify list of JRE dependences for cobertura and drop JRE dependences for
  libcobertura-java as Java libraries are no longer required to depend on a
  JVM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Cobertura - http://cobertura.sourceforge.net/
3
3
 *
4
 
 * Copyright (C) 2006 John Lewis
 
4
 * Copyright (C) 2008 John Lewis
5
5
 *
6
6
 * Note: This file is dual licensed under the GPL and the Apache
7
7
 * Source License (so that it can be used from both the main
30
30
 * 
31
31
 * @author John Lewis
32
32
 */
 
33
 
33
34
public class A
34
35
{
35
 
 
 
36
        /*
 
37
         * Add an annotation to make sure complexity is calculated correctly for source with annotations
 
38
         */
 
39
        @Deprecated
36
40
        public void call()
37
41
        {
38
42
                someMethod();