rickilama54 / smartgwt

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

Javadoc issues : Report All Javadoc issues here #370

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Report All Javadoc issues here

Original issue reported on code.google.com by sanjiv.j...@gmail.com on 28 Nov 2009 at 2:37

GoogleCodeExporter commented 8 years ago
Comment 1 by archie.cobbs, Nov 19, 2009
Another Javadoc-related glitch. In the Javadoc for 
com.smartgwt.client.data.DataSource
 this appears:

    DataBinding is covered in the ${isc.DocUtils.linkForDocNode('QuickStartGuide',
    'QuickStart Guide')}, Chapter 6, Data Binding.

Looks like the "isc.DocUtils" search/replace tool was not applied correctly.

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 2:38

GoogleCodeExporter commented 8 years ago
Comment 3 by archie.cobbs, Nov 20, 2009
Another minor problem. Several Javadoc pages with example code shown in 
fixed-width
font have the spacing screwed up.

For example, com.smartgwt.client.docs.SmartArchitecture.

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 2:38

GoogleCodeExporter commented 8 years ago
Issue 335 has been merged into this issue.

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 3:19

GoogleCodeExporter commented 8 years ago
Reported by levi.mail.levi, Sep 30, 2009

SmartGWT 1.3 javadoc

Canvas snap methods point to fields Canvas.HORIZONTAL, Canvas.VERTICAL etc 
but no such fields exist.

http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widgets/Canva
s.html#setSnapAxis(java.lang.String)

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 3:19

GoogleCodeExporter commented 8 years ago
Issue 82 has been merged into this issue.

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 3:20

GoogleCodeExporter commented 8 years ago
Reported by mihai.ile, Jan 15, 2009
What steps will reproduce the problem?
There are some minor issues in methods documentation as they make reference
to Canvas.LEFT, etc. for example:

    /**
    * Alignment of this item in its cell
    *
    * @param align align Default value is Canvas.LEFT
    */
    public void setAlign(Alignment align) {
        setAttribute("align", align.getValue());
    }

There are other places in the class with this, should it be Alignment.LEFT
instead?

Original comment by sanjiv.j...@gmail.com on 28 Nov 2009 at 3:20

GoogleCodeExporter commented 8 years ago
from issue 337 : Missing ValuesManager#handleHiddenValidationErrors which 
described in 
JavaDocs.

Original comment by sanjiv.j...@gmail.com on 1 Mar 2010 at 3:41

GoogleCodeExporter commented 8 years ago
Issue 337 has been merged into this issue.

Original comment by sanjiv.j...@gmail.com on 1 Mar 2010 at 3:42

GoogleCodeExporter commented 8 years ago
If setAutoFetchData(Boolean) is true, this attribute determines whether the 
initial fetch operation should be performed via fetchData() or filterData()
Specified by: setAutoFetchAsFilter(...) in DataBoundComponent

Could be made more clear: if it is set "true", is it "fetchData()" and if it is 
false is it "filterData()" or vice-versa?

Original comment by levi.mai...@gmail.com on 21 Jan 2011 at 12:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
In ComboBoxItem undet setSortField, it says to call 
"${isc.DocUtils.linkForRef('sort')}".

Original comment by brendan....@tempusnova.com on 23 Sep 2011 at 9:21

GoogleCodeExporter commented 8 years ago
#12 is now fixed in 3.x

Original comment by smartgwt...@gmail.com on 28 Sep 2011 at 1:59

GoogleCodeExporter commented 8 years ago
#4 has still not been fixed in 3.1

Original comment by honza.st...@gmail.com on 19 Feb 2013 at 10:33

GoogleCodeExporter commented 8 years ago
#4 is now Fixed for 3.1 and 4.0.

Original comment by smartgwt...@gmail.com on 19 Feb 2013 at 7:00