Menu

#407 JCompiler buildtools problem

minor bug
closed-fixed
5
2001-03-23
2001-03-23
No

If the Java file has no 'package' line,
buildtools.JavaUtils.getFullClassname() prends a period
to the class name. Eg, calling it with ("foo.java"),
where 'foo.java' has no package, will return '.foo'.

As far as I know, this only affects the 'Run Java'
plugin.

Discussion

  • Dirk Möbius

    Dirk Möbius - 2001-03-23

    Logged In: YES
    user_id=9521

    Thanks, fixed. Soon on CVS.

     
  • Dirk Möbius

    Dirk Möbius - 2001-03-23
    • assigned_to: nobody --> dmoebius
    • status: open --> closed-fixed
     

Log in to post a comment.