-
Notifications
You must be signed in to change notification settings - Fork 13
clarify factoids metrics and values #148
Comments
Some factoid metrics should have been improved with commit b243dd5. However, we will check some of those that are related to our deliverables. |
Thank you for brining the documentation issue to us. The factoids were directly ported to Scava from OSSMETER. We will update these as soon as we can.
I would suggest that you raise this during the meeting in Paris. Perhaps Davide or Yannis maybe able to justify the reasoning behind this decision to implement the star rating in OSSMETER.
With regards to the number of stars, I believe the higher number of 'STARS' relates to a more positive outcome. Again this is based on reading the code, I would suggest to also raise this is Paris.
Regarding the strange character you are witnessing are related to an error in the calculations ported from OSSMETER. Essentially, the current code does not prevent the calculation from dividing by 0. Since the code converts from a
You are correct. Currently, Scava requires the user to specify the date range for analysis for a project, either through a fixed date analysis (were a user specifies a start and end date for analysis) or via a daily analysis (were the user only specifies a start date). I know the information to calculate, let's say the number of days of analysis, can be calculated from information within the database. However, I am unsure to whom is responsible for making this visible to an end user. I agree with you that this information is vital when interpreting the factoids.
Looking at the information you provided to us, the factoids that are returning |
This commit solves somme issues indicated in issue #148
We need to do a check pass on factoids accuracy and the question raised in this issue. Who can help ? |
Hello @mhow2, First of all, it seems that at a the day you raised the bug, I didn't understand correctly that there was an issue with the weekly factoid. Now, I have checked and yes, there was an issue with but with the transient metric that was charged of calculating the percentage of comments per day. In this case, the error is that it was setting a percentage of 14.29 when the days did not have any comments. This issue was happening with its similar version but of newsgroups. I have pushed the changes in 3a95498. However, it might be too late for projects that have been already analyzed. Concerning with the documentation of factoids. This will be done by @nnamokon, he will explain which are the reasons or the the ranges to give specific stars to the projects. With respect to the factoids that are |
I have started to have a closer look to factoids in SCAVA:
Can we please clarify the following:
summary
on/factoids
are documentedorg.eclipse.scava.factoid.bugs.weekly.BugsChannelWeeklyFactoid
which tells"The busiest day of the week is Sunday (14.29% of reports and comments), while the least busy day is Sunday (14.29%) (Monday: 14.29%, Tuesday: 14.29%, Wednesday: 14.29%, Thursday: 14.29%, Friday: 14.29%, Saturday: 14.29%).\n"
, has stars :FOUR
. Taking aside that the values looks wrong, I don't understand how we can express this kind of facts with stars in the end./f
) text mention strange chars like(� %)
null
valueThe text was updated successfully, but these errors were encountered: