At 11:26 PM 6/5/2006, you wrote:
DailyProjectDependency.java is used by non-telemetry analyses. I
think those analysis are written by you. I did not touch anything here.
Should this version go away? I can change the Workspace Dependency
analysis to use the DailyProjectDependency2 implementation.
DailyProjectDependency2.java is used by dependency telemetry reducer.
Ok. This version is also used by the Daily Project Details analysis,
which shows that there is a bug (HACK-727) in this
implementation. Have you ran a telemetry report on the reducer lately?
thanks, Aaron
Cheers,
Cedric
Aaron Kagawa wrote:
Hey Guys,
There is two DailyProject implementations of Dependency,
DailyProjectDependency.java and
DailyProjectDependency2.java. Which one is the current one? I
suspect DailyProjectDependency2.java.
Cedric can you confirm? We probably should have only one.
I addition I found a couple more issues:
1) the Workspace Dependency analysis is still using
DailyProjectDependency.java. And it doesn't appear to be working.
See HACK-732 <http://hackydev.ics.hawaii.edu:8080/browse/HACK-732>
2) the Daily Project Details analysis doesn't show Dependency data
and it is using DailyProjectDependency2.java. See HACK-727
<http://hackydev.ics.hawaii.edu:8080/browse/HACK-727> . I tried to
fix this issue using the same techniques i used in HACK-719
<http://hackydev.ics.hawaii.edu:8080/browse/HACK-719> , but I ran
into a couple problems and wasn't able to fix it.
Anyway.. back to the main question.. Which implementation should I
be focusing on and trying to fix?
thanks, Aaron
ps. I just want to get these DailyProject implementations working
before we refactor them based on Philip's work with the
DailyProejctFileMetric redesign.