Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
730bf035
Commit
730bf035
authored
10 years ago
by
Christian Wulf
Browse files
Options
Downloads
Patches
Plain Diff
fixed javadoc issues
parent
1f70cc6c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/teetime/framework/Analysis.java
+5
-2
5 additions, 2 deletions
src/main/java/teetime/framework/Analysis.java
with
5 additions
and
2 deletions
src/main/java/teetime/framework/Analysis.java
+
5
−
2
View file @
730bf035
...
@@ -168,7 +168,7 @@ public final class Analysis implements UncaughtExceptionHandler {
...
@@ -168,7 +168,7 @@ public final class Analysis implements UncaughtExceptionHandler {
*
*
* @return a collection of thread/throwable pairs
* @return a collection of thread/throwable pairs
*
*
* @deprecated
As of releas
e 1.1, replaced by {@link #execute()}
* @deprecated
sinc
e 1.1, replaced by {@link #execute()}
*/
*/
@Deprecated
@Deprecated
public
Collection
<
Pair
<
Thread
,
Throwable
>>
start
()
{
public
Collection
<
Pair
<
Thread
,
Throwable
>>
start
()
{
...
@@ -207,6 +207,9 @@ public final class Analysis implements UncaughtExceptionHandler {
...
@@ -207,6 +207,9 @@ public final class Analysis implements UncaughtExceptionHandler {
/**
/**
* This method will start the Analysis and all containing stages.
* This method will start the Analysis and all containing stages.
*
*
* @throws AnalysisException
* if at least one exception in one thread has occurred within the analysis. The exception contains the pairs of thread and throwable
*
* @since 1.1
* @since 1.1
*/
*/
public
void
execute
()
{
public
void
execute
()
{
...
@@ -226,7 +229,7 @@ public final class Analysis implements UncaughtExceptionHandler {
...
@@ -226,7 +229,7 @@ public final class Analysis implements UncaughtExceptionHandler {
/**
/**
* Retrieves the Configuration which was used to add and arrange all stages needed for the Analysis
* Retrieves the Configuration which was used to add and arrange all stages needed for the Analysis
*
*
* @return
C
onfiguration used for the Analysis
* @return
the c
onfiguration used for the Analysis
*/
*/
public
AnalysisConfiguration
getConfiguration
()
{
public
AnalysisConfiguration
getConfiguration
()
{
return
this
.
configuration
;
return
this
.
configuration
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment