Menu

#354 New potential infinite recursion rule

open
nobody
None
5
2013-02-16
2011-09-24
Chris Mair
No

InfiniteRecursion rule(s):
WebSpider() {
WebSpider w = new WebSpider();
}

String foundType() {
return this.foundType();
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.