Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc errors prevented the javadoc jar file to be created #42

Open
claudio-rosati opened this issue Feb 6, 2015 · 2 comments
Open

Comments

@claudio-rosati
Copy link

Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project squirrel-foundation: MavenReportException: Error while creating archive:
Exit code: 1 - I:\Projects\GitHub\squirrel\squirrel-    foundation\src\main\java\org\squirrelframework\foundation\component\Heartbeat.java:20: error: reference not found
* Adds a new command to the current Heartbeat. The command will be executed by {@link #end()}.
^

I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\Visitable.java:8: error: reference not found
* Accepts a {@link #Visitor}.
^

I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:87: error: self-closing element not allowed
* the same as <code>externalTransitions<code/>
^

I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:87: error: element not closed: code
* the same as <code>externalTransitions<code/>
^

I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:153: error: invalid use of @return
* @return state machine identifier
^
@claudio-rosati claudio-rosati changed the title Javadoc error prevented the javadoc jar file to be created Javadoc errors prevented the javadoc jar file to be created Feb 6, 2015
@hekailiang
Copy link
Owner

which maven command do you use? I checked with "mvn javadoc:jar" and "mvn javadoc:javadoc", and it seems no problem.

@claudio-rosati
Copy link
Author

I've opened the maven project with the NetBeans 8.0.2 IDE using Java 8 (1.8.0_31).

Here the transcript of what happens when I run the Generate Javadoc command:

cd I:\Projects\GitHub\squirrel\squirrel-foundation; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_31" cmd /c "\"\"C:\\Program Files\\NetBeans 8.0.1\\java\\maven\\bin\\mvn.bat\" -Dmaven.ext.class.path=C:\\Users\\crosati\\AppData\\Roaming\\NetBeans\\8.0\\maven-nblib\\netbeans-eventspy.jar -Dfile.encoding=UTF-8 -Prelease-profile generate-sources javadoc:javadoc\""
Scanning for projects...

Some problems were encountered while building the effective model for org.squirrelframework:squirrel-foundation:bundle:0.3.8-SNAPSHOT
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing.
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.

It is highly recommended to fix these problems because they threaten the stability of your build.

For this reason, future Maven versions might no longer support building such malformed projects.

Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.9/maven-eclipse-plugin-2.9.pom

Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.9/maven-eclipse-plugin-2.9.pom (15 KB at 78.8 KB/sec)

------------------------------------------------------------------------
Building squirrel foundation 0.3.8-SNAPSHOT
------------------------------------------------------------------------

>>> maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ squirrel-foundation >>>

<<< maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ squirrel-foundation <<<

--- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ squirrel-foundation ---

Loading source files for package org.squirrelframework.foundation.component...
Loading source files for package org.squirrelframework.foundation.component.impl...
Loading source files for package org.squirrelframework.foundation.event...
Loading source files for package org.squirrelframework.foundation.exception...
Loading source files for package org.squirrelframework.foundation.fsm...
Loading source files for package org.squirrelframework.foundation.fsm.annotation...
Loading source files for package org.squirrelframework.foundation.fsm.builder...
Loading source files for package org.squirrelframework.foundation.fsm.impl...
Loading source files for package org.squirrelframework.foundation.fsm.jmx...
Loading source files for package org.squirrelframework.foundation.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_31
Building tree for all the packages and classes...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\CompositePostProcessor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\Heartbeat.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\HeartbeatDeferred.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\IdProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\IdProvider.Default.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\IdProvider.UUIDProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\Observable.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelComponent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelConfiguration.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelInstanceProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelPostProcessor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelPostProcessorProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelSingleton.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\SquirrelSingletonProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\AbstractSubject.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\CompositePostProcessorImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\HeartbeatImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\PostConstructPostProcessorImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\AsyncEventListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\ListenerMethod.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\PolymEventDispatcher.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\SquirrelEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\ErrorCodes.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\SquirrelRuntimeException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\TransitionException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Action.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.ActionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.AfterExecActionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.AfterExecActionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.BeforeExecActionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.BeforeExecActionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.ExecActionExceptionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionExecutionService.ExecActionExceptionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Actions.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ActionWrapper.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\AnonymousAction.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\AnonymousCondition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Condition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Conditions.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Conditions.Always.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Conditions.Never.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Converter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ConverterProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\DotVisitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\GeneralConverter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\HistoryType.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ImmutableLinkedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ImmutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ImmutableTimedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ImmutableTransition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\MutableLinkedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\MutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\MutableTimedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\MutableTransition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\MvelScriptManager.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\ObjectSerializableSupport.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\SCXMLVisitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateCompositeType.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateContext.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.StartEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.StartListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.StateMachineEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.StateMachineExceptionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.StateMachineExceptionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.StateMachineListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TerminateEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TerminateListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionBeginEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionBeginListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionCompleteEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionCompleteListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionDeclinedEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionDeclinedListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionEndEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionEndListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionExceptionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachine.TransitionExceptionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineBuilderFactory.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineConfiguration.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineContext.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineData.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineData.Reader.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineData.Writer.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineDataSerializer.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineImporter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineLogger.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachinePerformanceModel.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachinePerformanceMonitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\StateMachineStatus.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\TransitionPriority.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\TransitionResult.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\TransitionType.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedAnonymousAction.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedAnonymousCondition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedCondition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedImmutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedMutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedStateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedStateMachineBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\UntypedStateMachineImporter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Visitable.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\Visitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\AsyncExecute.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\ContextEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\ContextInsensitive.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\ExecuteWhen.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\ListenerOrder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\LogExecTime.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnActionExecException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnAfterActionExecuted.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnBeforeActionExecuted.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnStateMachineStart.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnStateMachineTerminate.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnTransitionBegin.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnTransitionComplete.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnTransitionDecline.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnTransitionEnd.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\OnTransitionException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\State.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\StateMachineDefinition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\StateMachineParameters.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\States.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\Transit.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\Transitions.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\And.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\Between.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\DeferBoundActionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\DeferBoundActionFrom.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\DeferBoundActionTo.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\EntryExitActionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\ExternalTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\From.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\InternalTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\LocalTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\MultiFrom.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\MultiTo.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\MultiTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\On.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\To.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\When.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractExecutionService.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.AbstractStateMachineEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.AbstractTransitionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.StartEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.StateMachineExceptionEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.TerminateEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.TransitionBeginEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.TransitionCompleteEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.TransitionDeclinedEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.TransitionEndEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractStateMachine.TransitionExceptionEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\AbstractUntypedStateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\ActionExecutionServiceImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\ActionsImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\ConverterProviderImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\DeferBoundActionBuilderImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\DeferBoundActionInfo.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\MethodCallActionImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\MethodCallActionProxyImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\MvelScriptManagerImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\StateMachineBuilderImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\StateMachineDataImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\StateMachineImporterImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\TimedStateImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\ManagementService.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\StateMachineManagement.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\StateMachineManagementMBean.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\Base64Coder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\ClassComparator.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\DuplicateChecker.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\Pair.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\ReflectUtils.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\ReflectUtils.FieldCallback.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\ReflectUtils.FieldFilter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\ReflectUtils.MethodCallback.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\ReflectUtils.MethodFilter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\TypeReference.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\overview-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\package-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\package-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\package-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\constant-values.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\serialized-form.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelSingletonProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelSingleton.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelPostProcessorProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelPostProcessor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelInstanceProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelConfiguration.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\SquirrelComponent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\Observable.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\IdProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\IdProvider.Default.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\IdProvider.UUIDProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\HeartbeatDeferred.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\Heartbeat.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\class-use\CompositePostProcessor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\class-use\PostConstructPostProcessorImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\class-use\HeartbeatImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\class-use\CompositePostProcessorImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\class-use\AbstractSubject.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\class-use\SquirrelEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\class-use\PolymEventDispatcher.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\class-use\ListenerMethod.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\class-use\AsyncEventListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\class-use\TransitionException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\class-use\SquirrelRuntimeException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\class-use\ErrorCodes.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Visitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Visitable.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedStateMachineImporter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedStateMachineBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedStateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedMutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedImmutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedCondition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedAnonymousCondition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\UntypedAnonymousAction.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\TransitionType.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\TransitionResult.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\TransitionPriority.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineStatus.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachinePerformanceMonitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachinePerformanceModel.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineLogger.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineImporter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineDataSerializer.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineData.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineData.Reader.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineData.Writer.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineContext.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineConfiguration.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineBuilderFactory.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachineBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.StateMachineListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.StateMachineEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.StartListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.StartEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TerminateListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TerminateEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.StateMachineExceptionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.StateMachineExceptionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionBeginListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionBeginEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionCompleteListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionCompleteEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionExceptionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionExceptionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionDeclinedListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionDeclinedEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionEndListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateMachine.TransitionEndEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateContext.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\StateCompositeType.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\SCXMLVisitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ObjectSerializableSupport.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\MvelScriptManager.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\MutableTransition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\MutableTimedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\MutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\MutableLinkedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ImmutableTransition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ImmutableTimedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ImmutableState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ImmutableLinkedState.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\HistoryType.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\GeneralConverter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\DotVisitor.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ConverterProvider.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Converter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Conditions.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Conditions.Always.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Conditions.Never.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Condition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\AnonymousCondition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\AnonymousAction.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionWrapper.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Actions.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.ActionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.BeforeExecActionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.BeforeExecActionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.AfterExecActionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.AfterExecActionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.ExecActionExceptionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\ActionExecutionService.ExecActionExceptionListener.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\class-use\Action.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\Transitions.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\Transit.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\States.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\StateMachineParameters.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\StateMachineDefinition.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\State.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnTransitionException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnTransitionEnd.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnTransitionDecline.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnTransitionComplete.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnTransitionBegin.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnStateMachineTerminate.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnStateMachineStart.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnBeforeActionExecuted.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnAfterActionExecuted.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\OnActionExecException.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\LogExecTime.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\ListenerOrder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\ExecuteWhen.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\ContextInsensitive.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\ContextEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\class-use\AsyncExecute.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\When.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\To.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\On.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\MultiTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\MultiTo.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\MultiFrom.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\LocalTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\InternalTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\From.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\ExternalTransitionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\EntryExitActionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\DeferBoundActionTo.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\DeferBoundActionFrom.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\DeferBoundActionBuilder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\Between.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\class-use\And.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\TimedStateImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\StateMachineImporterImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\StateMachineDataImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\StateMachineBuilderImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\MvelScriptManagerImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\MethodCallActionProxyImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\MethodCallActionImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\DeferBoundActionInfo.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\DeferBoundActionBuilderImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\ConverterProviderImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\ActionsImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\ActionExecutionServiceImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractUntypedStateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.AbstractStateMachineEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.StartEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.TerminateEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.StateMachineExceptionEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.AbstractTransitionEvent.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.TransitionBeginEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.TransitionCompleteEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.TransitionExceptionEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.TransitionDeclinedEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractStateMachine.TransitionEndEventImpl.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\class-use\AbstractExecutionService.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\class-use\StateMachineManagementMBean.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\class-use\StateMachineManagement.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\class-use\ManagementService.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\TypeReference.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\ReflectUtils.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\ReflectUtils.MethodCallback.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\ReflectUtils.MethodFilter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\ReflectUtils.FieldCallback.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\ReflectUtils.FieldFilter.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\Pair.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\DuplicateChecker.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\ClassComparator.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\class-use\Base64Coder.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\component\impl\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\event\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\exception\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\annotation\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\builder\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\impl\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\fsm\jmx\package-use.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\org\squirrelframework\foundation\util\package-use.html...
Building index for all the packages and classes...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\overview-tree.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\index-all.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\deprecated-list.html...
Building index for all classes...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\allclasses-frame.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\allclasses-noframe.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\index.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\overview-summary.html...
Generating I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\help-doc.html...
5 errors
75 warnings
[INFO] NETBEANS-ExecEvent:{"exc":{"msg":"QW4gZXJyb3IgaGFzIG9jY3VycmVkIGluIEphdmFEb2NzIHJlcG9ydCBnZW5lcmF0aW9uOiAKRXhpdCBjb2RlOiAxIC0gSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxjb21wb25lbnRcSGVhcnRiZWF0LmphdmE6MjA6IGVycm9yOiByZWZlcmVuY2Ugbm90IGZvdW5kDQogICAgICogQWRkcyBhIG5ldyBjb21tYW5kIHRvIHRoZSBjdXJyZW50IEhlYXJ0YmVhdC4gVGhlIGNvbW1hbmQgd2lsbCBiZSBleGVjdXRlZCBieSB7QGxpbmsgI2VuZCgpfS4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGNvbXBvbmVudFxIZWFydGJlYXQuamF2YToyNTogd2FybmluZyAtIFRhZyBAbGluazogY2FuJ3QgZmluZCBlbmQoKSBpbiBvcmcuc3F1aXJyZWxmcmFtZXdvcmsuZm91bmRhdGlvbi5jb21wb25lbnQuSGVhcnRiZWF0DQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGNvbXBvbmVudFxPYnNlcnZhYmxlLmphdmE6MjU6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gbm90aWZpYWJsZQ0KICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cY29tcG9uZW50XFNxdWlycmVsUG9zdFByb2Nlc3NvclByb3ZpZGVyLmphdmE6Mzg6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3IgPFQ+DQogICAgcHVibGljIDxUPiB2b2lkIHJlZ2lzdGVyKENsYXNzPFQ+IGNvbXBvbmVudENsYXNzLCBTcXVpcnJlbFBvc3RQcm9jZXNzb3I8PyBzdXBlciBUPiBwb3N0UHJvY2Vzc29yKSB7DQogICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cY29tcG9uZW50XFNxdWlycmVsUG9zdFByb2Nlc3NvclByb3ZpZGVyLmphdmE6Mzg6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3IgY29tcG9uZW50Q2xhc3MNCiAgICBwdWJsaWMgPFQ+IHZvaWQgcmVnaXN0ZXIoQ2xhc3M8VD4gY29tcG9uZW50Q2xhc3MsIFNxdWlycmVsUG9zdFByb2Nlc3Nvcjw\/IHN1cGVyIFQ+IHBvc3RQcm9jZXNzb3IpIHsNCiAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxjb21wb25lbnRcU3F1aXJyZWxQb3N0UHJvY2Vzc29yUHJvdmlkZXIuamF2YTozODogd2FybmluZzogbm8gQHBhcmFtIGZvciBwb3N0UHJvY2Vzc29yDQogICAgcHVibGljIDxUPiB2b2lkIHJlZ2lzdGVyKENsYXNzPFQ+IGNvbXBvbmVudENsYXNzLCBTcXVpcnJlbFBvc3RQcm9jZXNzb3I8PyBzdXBlciBUPiBwb3N0UHJvY2Vzc29yKSB7DQogICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cY29tcG9uZW50XFNxdWlycmVsUHJvdmlkZXIuamF2YTo0NDogd2FybmluZzogbm8gQHBhcmFtIGZvciA8VD4NCiAgICBwdWJsaWMgPFQ+IFQgbmV3SW5zdGFuY2UoQ2xhc3M8VD4gY2x6KSB7DQogICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cY29tcG9uZW50XFNxdWlycmVsUHJvdmlkZXIuamF2YTo0NDogd2FybmluZzogbm8gQHBhcmFtIGZvciBjbHoNCiAgICBwdWJsaWMgPFQ+IFQgbmV3SW5zdGFuY2UoQ2xhc3M8VD4gY2x6KSB7DQogICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cY29tcG9uZW50XFNxdWlycmVsUHJvdmlkZXIuamF2YTo0NDogd2FybmluZzogbm8gQHJldHVybg0KICAgIHB1YmxpYyA8VD4gVCBuZXdJbnN0YW5jZShDbGFzczxUPiBjbHopIHsNCiAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxjb21wb25lbnRcU3F1aXJyZWxQcm92aWRlci5qYXZhOjUxOiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIDxUPg0KICAgIHB1YmxpYyA8VD4gVCBuZXdJbnN0YW5jZShDbGFzczxUPiBjbHosIENsYXNzPD8+W10gYXJnVHlwZXMsIE9iamVjdFtdIGFyZ3MpIHsNCiAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxjb21wb25lbnRcU3F1aXJyZWxQcm92aWRlci5qYXZhOjUxOiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIGNseg0KICAgIHB1YmxpYyA8VD4gVCBuZXdJbnN0YW5jZShDbGFzczxUPiBjbHosIENsYXNzPD8+W10gYXJnVHlwZXMsIE9iamVjdFtdIGFyZ3MpIHsNCiAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxjb21wb25lbnRcU3F1aXJyZWxQcm92aWRlci5qYXZhOjUxOiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIGFyZ1R5cGVzDQogICAgcHVibGljIDxUPiBUIG5ld0luc3RhbmNlKENsYXNzPFQ+IGNseiwgQ2xhc3M8Pz5bXSBhcmdUeXBlcywgT2JqZWN0W10gYXJncykgew0KICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGNvbXBvbmVudFxTcXVpcnJlbFByb3ZpZGVyLmphdmE6NTE6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3IgYXJncw0KICAgIHB1YmxpYyA8VD4gVCBuZXdJbnN0YW5jZShDbGFzczxUPiBjbHosIENsYXNzPD8+W10gYXJnVHlwZXMsIE9iamVjdFtdIGFyZ3MpIHsNCiAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxjb21wb25lbnRcU3F1aXJyZWxQcm92aWRlci5qYXZhOjUxOiB3YXJuaW5nOiBubyBAcmV0dXJuDQogICAgcHVibGljIDxUPiBUIG5ld0luc3RhbmNlKENsYXNzPFQ+IGNseiwgQ2xhc3M8Pz5bXSBhcmdUeXBlcywgT2JqZWN0W10gYXJncykgew0KICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGNvbXBvbmVudFxTcXVpcnJlbFByb3ZpZGVyLmphdmE6NzM6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3IgY2xhenoNCiAgICBwdWJsaWMgdm9pZCByZWdpc3RlcihDbGFzczw\/PiBjbGF6eiwgQ2xhc3M8Pz4gaW1wbGVtZW50YXRpb25DbGFzcykgew0KICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cY29tcG9uZW50XFNxdWlycmVsUHJvdmlkZXIuamF2YTo3Mzogd2FybmluZzogbm8gQHBhcmFtIGZvciBpbXBsZW1lbnRhdGlvbkNsYXNzDQogICAgcHVibGljIHZvaWQgcmVnaXN0ZXIoQ2xhc3M8Pz4gY2xhenosIENsYXNzPD8+IGltcGxlbWVudGF0aW9uQ2xhc3MpIHsNCiAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGNvbXBvbmVudFxTcXVpcnJlbFByb3ZpZGVyLmphdmE6OTc6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3IgPFQ+DQogICAgcHVibGljIDxUPiBDbGFzczxUPiBnZXRJbXBsZW1lbnRhdGlvbihDbGFzczxUPiBjbHopIHsNCiAgICAgICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXEFjdGlvbkV4ZWN1dGlvblNlcnZpY2UuamF2YToyNjogd2FybmluZzogbm8gQHBhcmFtIGZvciBidWNrZXROYW1lDQogICAgdm9pZCBiZWdpbihTdHJpbmcgYnVja2V0TmFtZSk7DQogICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxBY3Rpb25FeGVjdXRpb25TZXJ2aWNlLmphdmE6NDE6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gZHVtbXlFeGVjdXRpb24NCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxDb252ZXJ0ZXJQcm92aWRlci5qYXZhOjUwOiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIDxUPg0KICAgIDxUPiBDb252ZXJ0ZXI8VD4gZ2V0Q29udmVydGVyKENsYXNzPFQ+IGNsYXp6KTsNCiAgICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXEltbXV0YWJsZUxpbmtlZFN0YXRlLmphdmE6MjY6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3Igc3RhdGVNYWNoaW5lDQogICAgU3RhdGVNYWNoaW5lPD8gZXh0ZW5kcyBTdGF0ZU1hY2hpbmU8PywgUywgRSwgQz4sIFMsIEUsIEM+IGdldExpbmtlZFN0YXRlTWFjaGluZShUIHN0YXRlTWFjaGluZSk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXEltbXV0YWJsZVN0YXRlLmphdmE6NTA6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gZXZlbnQgDQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cSW1tdXRhYmxlU3RhdGUuamF2YTo2Mjogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAqIEBwYXJhbSBzdGF0ZUNvbnRleHQNCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxJbW11dGFibGVTdGF0ZS5qYXZhOjg5OiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICogQHBhcmFtIHN0YXRlQ29udGV4dA0KICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXEltbXV0YWJsZVN0YXRlLmphdmE6OTY6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gc3RhdGVDb250ZXh0DQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cSW1tdXRhYmxlU3RhdGUuamF2YToxMjI6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gc3RhdGVDb250ZXh0DQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cVmlzaXRhYmxlLmphdmE6ODogZXJyb3I6IHJlZmVyZW5jZSBub3QgZm91bmQNCiAgICAgKiBBY2NlcHRzIGEge0BsaW5rICNWaXNpdG9yfS4NCiAgICAgICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXEltbXV0YWJsZVRyYW5zaXRpb24uamF2YTo0NDogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAqIEBwYXJhbSBzdGF0ZUNvbnRleHQNCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxJbW11dGFibGVUcmFuc2l0aW9uLmphdmE6NzI6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gc3RhdGVDb250ZXh0DQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lLmphdmE6NTA6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gZXZlbnQNCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmUuamF2YTo1Njogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAqIEBwYXJhbSBldmVudA0KICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZS5qYXZhOjYyOiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICogQHBhcmFtIGV2ZW50DQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lLmphdmE6NjQ6IHdhcm5pbmc6IG5vIEByZXR1cm4NCiAgICBTIHRlc3QoRSBldmVudCk7DQogICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmUuamF2YToxMjY6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gcGFyZW50U3RhdGVJZA0KICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZUJ1aWxkZXIuamF2YTo4Nzogd2FybmluZzogbmVzdGVkIHRhZyBub3QgYWxsb3dlZDogPGNvZGU+DQogICAgICogdGhlIHNhbWUgYXMgPGNvZGU+ZXh0ZXJuYWxUcmFuc2l0aW9uczxjb2RlLz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lQnVpbGRlci5qYXZhOjg3OiBlcnJvcjogc2VsZi1jbG9zaW5nIGVsZW1lbnQgbm90IGFsbG93ZWQNCiAgICAgKiB0aGUgc2FtZSBhcyA8Y29kZT5leHRlcm5hbFRyYW5zaXRpb25zPGNvZGUvPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmVCdWlsZGVyLmphdmE6ODc6IGVycm9yOiBlbGVtZW50IG5vdCBjbG9zZWQ6IGNvZGUNCiAgICAgKiB0aGUgc2FtZSBhcyA8Y29kZT5leHRlcm5hbFRyYW5zaXRpb25zPGNvZGUvPg0KICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZUJ1aWxkZXIuamF2YToxNDU6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gYXV0b0V2ZW50DQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lQnVpbGRlci5qYXZhOjE0Njogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAqIEBwYXJhbSBhdXRvQ29udGV4dA0KICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZUJ1aWxkZXIuamF2YToxOTM6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gZmluaXNoRXZlbnQNCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmVCdWlsZGVyLmphdmE6MTk5OiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICogQHBhcmFtIHN0YXJ0RXZlbnQNCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmVCdWlsZGVyLmphdmE6MjA1OiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICogQHBhcmFtIHRlcm1pbmF0ZUV2ZW50DQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lRGF0YS5qYXZhOjc5OiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICAgICAqIEBwYXJhbSBwYXJlbnRTdGF0ZUlkDQogICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZURhdGEuamF2YToxNTM6IGVycm9yOiBpbnZhbGlkIHVzZSBvZiBAcmV0dXJuDQogICAgICAgICAqIEByZXR1cm4gc3RhdGUgbWFjaGluZSBpZGVudGlmaWVyDQogICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZURhdGEuamF2YToxNTU6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3IgaWQNCiAgICAgICAgdm9pZCBpZGVudGlmaWVyKFN0cmluZyBpZCk7DQogICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lRGF0YS5qYXZhOjE2MDogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAgICAgKiBAcGFyYW0gY3VycmVudFN0YXRlSWQNCiAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lRGF0YS5qYXZhOjE2Nzogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAgICAgKiBAcGFyYW0gbGFzdFN0YXRlSWQNCiAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lRGF0YS5qYXZhOjE3NDogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAgICAgKiBAcGFyYW0gaW5pdGlhbFN0YXRlSWQNCiAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lRGF0YS5qYXZhOjE5MTogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAgICAgKiBAcGFyYW0gcGFyZW50U3RhdGVJZA0KICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmVEYXRhLmphdmE6MTkyOiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICAgICAqIEBwYXJhbSBzdWJTdGF0ZUlkDQogICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZURhdGEuamF2YToxOTk6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgICAgICogQHBhcmFtIHBhcmVudFN0YXRlSWQNCiAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lRGF0YS5qYXZhOjIwMDogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAgICAgKiBAcGFyYW0gc3ViU3RhdGVJZA0KICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmVEYXRhLmphdmE6MjA3OiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICAgICAqIEBwYXJhbSBwYXJlbnRTdGF0ZUlkDQogICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZURhdGEuamF2YToyMTQ6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgICAgICogQHBhcmFtIHN0YXRlTWFjaGluZVR5cGUNCiAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cU3RhdGVNYWNoaW5lRGF0YS5qYXZhOjIyMTogd2FybmluZzogbm8gZGVzY3JpcHRpb24gZm9yIEBwYXJhbQ0KICAgICAgICAgKiBAcGFyYW0gc3RhdGVDbGFzcw0KICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxTdGF0ZU1hY2hpbmVEYXRhLmphdmE6MjI4OiB3YXJuaW5nOiBubyBkZXNjcmlwdGlvbiBmb3IgQHBhcmFtDQogICAgICAgICAqIEBwYXJhbSBldmVudENsYXNzDQogICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cZnNtXFN0YXRlTWFjaGluZURhdGEuamF2YToyMzU6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgICAgICogQHBhcmFtIGNvbnRleHRDbGFzcw0KICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxUcmFuc2l0aW9uUmVzdWx0LmphdmE6MzI6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gYWNjZXB0ZWQNCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxUcmFuc2l0aW9uUmVzdWx0LmphdmE6NDQ6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gdGFyZ2V0U3RhdGUNCiAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxUcmFuc2l0aW9uUmVzdWx0LmphdmE6NTY6IHdhcm5pbmc6IG5vIGRlc2NyaXB0aW9uIGZvciBAcGFyYW0NCiAgICAgKiBAcGFyYW0gcmVzdWx0DQogICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cVmlzaXRhYmxlLmphdmE6MTI6IHdhcm5pbmcgLSBUYWcgQGxpbms6IGNhbid0IGZpbmQgVmlzaXRvciBpbiBvcmcuc3F1aXJyZWxmcmFtZXdvcmsuZm91bmRhdGlvbi5mc20uVmlzaXRhYmxlDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXGZzbVxhbm5vdGF0aW9uXFN0YXRlcy5qYXZhOjEzOiB3YXJuaW5nOiBubyBAcmV0dXJuDQogICAgU3RhdGVbXSB2YWx1ZSgpOw0KICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblxmc21cYW5ub3RhdGlvblxUcmFuc2l0aW9ucy5qYXZhOjE0OiB3YXJuaW5nOiBubyBAcmV0dXJuDQogICAgVHJhbnNpdFtdIHZhbHVlKCk7DQogICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cdXRpbFxSZWZsZWN0VXRpbHMuamF2YTozNzogd2FybmluZzogbm8gQHBhcmFtIGZvciBjbGF6eg0KICAgIHB1YmxpYyBzdGF0aWMgRmllbGQgZ2V0RmllbGQoQ2xhc3M8Pz4gY2xhenosIFN0cmluZyBmaWVsZE5hbWUpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cdXRpbFxSZWZsZWN0VXRpbHMuamF2YTozNzogd2FybmluZzogbm8gQHBhcmFtIGZvciBmaWVsZE5hbWUNCiAgICBwdWJsaWMgc3RhdGljIEZpZWxkIGdldEZpZWxkKENsYXNzPD8+IGNsYXp6LCBTdHJpbmcgZmllbGROYW1lKSB7DQogICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXHV0aWxcUmVmbGVjdFV0aWxzLmphdmE6Mzc6IHdhcm5pbmc6IG5vIEByZXR1cm4NCiAgICBwdWJsaWMgc3RhdGljIEZpZWxkIGdldEZpZWxkKENsYXNzPD8+IGNsYXp6LCBTdHJpbmcgZmllbGROYW1lKSB7DQogICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXHV0aWxcUmVmbGVjdFV0aWxzLmphdmE6NjE6IHdhcm5pbmc6IG5vIEBwYXJhbSBmb3IgY2xhenoNCiAgICBwdWJsaWMgc3RhdGljIE1ldGhvZCBnZXRNZXRob2QoQ2xhc3M8Pz4gY2xhenosIFN0cmluZyBtZXRob2ROYW1lLCBDbGFzczw\/PltdIHBhcmFtZXRlclR5cGVzKSB7DQogICAgICAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblx1dGlsXFJlZmxlY3RVdGlscy5qYXZhOjYxOiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIG1ldGhvZE5hbWUNCiAgICBwdWJsaWMgc3RhdGljIE1ldGhvZCBnZXRNZXRob2QoQ2xhc3M8Pz4gY2xhenosIFN0cmluZyBtZXRob2ROYW1lLCBDbGFzczw\/PltdIHBhcmFtZXRlclR5cGVzKSB7DQogICAgICAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblx1dGlsXFJlZmxlY3RVdGlscy5qYXZhOjYxOiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIHBhcmFtZXRlclR5cGVzDQogICAgcHVibGljIHN0YXRpYyBNZXRob2QgZ2V0TWV0aG9kKENsYXNzPD8+IGNsYXp6LCBTdHJpbmcgbWV0aG9kTmFtZSwgQ2xhc3M8Pz5bXSBwYXJhbWV0ZXJUeXBlcykgew0KICAgICAgICAgICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cdXRpbFxSZWZsZWN0VXRpbHMuamF2YTo2MTogd2FybmluZzogbm8gQHJldHVybg0KICAgIHB1YmxpYyBzdGF0aWMgTWV0aG9kIGdldE1ldGhvZChDbGFzczw\/PiBjbGF6eiwgU3RyaW5nIG1ldGhvZE5hbWUsIENsYXNzPD8+W10gcGFyYW1ldGVyVHlwZXMpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXHV0aWxcUmVmbGVjdFV0aWxzLmphdmE6MTE3OiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIDxUPg0KICAgIHB1YmxpYyBzdGF0aWMgPFQgZXh0ZW5kcyBBbm5vdGF0aW9uPiBUIGdldEFubm90YXRpb24oQ2xhc3M8Pz4gdGhlQ2xhc3MsIENsYXNzPFQ+IHRoZUFubm90YXRpb24pIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXHV0aWxcUmVmbGVjdFV0aWxzLmphdmE6NDI5OiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIHR5cGUNCiAgICBwdWJsaWMgc3RhdGljIENsYXNzPD8+W10gZ2V0U3VwZXJjbGFzc2VzKENsYXNzPD8+IHR5cGUpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblx1dGlsXFJlZmxlY3RVdGlscy5qYXZhOjQyOTogd2FybmluZzogbm8gQHJldHVybg0KICAgIHB1YmxpYyBzdGF0aWMgQ2xhc3M8Pz5bXSBnZXRTdXBlcmNsYXNzZXMoQ2xhc3M8Pz4gdHlwZSkgew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXHV0aWxcUmVmbGVjdFV0aWxzLmphdmE6NDQ2OiB3YXJuaW5nOiBubyBAcGFyYW0gZm9yIG1ldGhvZA0KICAgIHB1YmxpYyBzdGF0aWMgYm9vbGVhbiBpc1VzZXJEZWZpbmVkTWV0aG9kKGZpbmFsIE1ldGhvZCBtZXRob2QpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblx1dGlsXFJlZmxlY3RVdGlscy5qYXZhOjQ0Njogd2FybmluZzogbm8gQHJldHVybg0KICAgIHB1YmxpYyBzdGF0aWMgYm9vbGVhbiBpc1VzZXJEZWZpbmVkTWV0aG9kKGZpbmFsIE1ldGhvZCBtZXRob2QpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblx1dGlsXFJlZmxlY3RVdGlscy5qYXZhOjQ1NDogd2FybmluZzogbm8gQHBhcmFtIGZvciBtZXRob2QNCiAgICBwdWJsaWMgc3RhdGljIGJvb2xlYW4gaXNCZWFuUHJvcGVydHkoTWV0aG9kIG1ldGhvZCkgew0KICAgICAgICAgICAgICAgICAgICAgICAgICBeDQpJOlxQcm9qZWN0c1xHaXRIdWJcc3F1aXJyZWxcc3F1aXJyZWwtZm91bmRhdGlvblxzcmNcbWFpblxqYXZhXG9yZ1xzcXVpcnJlbGZyYW1ld29ya1xmb3VuZGF0aW9uXHV0aWxcUmVmbGVjdFV0aWxzLmphdmE6NDU0OiB3YXJuaW5nOiBubyBAcmV0dXJuDQogICAgcHVibGljIHN0YXRpYyBib29sZWFuIGlzQmVhblByb3BlcnR5KE1ldGhvZCBtZXRob2QpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgXg0KSTpcUHJvamVjdHNcR2l0SHViXHNxdWlycmVsXHNxdWlycmVsLWZvdW5kYXRpb25cc3JjXG1haW5camF2YVxvcmdcc3F1aXJyZWxmcmFtZXdvcmtcZm91bmRhdGlvblx1dGlsXFJlZmxlY3RVdGlscy5qYXZhOjU0ODogd2FybmluZzogbm8gQHJldHVybg0KICAgICAgICBib29sZWFuIG1hdGNoZXMoRmllbGQgZmllbGQpOw0KICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cdXRpbFxSZWZsZWN0VXRpbHMuamF2YTo1MjM6IHdhcm5pbmc6IG5vIEByZXR1cm4NCiAgICAgICAgYm9vbGVhbiBtYXRjaGVzKE1ldGhvZCBtZXRob2QpOw0KICAgICAgICAgICAgICAgIF4NCkk6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHNyY1xtYWluXGphdmFcb3JnXHNxdWlycmVsZnJhbWV3b3JrXGZvdW5kYXRpb25cdXRpbFxUeXBlUmVmZXJlbmNlLmphdmE6NDI6IHdhcm5pbmc6IG5vIEByZXR1cm4NCiAgICBwdWJsaWMgZmluYWwgQ2xhc3M8VD4gZ2V0UmF3VHlwZSgpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgXg0KCkNvbW1hbmQgbGluZSB3YXM6ICJDOlxQcm9ncmFtIEZpbGVzXEphdmFcamRrMS44LjBfMzFcanJlXC4uXGJpblxqYXZhZG9jLmV4ZSIgQG9wdGlvbnMgQHBhY2thZ2VzCgpSZWZlciB0byB0aGUgZ2VuZXJhdGVkIEphdmFkb2MgZmlsZXMgaW4gJ0k6XFByb2plY3RzXEdpdEh1YlxzcXVpcnJlbFxzcXVpcnJlbC1mb3VuZGF0aW9uXHRhcmdldFxzaXRlXGFwaWRvY3MnIGRpci4K"},"mojo":{"impl":"org.apache.maven.plugin.javadoc.JavadocReport","urls":["file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/plugins\/maven-javadoc-plugin\/2.9.1\/maven-javadoc-plugin-2.9.1.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/slf4j\/slf4j-jdk14\/1.5.6\/slf4j-jdk14-1.5.6.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/slf4j\/slf4j-api\/1.5.6\/slf4j-api-1.5.6.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/slf4j\/jcl-over-slf4j\/1.5.6\/jcl-over-slf4j-1.5.6.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/commons-cli\/commons-cli\/1.2\/commons-cli-1.2.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/codehaus\/plexus\/plexus-interactivity-api\/1.0-alpha-4\/plexus-interactivity-api-1.0-alpha-4.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/sonatype\/plexus\/plexus-sec-dispatcher\/1.3\/plexus-sec-dispatcher-1.3.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/sonatype\/plexus\/plexus-cipher\/1.4\/plexus-cipher-1.4.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/codehaus\/plexus\/plexus-interpolation\/1.11\/plexus-interpolation-1.11.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/backport-util-concurrent\/backport-util-concurrent\/3.1\/backport-util-concurrent-3.1.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/reporting\/maven-reporting-api\/3.0\/maven-reporting-api-3.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/maven-archiver\/2.5\/maven-archiver-2.5.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/shared\/maven-invoker\/2.0.9\/maven-invoker-2.0.9.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/shared\/maven-common-artifact-filters\/1.3\/maven-common-artifact-filters-1.3.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-sink-api\/1.0\/doxia-sink-api-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-site-renderer\/1.0\/doxia-site-renderer-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-core\/1.0\/doxia-core-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/codehaus\/plexus\/plexus-i18n\/1.0-beta-7\/plexus-i18n-1.0-beta-7.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/codehaus\/plexus\/plexus-velocity\/1.1.7\/plexus-velocity-1.1.7.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/velocity\/velocity\/1.5\/velocity-1.5.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/oro\/oro\/2.0.8\/oro-2.0.8.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-decoration-model\/1.0\/doxia-decoration-model-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/commons-collections\/commons-collections\/3.2\/commons-collections-3.2.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-module-apt\/1.0\/doxia-module-apt-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-module-fml\/1.0\/doxia-module-fml-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-module-xdoc\/1.0\/doxia-module-xdoc-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/maven\/doxia\/doxia-module-xhtml\/1.0\/doxia-module-xhtml-1.0.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/commons-lang\/commons-lang\/2.4\/commons-lang-2.4.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/commons-io\/commons-io\/2.2\/commons-io-2.2.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/httpcomponents\/httpclient\/4.2.3\/httpclient-4.2.3.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/apache\/httpcomponents\/httpcore\/4.2.2\/httpcore-4.2.2.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/commons-codec\/commons-codec\/1.6\/commons-codec-1.6.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/commons-logging\/commons-logging\/1.1.1\/commons-logging-1.1.1.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/log4j\/log4j\/1.2.14\/log4j-1.2.14.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/com\/thoughtworks\/qdox\/qdox\/1.12.1\/qdox-1.12.1.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/junit\/junit\/3.8.1\/junit-3.8.1.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/codehaus\/plexus\/plexus-archiver\/2.1.2\/plexus-archiver-2.1.2.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/codehaus\/plexus\/plexus-io\/2.0.4\/plexus-io-2.0.4.jar","file:\/C:\/Users\/crosati\/.m2\/repository\/org\/codehaus\/plexus\/plexus-utils\/3.0.5\/plexus-utils-3.0.5.jar"],"goal":"javadoc","id":"org.apache.maven.plugins:maven-javadoc-plugin:2.9.1","source":"CLI","execId":"default-cli"},"type":"MojoFailed"}
View Generated javadoc at I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 8.394s
Finished at: Fri Feb 06 13:16:26 GMT 2015
Final Memory: 15M/309M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc (default-cli) on project squirrel-foundation: An error has occurred in JavaDocs report generation:
Exit code: 1 - I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\Heartbeat.java:20: error: reference not found
* Adds a new command to the current Heartbeat. The command will be executed by {@link #end()}.
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\Heartbeat.java:25: warning - Tag @link: can't find end() in org.squirrelframework.foundation.component.Heartbeat
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\Observable.java:25: warning: no description for @param
* @param notifiable
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelPostProcessorProvider.java:38: warning: no @param for <T>
public <T> void register(Class<T> componentClass, SquirrelPostProcessor<? super T> postProcessor) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelPostProcessorProvider.java:38: warning: no @param for componentClass
public <T> void register(Class<T> componentClass, SquirrelPostProcessor<? super T> postProcessor) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelPostProcessorProvider.java:38: warning: no @param for postProcessor
public <T> void register(Class<T> componentClass, SquirrelPostProcessor<? super T> postProcessor) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:44: warning: no @param for <T>
public <T> T newInstance(Class<T> clz) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:44: warning: no @param for clz
public <T> T newInstance(Class<T> clz) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:44: warning: no @return
public <T> T newInstance(Class<T> clz) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:51: warning: no @param for <T>
public <T> T newInstance(Class<T> clz, Class<?>[] argTypes, Object[] args) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:51: warning: no @param for clz
public <T> T newInstance(Class<T> clz, Class<?>[] argTypes, Object[] args) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:51: warning: no @param for argTypes
public <T> T newInstance(Class<T> clz, Class<?>[] argTypes, Object[] args) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:51: warning: no @param for args
public <T> T newInstance(Class<T> clz, Class<?>[] argTypes, Object[] args) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:51: warning: no @return
public <T> T newInstance(Class<T> clz, Class<?>[] argTypes, Object[] args) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:73: warning: no @param for clazz
public void register(Class<?> clazz, Class<?> implementationClass) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:73: warning: no @param for implementationClass
public void register(Class<?> clazz, Class<?> implementationClass) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\component\SquirrelProvider.java:97: warning: no @param for <T>
public <T> Class<T> getImplementation(Class<T> clz) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ActionExecutionService.java:26: warning: no @param for bucketName
void begin(String bucketName);
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ActionExecutionService.java:41: warning: no description for @param
* @param dummyExecution
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ConverterProvider.java:50: warning: no @param for <T>
<T> Converter<T> getConverter(Class<T> clazz);
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableLinkedState.java:26: warning: no @param for stateMachine
StateMachine<? extends StateMachine<?, S, E, C>, S, E, C> getLinkedStateMachine(T stateMachine);
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableState.java:50: warning: no description for @param
* @param event
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableState.java:62: warning: no description for @param
* @param stateContext
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableState.java:89: warning: no description for @param
* @param stateContext
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableState.java:96: warning: no description for @param
* @param stateContext
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableState.java:122: warning: no description for @param
* @param stateContext
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\Visitable.java:8: error: reference not found
* Accepts a {@link #Visitor}.
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableTransition.java:44: warning: no description for @param
* @param stateContext
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\ImmutableTransition.java:72: warning: no description for @param
* @param stateContext
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachine.java:50: warning: no description for @param
* @param event
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachine.java:56: warning: no description for @param
* @param event
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachine.java:62: warning: no description for @param
* @param event
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachine.java:64: warning: no @return
S test(E event);
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachine.java:126: warning: no description for @param
* @param parentStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:87: warning: nested tag not allowed: <code>
* the same as <code>externalTransitions<code/>
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:87: error: self-closing element not allowed
* the same as <code>externalTransitions<code/>
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:87: error: element not closed: code
* the same as <code>externalTransitions<code/>
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:145: warning: no description for @param
* @param autoEvent
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:146: warning: no description for @param
* @param autoContext
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:193: warning: no description for @param
* @param finishEvent
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:199: warning: no description for @param
* @param startEvent
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineBuilder.java:205: warning: no description for @param
* @param terminateEvent
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:79: warning: no description for @param
* @param parentStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:153: error: invalid use of @return
* @return state machine identifier
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:155: warning: no @param for id
void identifier(String id);
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:160: warning: no description for @param
* @param currentStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:167: warning: no description for @param
* @param lastStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:174: warning: no description for @param
* @param initialStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:191: warning: no description for @param
* @param parentStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:192: warning: no description for @param
* @param subStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:199: warning: no description for @param
* @param parentStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:200: warning: no description for @param
* @param subStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:207: warning: no description for @param
* @param parentStateId
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:214: warning: no description for @param
* @param stateMachineType
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:221: warning: no description for @param
* @param stateClass
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:228: warning: no description for @param
* @param eventClass
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\StateMachineData.java:235: warning: no description for @param
* @param contextClass
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\TransitionResult.java:32: warning: no description for @param
* @param accepted
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\TransitionResult.java:44: warning: no description for @param
* @param targetState
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\TransitionResult.java:56: warning: no description for @param
* @param result
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\Visitable.java:12: warning - Tag @link: can't find Visitor in org.squirrelframework.foundation.fsm.Visitable
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\annotation\States.java:13: warning: no @return
State[] value();
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\fsm\annotation\Transitions.java:14: warning: no @return
Transit[] value();
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:37: warning: no @param for clazz
public static Field getField(Class<?> clazz, String fieldName) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:37: warning: no @param for fieldName
public static Field getField(Class<?> clazz, String fieldName) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:37: warning: no @return
public static Field getField(Class<?> clazz, String fieldName) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:61: warning: no @param for clazz
public static Method getMethod(Class<?> clazz, String methodName, Class<?>[] parameterTypes) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:61: warning: no @param for methodName
public static Method getMethod(Class<?> clazz, String methodName, Class<?>[] parameterTypes) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:61: warning: no @param for parameterTypes
public static Method getMethod(Class<?> clazz, String methodName, Class<?>[] parameterTypes) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:61: warning: no @return
public static Method getMethod(Class<?> clazz, String methodName, Class<?>[] parameterTypes) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:117: warning: no @param for <T>
public static <T extends Annotation> T getAnnotation(Class<?> theClass, Class<T> theAnnotation) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:429: warning: no @param for type
public static Class<?>[] getSuperclasses(Class<?> type) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:429: warning: no @return
public static Class<?>[] getSuperclasses(Class<?> type) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:446: warning: no @param for method
public static boolean isUserDefinedMethod(final Method method) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:446: warning: no @return
public static boolean isUserDefinedMethod(final Method method) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:454: warning: no @param for method
public static boolean isBeanProperty(Method method) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:454: warning: no @return
public static boolean isBeanProperty(Method method) {
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:548: warning: no @return
boolean matches(Field field);
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\ReflectUtils.java:523: warning: no @return
boolean matches(Method method);
^
I:\Projects\GitHub\squirrel\squirrel-foundation\src\main\java\org\squirrelframework\foundation\util\TypeReference.java:42: warning: no @return
public final Class<T> getRawType() {
^

Command line was: "C:\Program Files\Java\jdk1.8.0_31\jre\..\bin\javadoc.exe" @options @packages

Refer to the generated Javadoc files in 'I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs' dir.
-> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
View Generated javadoc at I:\Projects\GitHub\squirrel\squirrel-foundation\target\site\apidocs\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants