You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/04/30 16:47:11 UTC

cvs commit: maven-plugins/dashboard/src/plugin-test/subproject1/src/java/org/apache/maven/dashboard/test/subproject1 Sample.java

vmassol     2004/04/30 07:47:11

  Modified:    dashboard/src/plugin-test/subproject1/src/java/org/apache/maven/dashboard/test/subproject1
                        Sample.java
  Log:
  Added Simian total duplicate line aggregator
  
  Revision  Changes    Path
  1.2       +32 -1     maven-plugins/dashboard/src/plugin-test/subproject1/src/java/org/apache/maven/dashboard/test/subproject1/Sample.java
  
  Index: Sample.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/subproject1/src/java/org/apache/maven/dashboard/test/subproject1/Sample.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Sample.java	17 Nov 2003 21:36:58 -0000	1.1
  +++ Sample.java	30 Apr 2004 14:47:11 -0000	1.2
  @@ -72,5 +72,36 @@
       public void someMethod()
       {
           new Boolean(true);
  +        
  +        try
  +        {
  +            // some duplications for Simian...
  +        }
  +        catch (Exception e)
  +        {
  +            e.printStackTrace();
  +        }
  +        finally
  +        {
  +            // nothing...
  +        }
  +    }   
  +
  +    public void someOtherMethod()
  +    {
  +        new Boolean(true);
  +        
  +        try
  +        {
  +            // some duplications for Simian...
  +        }
  +        catch (Exception e)
  +        {
  +            e.printStackTrace();
  +        }
  +        finally
  +        {
  +            // nothing...
  +        }
       }   
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org