-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: Windows XP
I get this error when dep. analyzis w/ hudson.
(Note that the build completes successfully).
It's a multimodule build.
Stacktrace:
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 minutes
[INFO] Finished at: Wed Nov 05 00:33:07 CET 2008
[INFO] Final Memory: 53M/155M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: XXX
channel stopped
[WARNINGS] Parsing warnings in log file...
[WARNINGS] A total of 0 annotations have been found for priority HIGH
[WARNINGS] A total of 0 annotations have been found for priority NORMAL
[WARNINGS] A total of 0 annotations have been found for priority LOW
FATAL: Index: 0, Size: 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at
hudson.plugins.dependencyanalyzer.DependencyAnalyzerResultBuilder.buildResult(DependencyAnalyzerResultBuilder.java:36)
at
hudson.plugins.dependencyanalyzer.DependencyAnalyzerPublisher.perform(DependencyAnalyzerPublisher.java:51)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:319)
at hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:452)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:292)
at hudson.model.Run.run(Run.java:837)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:204)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:88)
- duplicates
-
JENKINS-2833 java.lang.IndexOutOfBoundsException produced by Dependency Analyzer
- Closed