Modify

Opened 17 years ago

Closed 17 years ago

#1251 closed defect (fixed)

Integer out of range error if no components in system

Reported by: anonymous Owned by: Sam Bloomquist
Priority: normal Component: ScrumBurndownPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Probably not an issue for most people- If there are no components defined in the system, the burndown tab throws an integer out of bounds exception. This is easily fixed by adding a component, but I determined this by examining the source. The error message is just the exception text.

Attachments (0)

Change History (4)

comment:1 Changed 17 years ago by anonymous

Owner: changed from Sam Bloomquist to anonymous
Status: newassigned

comment:2 Changed 17 years ago by Sam Bloomquist

Owner: changed from anonymous to Sam Bloomquist
Status: assignednew

comment:3 Changed 17 years ago by Sam Bloomquist

Status: newassigned

comment:4 Changed 17 years ago by Sam Bloomquist

Resolution: fixed
Status: assignedclosed

(In [2062]) fixes #1251 - put in a check to make sure the list of components is not empty before trying to get the first object in the list

  • also added the build and dist folders to the svn ignore list since they are generated and should never be checked in

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Sam Bloomquist.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.