This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182328 - Misspelled word in javadoc for getDataSet() method
Summary: Misspelled word in javadoc for getDataSet() method
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: PC All
: P4 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 17:46 UTC by Andrei Chistiakov
Modified: 2011-06-16 19:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2010-03-18 17:46:18 UTC
Product Version: NetBeans IDE Dev (Build 201003180200)
Java: 1.6.0_07; Java HotSpot(TM) 64-Bit Server VM 1.6.0_07-b06-57
System: Mac OS X version 10.5.6 running on x86_64; MacRoman; en_US (nb)

To reproduce:
- create MobileApplication
- in Visual Designer, add DataSet to the application
- in Navigator select dataSet and invoke Go  To Source
- in source code find the following piece

    //<editor-fold defaultstate="collapsed" desc=" Generated Getter: dataSet ">
    /**
     * Returns an **initiliazed** instance of dataSet component.
     * @return the initialized component instance
     */
    public DataSet getDataSet() {

The misspelled word is surrounded by **.
Comment 1 Anton Chechel 2011-06-15 13:02:34 UTC
fixed
http://hg.netbeans.org/jet-main/rev/7eff3c5e233c
Comment 2 Quality Engineering 2011-06-16 19:59:50 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7eff3c5e233c
User: Anton Chechel <manowar@netbeans.org>
Log: #182328: misspelled word