Searched refs:annotation (Results 1 - 25 of 66) sorted by relevance

123

/opengrok/test/org/opensolaris/opengrok/condition/
H A DConditionalRun.java25 import java.lang.annotation.Documented;
26 import java.lang.annotation.ElementType;
27 import java.lang.annotation.Retention;
28 import java.lang.annotation.RetentionPolicy;
29 import java.lang.annotation.Target;
H A DConditionalRunRule.java34 * This rule can be added to a Junit test and will look for the annotation
37 * {@link RunCondition} provided in the annotation is not satisfied.
71 ConditionalRun annotation = aDescription.getTestClass().getAnnotation(ConditionalRun.class);
72 return new IgnoreConditionCreator(aDescription.getTestClass(), annotation).create();
80 ConditionalRun annotation = aDescription.getAnnotation(ConditionalRun.class);
81 return new IgnoreConditionCreator(aDescription.getTestClass(), annotation).create();
89 IgnoreConditionCreator(Class<?> aTestClass, ConditionalRun annotation) { argument
91 this.conditionType = annotation.condition();
/opengrok/src/org/opensolaris/opengrok/analysis/sql/
H A DPLSQLAnalyzer.java53 * @param annotation annotation for the file (could be null)
55 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
57 xref.annotation = annotation;
H A DSQLAnalyzer.java53 * @param annotation annotation for the file (could be null)
55 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
57 xref.annotation = annotation;
/opengrok/src/org/opensolaris/opengrok/analysis/plain/
H A DAbstractSourceCodeAnalyzer.java88 * @param annotation annotation for the file (could be null)
92 static protected void writeXref(JFlexXref lxref, Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
95 lxref.annotation = annotation;
H A DXMLAnalyzer.java84 * @param annotation annotation for the file (could be null)
86 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
88 xref.annotation = annotation;
H A DXMLAnalyzerFactory.java60 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
63 XMLAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/uue/
H A DUuencodeAnalyzer.java94 * @param annotation annotation for the file (could be null)
96 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
98 xref.annotation = annotation;
/opengrok/src/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactory.java64 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
66 CAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactory.java57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 CSharpAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerFactory.java54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
57 TroffAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/erlang/
H A DErlangAnalyzer.java61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DErlangAnalyzerFactory.java57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 ErlangAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranAnalyzer.java56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
58 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DFortranAnalyzerFactory.java54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
56 FortranAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/haskell/
H A DHaskellAnalyzer.java61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DHaskellAnalyzerFactory.java61 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
63 HaskellAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/javascript/
H A DJavaScriptAnalyzer.java61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DJavaScriptAnalyzerFactory.java57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 JavaScriptAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/lisp/
H A DLispAnalyzer.java56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
58 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DLispAnalyzerFactory.java57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 LispAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/perl/
H A DPerlAnalyzer.java59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/php/
H A DPhpAnalyzer.java59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DPhpAnalyzerFactory.java63 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
65 PhpAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/python/
H A DPythonAnalyzer.java59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);

Completed in 23 milliseconds

123