|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
Grok.java | - | - | 0% | 0% |
|
1 |
package org.codehaus.groovy.tools;
|
|
2 |
|
|
3 |
/**
|
|
4 |
* This is a stub for the Groovy Doc tool
|
|
5 |
*
|
|
6 |
* @author James Strachan
|
|
7 |
* @version $Revision: 1.2 $
|
|
8 |
*/
|
|
9 |
public class Grok |
|
10 |
{ |
|
11 | 0 |
public static void main(String[] args) |
12 |
{ |
|
13 |
|
|
14 |
} |
|
15 |
} |
|
16 |
|
|