aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.report
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2011-01-14 11:30:11 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2011-01-14 11:30:11 +0000
commit2ccb2fc041b228cec72a256a64bc992f4f7bc331 (patch)
treea89ac138fc4190516a3a0bfc7cc7cf1cd2ea8597 /org.jacoco.report
parentb05619921551903a81b242b41d196b41c70e770f (diff)
downloadplatform_external_jacoco-2ccb2fc041b228cec72a256a64bc992f4f7bc331.tar.gz
platform_external_jacoco-2ccb2fc041b228cec72a256a64bc992f4f7bc331.tar.bz2
platform_external_jacoco-2ccb2fc041b228cec72a256a64bc992f4f7bc331.zip
Remove obsolete JavaDoc tags from headers.
Diffstat (limited to 'org.jacoco.report')
-rw-r--r--org.jacoco.report/src/org/jacoco/report/DirectorySourceFileLocator.java6
-rw-r--r--org.jacoco.report/src/org/jacoco/report/FileMultiReportOutput.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/FileSingleReportOutput.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/ILanguageNames.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/IMultiReportOutput.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/IReportFormatter.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/IReportVisitor.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/ISingleReportOutput.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/ISourceFileLocator.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/JavaNames.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/MultiFormatter.java4
-rw-r--r--org.jacoco.report/src/org/jacoco/report/NormalizedFileNames.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/ReportOutputFolder.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/ZipMultiReportOutput.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/csv/CSVFormatter.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/csv/CSVGroupHandler.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/csv/CSVPackageHandler.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/csv/ClassRowWriter.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/csv/DelimitedWriter.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/html/HTMLFormatter.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/ClassPage.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/GroupPage.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/HTMLDocument.java4
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/HTMLElement.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/IHTMLReportContext.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/ILinkable.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/NodePage.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/PackagePage.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/ReportPage.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/SessionsPage.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/SourceFilePage.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/SourceHighlighter.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/index/ElementIndex.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/index/IIndexUpdate.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/resources/Resources.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/resources/Styles.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/BarColumn.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/CounterColumn.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/IColumnRenderer.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/ITableItem.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/LabelColumn.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/PercentageColumn.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/SortIndex.java2
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/Table.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/table/TableItemComparator.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/xml/XMLDocument.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/xml/XMLElement.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/xml/XMLReportNodeHandler.java3
-rw-r--r--org.jacoco.report/src/org/jacoco/report/xml/XMLFormatter.java3
49 files changed, 2 insertions, 149 deletions
diff --git a/org.jacoco.report/src/org/jacoco/report/DirectorySourceFileLocator.java b/org.jacoco.report/src/org/jacoco/report/DirectorySourceFileLocator.java
index 8fe52115..04277598 100644
--- a/org.jacoco.report/src/org/jacoco/report/DirectorySourceFileLocator.java
+++ b/org.jacoco.report/src/org/jacoco/report/DirectorySourceFileLocator.java
@@ -20,9 +20,6 @@ import java.io.Reader;
/**
* Locator for source files that picks source files from a given directory in
* the file system.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class DirectorySourceFileLocator implements ISourceFileLocator {
@@ -39,7 +36,8 @@ public class DirectorySourceFileLocator implements ISourceFileLocator {
* @param encoding
* encoding of the source files
*/
- public DirectorySourceFileLocator(final File directory, final String encoding) {
+ public DirectorySourceFileLocator(final File directory,
+ final String encoding) {
this.directory = directory;
this.encoding = encoding;
}
diff --git a/org.jacoco.report/src/org/jacoco/report/FileMultiReportOutput.java b/org.jacoco.report/src/org/jacoco/report/FileMultiReportOutput.java
index 2219126e..1bcd33db 100644
--- a/org.jacoco.report/src/org/jacoco/report/FileMultiReportOutput.java
+++ b/org.jacoco.report/src/org/jacoco/report/FileMultiReportOutput.java
@@ -22,9 +22,6 @@ import java.io.OutputStream;
/**
* Implementation of {@link IMultiReportOutput} that writes files directly to a
* given directory.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class FileMultiReportOutput implements IMultiReportOutput {
diff --git a/org.jacoco.report/src/org/jacoco/report/FileSingleReportOutput.java b/org.jacoco.report/src/org/jacoco/report/FileSingleReportOutput.java
index 43b9ca38..72aeb9a3 100644
--- a/org.jacoco.report/src/org/jacoco/report/FileSingleReportOutput.java
+++ b/org.jacoco.report/src/org/jacoco/report/FileSingleReportOutput.java
@@ -22,9 +22,6 @@ import java.io.OutputStream;
/**
* Implementation of {@link ISingleReportOutput} that writes the file directly
* to a given location.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class FileSingleReportOutput implements ISingleReportOutput {
diff --git a/org.jacoco.report/src/org/jacoco/report/ILanguageNames.java b/org.jacoco.report/src/org/jacoco/report/ILanguageNames.java
index e8a070d2..a863ebbb 100644
--- a/org.jacoco.report/src/org/jacoco/report/ILanguageNames.java
+++ b/org.jacoco.report/src/org/jacoco/report/ILanguageNames.java
@@ -13,9 +13,6 @@ package org.jacoco.report;
/**
* Interface to create programming language specific names from VM names.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface ILanguageNames {
diff --git a/org.jacoco.report/src/org/jacoco/report/IMultiReportOutput.java b/org.jacoco.report/src/org/jacoco/report/IMultiReportOutput.java
index a7d4898a..f4f3a90a 100644
--- a/org.jacoco.report/src/org/jacoco/report/IMultiReportOutput.java
+++ b/org.jacoco.report/src/org/jacoco/report/IMultiReportOutput.java
@@ -16,9 +16,6 @@ import java.io.OutputStream;
/**
* Interface to emit multiple binary files.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface IMultiReportOutput {
diff --git a/org.jacoco.report/src/org/jacoco/report/IReportFormatter.java b/org.jacoco.report/src/org/jacoco/report/IReportFormatter.java
index d239488c..003c96fa 100644
--- a/org.jacoco.report/src/org/jacoco/report/IReportFormatter.java
+++ b/org.jacoco.report/src/org/jacoco/report/IReportFormatter.java
@@ -21,9 +21,6 @@ import org.jacoco.core.data.SessionInfo;
/**
* Interface for all implementations that produce a particular report format.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface IReportFormatter {
diff --git a/org.jacoco.report/src/org/jacoco/report/IReportVisitor.java b/org.jacoco.report/src/org/jacoco/report/IReportVisitor.java
index 3e1a79e5..0135fcd5 100644
--- a/org.jacoco.report/src/org/jacoco/report/IReportVisitor.java
+++ b/org.jacoco.report/src/org/jacoco/report/IReportVisitor.java
@@ -20,9 +20,6 @@ import org.jacoco.core.analysis.ICoverageNode;
* streaming and to save memory {@link ICoverageNode}s are traversed in a
* deep-first fashion. The interface is implemented by the different report
* writers.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface IReportVisitor {
diff --git a/org.jacoco.report/src/org/jacoco/report/ISingleReportOutput.java b/org.jacoco.report/src/org/jacoco/report/ISingleReportOutput.java
index e710eaf7..89eb0f1a 100644
--- a/org.jacoco.report/src/org/jacoco/report/ISingleReportOutput.java
+++ b/org.jacoco.report/src/org/jacoco/report/ISingleReportOutput.java
@@ -16,9 +16,6 @@ import java.io.OutputStream;
/**
* Interface to emit a single binary files.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface ISingleReportOutput {
diff --git a/org.jacoco.report/src/org/jacoco/report/ISourceFileLocator.java b/org.jacoco.report/src/org/jacoco/report/ISourceFileLocator.java
index cfc4b676..7fb81e80 100644
--- a/org.jacoco.report/src/org/jacoco/report/ISourceFileLocator.java
+++ b/org.jacoco.report/src/org/jacoco/report/ISourceFileLocator.java
@@ -16,9 +16,6 @@ import java.io.Reader;
/**
* Interface to look-up source files that will be included with the report.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface ISourceFileLocator {
diff --git a/org.jacoco.report/src/org/jacoco/report/JavaNames.java b/org.jacoco.report/src/org/jacoco/report/JavaNames.java
index 52d3a52a..b1043dfd 100644
--- a/org.jacoco.report/src/org/jacoco/report/JavaNames.java
+++ b/org.jacoco.report/src/org/jacoco/report/JavaNames.java
@@ -15,9 +15,6 @@ import org.objectweb.asm.Type;
/**
* Names for the Java language.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class JavaNames implements ILanguageNames {
diff --git a/org.jacoco.report/src/org/jacoco/report/MultiFormatter.java b/org.jacoco.report/src/org/jacoco/report/MultiFormatter.java
index 790be42f..278047ae 100644
--- a/org.jacoco.report/src/org/jacoco/report/MultiFormatter.java
+++ b/org.jacoco.report/src/org/jacoco/report/MultiFormatter.java
@@ -23,11 +23,7 @@ import org.jacoco.core.data.SessionInfo;
/**
* A formatter that is composed from multiple other formatters. This can be used
* to create more than one report format in one run.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
-
public class MultiFormatter implements IReportFormatter {
private final List<IReportFormatter> formatters = new ArrayList<IReportFormatter>();
diff --git a/org.jacoco.report/src/org/jacoco/report/NormalizedFileNames.java b/org.jacoco.report/src/org/jacoco/report/NormalizedFileNames.java
index 6c791a35..a2126596 100644
--- a/org.jacoco.report/src/org/jacoco/report/NormalizedFileNames.java
+++ b/org.jacoco.report/src/org/jacoco/report/NormalizedFileNames.java
@@ -31,9 +31,6 @@ import java.util.Set;
* <li>If unique filenames can't directly created from the ids, additional
* suffixes are appended.</li>
* </ul>
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
class NormalizedFileNames {
diff --git a/org.jacoco.report/src/org/jacoco/report/ReportOutputFolder.java b/org.jacoco.report/src/org/jacoco/report/ReportOutputFolder.java
index 431417dd..41ec26e4 100644
--- a/org.jacoco.report/src/org/jacoco/report/ReportOutputFolder.java
+++ b/org.jacoco.report/src/org/jacoco/report/ReportOutputFolder.java
@@ -19,9 +19,6 @@ import java.util.Map;
/**
* Logical representation of a folder in the output structure. This utility
* ensures valid and unique file names and helps to create relative links.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class ReportOutputFolder {
diff --git a/org.jacoco.report/src/org/jacoco/report/ZipMultiReportOutput.java b/org.jacoco.report/src/org/jacoco/report/ZipMultiReportOutput.java
index d17361d6..a08545a6 100644
--- a/org.jacoco.report/src/org/jacoco/report/ZipMultiReportOutput.java
+++ b/org.jacoco.report/src/org/jacoco/report/ZipMultiReportOutput.java
@@ -19,9 +19,6 @@ import java.util.zip.ZipOutputStream;
/**
* Implementation of {@link IMultiReportOutput} that writes files into a
* {@link ZipOutputStream}.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class ZipMultiReportOutput implements IMultiReportOutput {
diff --git a/org.jacoco.report/src/org/jacoco/report/csv/CSVFormatter.java b/org.jacoco.report/src/org/jacoco/report/csv/CSVFormatter.java
index 8179b56f..2e047f51 100644
--- a/org.jacoco.report/src/org/jacoco/report/csv/CSVFormatter.java
+++ b/org.jacoco.report/src/org/jacoco/report/csv/CSVFormatter.java
@@ -29,9 +29,6 @@ import org.jacoco.report.JavaNames;
/**
* Report formatter that will create a single CSV file. By default the filename
* used will be the name of the session.
- *
- * @author Brock Janiczak
- * @version $qualified.bundle.version$
*/
public class CSVFormatter implements IReportFormatter {
diff --git a/org.jacoco.report/src/org/jacoco/report/csv/CSVGroupHandler.java b/org.jacoco.report/src/org/jacoco/report/csv/CSVGroupHandler.java
index 4ead32e1..72c10a03 100644
--- a/org.jacoco.report/src/org/jacoco/report/csv/CSVGroupHandler.java
+++ b/org.jacoco.report/src/org/jacoco/report/csv/CSVGroupHandler.java
@@ -22,9 +22,6 @@ import org.jacoco.report.ISourceFileLocator;
/**
* Report visitor that handles coverage information for groups.
- *
- * @author Brock Janiczak
- * @version $qualified.bundle.version$
*/
class CSVGroupHandler implements IReportVisitor {
diff --git a/org.jacoco.report/src/org/jacoco/report/csv/CSVPackageHandler.java b/org.jacoco.report/src/org/jacoco/report/csv/CSVPackageHandler.java
index b98a15ae..eb5a1917 100644
--- a/org.jacoco.report/src/org/jacoco/report/csv/CSVPackageHandler.java
+++ b/org.jacoco.report/src/org/jacoco/report/csv/CSVPackageHandler.java
@@ -23,9 +23,6 @@ import org.jacoco.report.ISourceFileLocator;
/**
* Report visitor that handles coverage information for packages.
- *
- * @author Brock Janiczak
- * @version $qualified.bundle.version$
*/
class CSVPackageHandler implements IReportVisitor {
diff --git a/org.jacoco.report/src/org/jacoco/report/csv/ClassRowWriter.java b/org.jacoco.report/src/org/jacoco/report/csv/ClassRowWriter.java
index db0f3328..17f2cfda 100644
--- a/org.jacoco.report/src/org/jacoco/report/csv/ClassRowWriter.java
+++ b/org.jacoco.report/src/org/jacoco/report/csv/ClassRowWriter.java
@@ -21,9 +21,6 @@ import org.jacoco.report.ILanguageNames;
/**
* Writer for rows in the CVS report representing the summary data of a single
* class.
- *
- * @author Brock Janiczak
- * @version $qualified.bundle.version$
*/
class ClassRowWriter {
diff --git a/org.jacoco.report/src/org/jacoco/report/csv/DelimitedWriter.java b/org.jacoco.report/src/org/jacoco/report/csv/DelimitedWriter.java
index 4f25233e..a033550f 100644
--- a/org.jacoco.report/src/org/jacoco/report/csv/DelimitedWriter.java
+++ b/org.jacoco.report/src/org/jacoco/report/csv/DelimitedWriter.java
@@ -30,9 +30,6 @@ import java.io.Writer;
* </pre>
*
* </p>
- *
- * @author Brock Janiczak
- * @version $qualified.bundle.version$
*/
class DelimitedWriter {
private static final String QUOTE = "\"";
diff --git a/org.jacoco.report/src/org/jacoco/report/html/HTMLFormatter.java b/org.jacoco.report/src/org/jacoco/report/html/HTMLFormatter.java
index 66e6ba5f..62bded56 100644
--- a/org.jacoco.report/src/org/jacoco/report/html/HTMLFormatter.java
+++ b/org.jacoco.report/src/org/jacoco/report/html/HTMLFormatter.java
@@ -49,9 +49,6 @@ import org.jacoco.report.internal.html.table.Table;
/**
* Formatter for coverage reports in multiple HTML pages.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class HTMLFormatter implements IReportFormatter, IHTMLReportContext {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/ClassPage.java b/org.jacoco.report/src/org/jacoco/report/internal/html/ClassPage.java
index e5ae73e9..5383a37a 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/ClassPage.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/ClassPage.java
@@ -29,9 +29,6 @@ import org.jacoco.report.internal.html.table.ITableItem;
/**
* Page showing coverage information for a class as a table of methods. The
* methods are linked to the corresponding source file.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class ClassPage extends NodePage {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/GroupPage.java b/org.jacoco.report/src/org/jacoco/report/internal/html/GroupPage.java
index 9b79a02f..d6127121 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/GroupPage.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/GroupPage.java
@@ -24,9 +24,6 @@ import org.jacoco.report.internal.html.resources.Resources;
/**
* Page showing coverage information for a node that groups other nodes. The
* page shows a table of linked nodes.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class GroupPage extends NodePage {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLDocument.java b/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLDocument.java
index 83aa5c69..219e8e53 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLDocument.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLDocument.java
@@ -20,10 +20,6 @@ import org.jacoco.report.internal.xml.XMLDocument;
/**
* {@link XMLDocument} that declares its content type to be XHTML 1.0 Strict and
* produces {@link HTMLElement}s as children.
- *
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class HTMLDocument extends XMLDocument {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLElement.java b/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLElement.java
index 6e18e39a..617e61e8 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLElement.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/HTMLElement.java
@@ -20,9 +20,6 @@ import org.jacoco.report.internal.xml.XMLElement;
/**
* A {@link XMLElement} with utility methods to create XHTML documents. It
* provides methods of HTML tags to avoid magic strings in the generators.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class HTMLElement extends XMLElement {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/IHTMLReportContext.java b/org.jacoco.report/src/org/jacoco/report/internal/html/IHTMLReportContext.java
index 0c3149fa..44379970 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/IHTMLReportContext.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/IHTMLReportContext.java
@@ -20,9 +20,6 @@ import org.jacoco.report.internal.html.table.Table;
/**
* Context and configuration information during creation of a HTML report.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface IHTMLReportContext {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/ILinkable.java b/org.jacoco.report/src/org/jacoco/report/internal/html/ILinkable.java
index 277bc787..ebcac385 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/ILinkable.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/ILinkable.java
@@ -15,9 +15,6 @@ import org.jacoco.report.ReportOutputFolder;
/**
* Abstraction for items that can be linked to in a report.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface ILinkable {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/NodePage.java b/org.jacoco.report/src/org/jacoco/report/internal/html/NodePage.java
index e2a3239b..e82864f3 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/NodePage.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/NodePage.java
@@ -22,9 +22,6 @@ import org.jacoco.report.internal.html.table.ITableItem;
/**
* Report page that represents a coverage node.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public abstract class NodePage extends ReportPage implements IReportVisitor,
ITableItem {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/PackagePage.java b/org.jacoco.report/src/org/jacoco/report/internal/html/PackagePage.java
index 782b22ea..abee83aa 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/PackagePage.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/PackagePage.java
@@ -29,9 +29,6 @@ import org.jacoco.report.internal.html.resources.Resources;
/**
* Page showing coverage information for a Java package. The page contains a
* table with all classes of the package.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class PackagePage extends NodePage {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/ReportPage.java b/org.jacoco.report/src/org/jacoco/report/internal/html/ReportPage.java
index 2205d2bc..afff57cb 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/ReportPage.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/ReportPage.java
@@ -22,9 +22,6 @@ import org.jacoco.report.internal.html.resources.Styles;
* Base class for HTML page generators. It renders the page skeleton with the
* breadcrumb, the title and the footer. Every report page is part of a
* hierarchy and has a parent page (except the root page).
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public abstract class ReportPage implements ILinkable {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/SessionsPage.java b/org.jacoco.report/src/org/jacoco/report/internal/html/SessionsPage.java
index 39754a99..ca3cca51 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/SessionsPage.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/SessionsPage.java
@@ -29,9 +29,6 @@ import org.jacoco.report.internal.html.resources.Styles;
/**
* Page to display information about sessions covered by this report.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class SessionsPage extends ReportPage {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/SourceFilePage.java b/org.jacoco.report/src/org/jacoco/report/internal/html/SourceFilePage.java
index 3e2b3ccd..15ffa007 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/SourceFilePage.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/SourceFilePage.java
@@ -25,9 +25,6 @@ import org.jacoco.report.internal.html.resources.Resources;
/**
* Page showing the content of a source file with numbered and highlighted
* source lines.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class SourceFilePage extends NodePage {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/SourceHighlighter.java b/org.jacoco.report/src/org/jacoco/report/internal/html/SourceHighlighter.java
index 5b6e5cf8..aad6c899 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/SourceHighlighter.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/SourceHighlighter.java
@@ -23,9 +23,6 @@ import org.jacoco.report.internal.html.resources.Styles;
/**
* Creates a highlighted output of a source file.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
class SourceHighlighter {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/index/ElementIndex.java b/org.jacoco.report/src/org/jacoco/report/internal/html/index/ElementIndex.java
index 9c59fa70..423a45e8 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/index/ElementIndex.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/index/ElementIndex.java
@@ -20,9 +20,6 @@ import org.jacoco.report.internal.html.ILinkable;
/**
* An index over all report pages that allows queries according to certain
* criteria.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class ElementIndex implements IIndexUpdate {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/index/IIndexUpdate.java b/org.jacoco.report/src/org/jacoco/report/internal/html/index/IIndexUpdate.java
index 7a132449..35d56256 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/index/IIndexUpdate.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/index/IIndexUpdate.java
@@ -16,9 +16,6 @@ import org.jacoco.report.internal.html.ILinkable;
/**
* Every report page that should become part of the index must be added via this
* interface.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface IIndexUpdate {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Resources.java b/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Resources.java
index 666cdf84..1ffc3e06 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Resources.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Resources.java
@@ -21,9 +21,6 @@ import org.jacoco.report.ReportOutputFolder;
/**
* Static resource that are included with the coverage report and might be
* referenced from created HTML pages.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class Resources {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Styles.java b/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Styles.java
index 572fbf28..97fa54e9 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Styles.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/resources/Styles.java
@@ -13,9 +13,6 @@ package org.jacoco.report.internal.html.resources;
/**
* Constants for styles defined by the report style sheet.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public final class Styles {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/BarColumn.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/BarColumn.java
index dd694620..18747cb0 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/BarColumn.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/BarColumn.java
@@ -30,9 +30,6 @@ import org.jacoco.report.internal.html.resources.Resources;
* Column with a graphical bar that represents the total amount of items in with
* length, and the coverage ratio with a red/green sections. The implementation
* is stateful, instances must not be used in parallel.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class BarColumn implements IColumnRenderer {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/CounterColumn.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/CounterColumn.java
index bd643111..fdd04b06 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/CounterColumn.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/CounterColumn.java
@@ -30,9 +30,6 @@ import org.jacoco.report.internal.html.resources.Resources;
* Column that prints the counter values of entities for each item and a summary
* in the footer. If the total number of items is zero, no column is emitted at
* all. The implementation is stateful, instances must not be used in parallel.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public abstract class CounterColumn implements IColumnRenderer {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/IColumnRenderer.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/IColumnRenderer.java
index 6848877f..80fb95c9 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/IColumnRenderer.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/IColumnRenderer.java
@@ -24,9 +24,6 @@ import org.jacoco.report.internal.html.resources.Resources;
* Renderer for a single column of a coverage table. The methods are always
* called in the sequence <code>init header footer item*</code>. Implementations
* might be stateful.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface IColumnRenderer {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/ITableItem.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/ITableItem.java
index f11196be..aed3285a 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/ITableItem.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/ITableItem.java
@@ -16,9 +16,6 @@ import org.jacoco.report.internal.html.ILinkable;
/**
* Interface for a item (row) in a coverage data table.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public interface ITableItem extends ILinkable {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/LabelColumn.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/LabelColumn.java
index 79f8104d..92ba6d02 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/LabelColumn.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/LabelColumn.java
@@ -23,9 +23,6 @@ import org.jacoco.report.internal.html.resources.Resources;
/**
* Column for the item label. The implementation is stateless, instances might
* be used in parallel.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class LabelColumn implements IColumnRenderer {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/PercentageColumn.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/PercentageColumn.java
index d6a127a8..c1166e40 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/PercentageColumn.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/PercentageColumn.java
@@ -30,9 +30,6 @@ import org.jacoco.report.internal.html.resources.Resources;
* Column that prints the coverage percentage for each item and the total
* percentage in the footer. The implementation is stateless, instances might be
* used in parallel.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class PercentageColumn implements IColumnRenderer {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/SortIndex.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/SortIndex.java
index d8ae752e..1b42da89 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/SortIndex.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/SortIndex.java
@@ -20,8 +20,6 @@ import java.util.List;
* A index on a list of items sorted with a given {@link Comparator}. The index
* does not change the list itself.
*
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
* @param <T>
* type of the items
*/
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/Table.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/Table.java
index a489d4fb..56f7ff8c 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/Table.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/Table.java
@@ -25,9 +25,6 @@ import org.jacoco.report.internal.html.resources.Styles;
/**
* Renderer for a table of {@link ITableItem}s.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class Table {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/table/TableItemComparator.java b/org.jacoco.report/src/org/jacoco/report/internal/html/table/TableItemComparator.java
index 70133ba0..2572351a 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/table/TableItemComparator.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/table/TableItemComparator.java
@@ -17,9 +17,6 @@ import org.jacoco.core.analysis.ICoverageNode;
/**
* Adapter to sort table items based on their coverage nodes.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
class TableItemComparator implements Comparator<ITableItem> {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLDocument.java b/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLDocument.java
index 2b7d1661..ed81ca12 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLDocument.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLDocument.java
@@ -18,14 +18,11 @@ import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.Writer;
-
/**
* Root element of an XML document. Each instance represents a separate output
* document.
*
* @see XMLElement
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class XMLDocument extends XMLElement {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLElement.java b/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLElement.java
index 944bac5b..64423f42 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLElement.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLElement.java
@@ -16,14 +16,11 @@ import static java.lang.String.format;
import java.io.IOException;
import java.io.Writer;
-
/**
* Simple API to create well formed XML streams. A {@link XMLElement} instance
* represents a single element in a XML document.
*
* @see XMLDocument
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class XMLElement {
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLReportNodeHandler.java b/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLReportNodeHandler.java
index d6b677bf..da23e6fa 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLReportNodeHandler.java
+++ b/org.jacoco.report/src/org/jacoco/report/internal/xml/XMLReportNodeHandler.java
@@ -26,9 +26,6 @@ import org.jacoco.report.ISourceFileLocator;
/**
* Report visitor that transforms the report structure into XML elements.
- *
- * @author Brock Janiczak
- * @version $qualified.bundle.version$
*/
public class XMLReportNodeHandler implements IReportVisitor {
diff --git a/org.jacoco.report/src/org/jacoco/report/xml/XMLFormatter.java b/org.jacoco.report/src/org/jacoco/report/xml/XMLFormatter.java
index 0ee971a6..64e7fc13 100644
--- a/org.jacoco.report/src/org/jacoco/report/xml/XMLFormatter.java
+++ b/org.jacoco.report/src/org/jacoco/report/xml/XMLFormatter.java
@@ -27,9 +27,6 @@ import org.jacoco.report.internal.xml.XMLReportNodeHandler;
/**
* Report formatter that creates a single XML file for a coverage session
- *
- * @author Brock Janiczak
- * @version $qualified.bundle.version$
*/
public class XMLFormatter implements IReportFormatter {