DailyProjectDependency.java is used by non-telemetry analyses. I think
those analysis are written by you. I did not touch anything here.
DailyProjectDependency2.java is used by dependency telemetry reducer.
Philip once said to keep them both. I guess you have to ask Philip which
one to focus on.
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.