ryerrabelli / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

JavaDoc error #417

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Documentation for Box class has an error.  Clearly "name" is not a parameter 
for this constructor.

Box

public Box(Vector3f min,
           Vector3f max)

    Constructor instantiates a new Box object.

    The minimum and maximum point are provided, these two points define the shape and size of the box but not it’s orientation or position. You should use the #setLocalTranslation() and #setLocalRotation() methods to define those properties.

    Parameters:
        name - the name of the box.
        min - the minimum point that defines the box.
        max - the maximum point that defines the box.

Original issue reported on code.google.com by rico16...@gmail.com on 9 Nov 2011 at 6:55

GoogleCodeExporter commented 8 years ago
Actually what I should have said is that none of the constructors have a String 
name as a parameter.

Original comment by rico16...@gmail.com on 9 Nov 2011 at 6:57

GoogleCodeExporter commented 8 years ago
Which version/build did you see that in? I looked in today's SVN checkout of 
the trunk and don't see it there, so I assume this has been fixed by someone 
else.

Original comment by roo...@gmail.com on 9 Nov 2011 at 7:07

GoogleCodeExporter commented 8 years ago
The aformentioned constructor does not have the issue described in the bug 
report.

Original comment by ShadowIs...@gmail.com on 1 Jun 2012 at 3:47