Menu

#28 TextFileLoader::getFile() resursion

0.9
closed-fixed
Data Holder (1)
5
2006-04-04
2006-02-28
Anonymous
No

In the class org.as2lib.io.file.TextFileLoader there is
code:

...
public function getFile(Void):File {
return getFile();
}
...

I think you meant, following:

public function getFile(Void):File {
return super.getFile();
}

Discussion

  • Simon Wacker

    Simon Wacker - 2006-04-04
    • status: open --> closed-fixed
     
  • Simon Wacker

    Simon Wacker - 2006-04-04

    Logged In: YES
    user_id=922171

    Has been fixed a long time ago (check out the CVS).
    Should have been getTextFile.

    Thanks for the report!

     

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.