Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Histogram tail fix. Wrong parameter passed to GetRange() #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aleshi
Copy link

@aleshi aleshi commented Sep 15, 2017

Exception:
System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Whitesource.Agent.Report.ReportGenerator.CreateLicenseHistogram(CheckPoliciesResult result) in C:\softwaredistribution\nant-task\whitesource-nant\Whitesource.Agent\Report\ReportGenerator.cs:line 251

System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
   at Whitesource.Agent.Report.ReportGenerator.CreateLicenseHistogram(CheckPoliciesResult result) in C:\softwaredistribution\nant-task\whitesource-nant\Whitesource.Agent\Report\ReportGenerator.cs:line 251
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant