[Building Sakai] Has anyone seen this Stack Overflow in Lessons?

Bryan Holladay holladay at longsight.com
Fri Sep 5 06:16:48 PDT 2014


I just filed a jira https://jira.sakaiproject.org/browse/LSNBLDR-421 and
was wondering if anyone has seen this Stack Overflow and if there's a fix
out there.

I compared 10.x to trunk and there were no differences for
tool/src/java/org/sakaiproject/lessonbuildertool/service/LessonsAccess.java

Looking at the code, I don't see how it can ever not be a StackOverflow:

...

Set<Path> getPagePaths(long pageId, Set<Long>seen) {

...

items = dao.findPageItemsBySakaiId(Long.toString(pageId));

...

for (SimplePageItem item: items) {

...

Set<Path> paths = getPagePaths(item.getPageId(), seen);

...

}


Thanks,

Bryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140905/4bbc6bc1/attachment.html 


More information about the sakai-dev mailing list