aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2019-10-10 23:35:02 +0200
committerEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2019-10-10 23:35:02 +0200
commit71479220fc163c7d7c782ee9427d9cb3353f09ec (patch)
treeb0e876adfbf4d8ca13433ec54e58914e21d3d272 /org.jacoco.examples
parenta90c4989a4feece9fa1b9101c08eb226b77d3030 (diff)
downloadjacoco-71479220fc163c7d7c782ee9427d9cb3353f09ec.tar.gz
Remove trailing whitespaces in Java source files (#959)
Diffstat (limited to 'org.jacoco.examples')
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/ClassInfo.java8
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/CoreTutorial.java10
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/ExecDump.java8
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/ExecutionDataClient.java4
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/ExecutionDataServer.java4
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java2
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/ReportGenerator.java10
7 files changed, 23 insertions, 23 deletions
diff --git a/org.jacoco.examples/src/org/jacoco/examples/ClassInfo.java b/org.jacoco.examples/src/org/jacoco/examples/ClassInfo.java
index df63fa89..3ecb0aee 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/ClassInfo.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/ClassInfo.java
@@ -8,7 +8,7 @@
*
* Contributors:
* Marc R. Hoffmann - initial API and implementation
- *
+ *
*******************************************************************************/
package org.jacoco.examples;
@@ -32,7 +32,7 @@ public final class ClassInfo implements ICoverageVisitor {
/**
* Creates a new example instance printing to the given stream.
- *
+ *
* @param out
* stream for outputs
*/
@@ -43,7 +43,7 @@ public final class ClassInfo implements ICoverageVisitor {
/**
* Run this example with the given parameters.
- *
+ *
* @param args
* command line parameters
* @throws IOException
@@ -72,7 +72,7 @@ public final class ClassInfo implements ICoverageVisitor {
/**
* Entry point to run this examples as a Java application.
- *
+ *
* @param args
* list of program arguments
* @throws IOException
diff --git a/org.jacoco.examples/src/org/jacoco/examples/CoreTutorial.java b/org.jacoco.examples/src/org/jacoco/examples/CoreTutorial.java
index 28458ebd..07f93aed 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/CoreTutorial.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/CoreTutorial.java
@@ -8,7 +8,7 @@
*
* Contributors:
* Marc R. Hoffmann - initial API and implementation
- *
+ *
*******************************************************************************/
package org.jacoco.examples;
@@ -64,7 +64,7 @@ public final class CoreTutorial {
/**
* Add a in-memory representation of a class.
- *
+ *
* @param name
* name of the class
* @param bytes
@@ -90,7 +90,7 @@ public final class CoreTutorial {
/**
* Creates a new example instance printing to the given stream.
- *
+ *
* @param out
* stream for outputs
*/
@@ -100,7 +100,7 @@ public final class CoreTutorial {
/**
* Run this example.
- *
+ *
* @throws Exception
* in case of errors
*/
@@ -190,7 +190,7 @@ public final class CoreTutorial {
/**
* Entry point to run this examples as a Java application.
- *
+ *
* @param args
* list of program arguments
* @throws Exception
diff --git a/org.jacoco.examples/src/org/jacoco/examples/ExecDump.java b/org.jacoco.examples/src/org/jacoco/examples/ExecDump.java
index 5bc8489b..c8e8e1ac 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/ExecDump.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/ExecDump.java
@@ -8,7 +8,7 @@
*
* Contributors:
* Marc R. Hoffmann - initial API and implementation
- *
+ *
*******************************************************************************/
package org.jacoco.examples;
@@ -33,7 +33,7 @@ public final class ExecDump {
/**
* Creates a new example instance printing to the given stream.
- *
+ *
* @param out
* stream for outputs
*/
@@ -43,7 +43,7 @@ public final class ExecDump {
/**
* Run this example with the given parameters.
- *
+ *
* @param args
* command line parameters
* @throws IOException
@@ -94,7 +94,7 @@ public final class ExecDump {
/**
* Entry point to run this examples as a Java application.
- *
+ *
* @param args
* list of program arguments
* @throws IOException
diff --git a/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataClient.java b/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataClient.java
index 662c27d0..5ef9129a 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataClient.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataClient.java
@@ -8,7 +8,7 @@
*
* Contributors:
* Marc R. Hoffmann - initial API and implementation
- *
+ *
*******************************************************************************/
package org.jacoco.examples;
@@ -36,7 +36,7 @@ public final class ExecutionDataClient {
/**
* Starts the execution data request.
- *
+ *
* @param args
* @throws IOException
*/
diff --git a/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataServer.java b/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataServer.java
index 66c00a63..20f432f1 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataServer.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/ExecutionDataServer.java
@@ -8,7 +8,7 @@
*
* Contributors:
* Marc R. Hoffmann - initial API and implementation
- *
+ *
*******************************************************************************/
package org.jacoco.examples;
@@ -41,7 +41,7 @@ public final class ExecutionDataServer {
/**
* Start the server as a standalone program.
- *
+ *
* @param args
* @throws IOException
*/
diff --git a/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java b/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java
index 55a68e7a..f58e6e78 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java
@@ -34,7 +34,7 @@ public final class MBeanClient {
/**
* Execute the example.
- *
+ *
* @param args
* @throws Exception
*/
diff --git a/org.jacoco.examples/src/org/jacoco/examples/ReportGenerator.java b/org.jacoco.examples/src/org/jacoco/examples/ReportGenerator.java
index 82ea9d64..5c16136a 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/ReportGenerator.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/ReportGenerator.java
@@ -8,7 +8,7 @@
*
* Contributors:
* Brock Janiczak - initial API and implementation
- *
+ *
*******************************************************************************/
package org.jacoco.examples;
@@ -28,7 +28,7 @@ import org.jacoco.report.html.HTMLFormatter;
* This example creates a HTML report for eclipse like projects based on a
* single execution data store called jacoco.exec. The report contains no
* grouping information.
- *
+ *
* The class files under test must be compiled with debug information, otherwise
* source highlighting will not work.
*/
@@ -45,7 +45,7 @@ public class ReportGenerator {
/**
* Create a new generator based for the given project.
- *
+ *
* @param projectDirectory
*/
public ReportGenerator(final File projectDirectory) {
@@ -58,7 +58,7 @@ public class ReportGenerator {
/**
* Create the report.
- *
+ *
* @throws IOException
*/
public void create() throws IOException {
@@ -122,7 +122,7 @@ public class ReportGenerator {
/**
* Starts the report generation process
- *
+ *
* @param args
* Arguments to the application. This will be the location of the
* eclipse projects that will be used to generate reports for