Re: Bug Pass Friday

2014-01-10 Thread Stephen F Northover
Thanks David.  I know this is painful but in the end we'll be in a 
better place.


Steve

On 2014-01-10 8:38 AM, David Grieve wrote:

I'm going  to take a pass at bugs assigned to Mick. 
https://javafx-jira.kenai.com/issues/?jql=project%20%3D%20RT%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20AND%20assignee%20%3D%20mickf

If I get through that list, I'll start in on 
https://javafx-jira.kenai.com/issues/?jql=project%20%3D%20RT%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20AND%20assignee%20%3D%20paru

These are just bugs, not tweaks or features.

On Jan 7, 2014, at 4:27 PM, Stephen F Northover  
wrote:


Hello Committers,

I'd like to organize our work for 8u20 this week.  Recall that 8u20 is about 
improving the quality of FX rather than implementing new features.

https://wiki.openjdk.java.net/display/OpenJFX/8u20

Bug Owners:

I suggest that we implement "Bug Pass Friday" where component owners and 
reviewers assess their bug backlog, clean up really old bugs that no longer apply and 
target the remaining bugs for either 8u20 or 9.  In the case of bugs that don't have 
steps or sample code (and otherwise can't be reproduced), we should close them as 
'Incomplete and ask nicely for more information:

https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report

Otherwise, please check the priority and adjust accordingly.  Of course, 
crashes, exceptions and failed functionality tend to rate high.

Component Owners:

We have bugs that are unassigned or assigned to the wrong person. Component 
owners are asked to do a pass and ensure that all bugs that are assigned are 
assigned to owners or reviewers.  Of course there will be exceptions and when 
in doubt, email the list or contact us and we will update the code ownership 
tables.

https://wiki.openjdk.java.net/display/OpenJFX/Code+Ownership

Unassigned bugs can stay that way or be assigned.  It is likely that Kevin and 
I will do a pass on the unassigned bugs at a later time but if you know that a 
bug belongs to a certain person, assign it.

This Tuesday is our first milestone and it will be uneventful because of the 
holidays.  However, starting next week, we should have a good idea about the 
work that lies ahead and how much trouble we are in!

Steve and Kevin




Re: Bug Pass Friday

2014-01-10 Thread David Grieve
I'm going  to take a pass at bugs assigned to Mick. 
https://javafx-jira.kenai.com/issues/?jql=project%20%3D%20RT%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20AND%20assignee%20%3D%20mickf

If I get through that list, I'll start in on 
https://javafx-jira.kenai.com/issues/?jql=project%20%3D%20RT%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20AND%20assignee%20%3D%20paru

These are just bugs, not tweaks or features. 

On Jan 7, 2014, at 4:27 PM, Stephen F Northover  
wrote:

> Hello Committers,
> 
> I'd like to organize our work for 8u20 this week.  Recall that 8u20 is about 
> improving the quality of FX rather than implementing new features.
> 
>https://wiki.openjdk.java.net/display/OpenJFX/8u20
> 
> Bug Owners:
> 
> I suggest that we implement "Bug Pass Friday" where component owners and 
> reviewers assess their bug backlog, clean up really old bugs that no longer 
> apply and target the remaining bugs for either 8u20 or 9.  In the case of 
> bugs that don't have steps or sample code (and otherwise can't be 
> reproduced), we should close them as 'Incomplete and ask nicely for more 
> information:
> 
> https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report
> 
> Otherwise, please check the priority and adjust accordingly.  Of course, 
> crashes, exceptions and failed functionality tend to rate high.
> 
> Component Owners:
> 
> We have bugs that are unassigned or assigned to the wrong person. Component 
> owners are asked to do a pass and ensure that all bugs that are assigned are 
> assigned to owners or reviewers.  Of course there will be exceptions and when 
> in doubt, email the list or contact us and we will update the code ownership 
> tables.
> 
>https://wiki.openjdk.java.net/display/OpenJFX/Code+Ownership
> 
> Unassigned bugs can stay that way or be assigned.  It is likely that Kevin 
> and I will do a pass on the unassigned bugs at a later time but if you know 
> that a bug belongs to a certain person, assign it.
> 
> This Tuesday is our first milestone and it will be uneventful because of the 
> holidays.  However, starting next week, we should have a good idea about the 
> work that lies ahead and how much trouble we are in!
> 
> Steve and Kevin



Re: Bug Pass Friday

2014-01-07 Thread Kevin Rushforth

As a follow-up, here are the JIRA queries that you can use.

Bug Owners:

Here is a link to your FX 9 bugs (the bugs targeted to FX 9 assigned to 
you) :


https://javafx-jira.kenai.com/issues/?jql=filter%20%3D%20%22FX%20Dev%20Bugs%20Open%22%20AND%20fixVersion%20%3D%209%20AND%20assignee%20%3D%20currentUser()%20ORDER%20BY%20assignee%20ASC%2C%20key%20ASC

And, here is a link to your FX 8u20 bugs:

https://javafx-jira.kenai.com/issues/?jql=filter%20%3D%20%22FX%208u20%20Dev%20Bugs%20Open%22%20AND%20assignee%20%3D%20currentUser%28%29%20ORDER%20BY%20assignee%20ASC%2C%20key%20ASC


Component Owners:

Here is a list is all FX 9 bugs sorted by assignee and then by Component.

https://javafx-jira.kenai.com/issues/?jql=filter%20%3D%20%22FX%20Dev%20Bugs%20Open%22%20AND%20fixVersion%20%3D%209%20ORDER%20BY%20%20assignee%20ASC%2C%20component%20ASC%2Ckey%20ASC

If you want to filter it by just your component then you would add 
"Component = Graphics" (substituting the name of your component for 
Graphics). You can then use this to look for unassigned bugs or bugs 
assigned to the wrong person in your component.


-- Steve & Kevin



Stephen F Northover wrote:

Hello Committers,

I'd like to organize our work for 8u20 this week.  Recall that 8u20 is 
about improving the quality of FX rather than implementing new features.


https://wiki.openjdk.java.net/display/OpenJFX/8u20

Bug Owners:

I suggest that we implement "Bug Pass Friday" where component owners 
and reviewers assess their bug backlog, clean up really old bugs that 
no longer apply and target the remaining bugs for either 8u20 or 9.  
In the case of bugs that don't have steps or sample code (and 
otherwise can't be reproduced), we should close them as 'Incomplete 
and ask nicely for more information:


https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report

Otherwise, please check the priority and adjust accordingly.  Of 
course, crashes, exceptions and failed functionality tend to rate high.


Component Owners:

We have bugs that are unassigned or assigned to the wrong person. 
Component owners are asked to do a pass and ensure that all bugs that 
are assigned are assigned to owners or reviewers.  Of course there 
will be exceptions and when in doubt, email the list or contact us and 
we will update the code ownership tables.


https://wiki.openjdk.java.net/display/OpenJFX/Code+Ownership

Unassigned bugs can stay that way or be assigned.  It is likely that 
Kevin and I will do a pass on the unassigned bugs at a later time but 
if you know that a bug belongs to a certain person, assign it.


This Tuesday is our first milestone and it will be uneventful because 
of the holidays.  However, starting next week, we should have a good 
idea about the work that lies ahead and how much trouble we are in!


Steve and Kevin