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 206899 - JavaDoc incomplete in Mobility
Summary: JavaDoc incomplete in Mobility
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 10:31 UTC by SchlachtGeist
Modified: 2014-01-20 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JavaDoc Settings (114.06 KB, image/png)
2013-04-16 09:17 UTC, SchlachtGeist
Details
JavaDoc incomplete (357.90 KB, image/png)
2013-04-16 09:20 UTC, SchlachtGeist
Details
Javadoc for ME workaround (13.32 KB, image/png)
2013-04-16 11:43 UTC, Roman Svitanic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SchlachtGeist 2012-01-04 10:31:17 UTC
In Mobility Module the generated JavaDoc was incomplete. For example in Java ME Project all package.html and overview.html was ignored in the generated JavaDoc. In the standard Java Module (for example Java SE Projekt) is no problem, the generated JavaDoc was complete with package- and overview-descriptions.

After resolving this issue, a good idea were to get more settings for JavaDoc in Mobility Projects, like Java SE Projekts.
Comment 1 David Strupl 2013-04-09 11:22:57 UTC
Assigning to the new owner of javame modules.
Comment 2 Roman Svitanic 2013-04-12 15:56:21 UTC
In NetBeans 7.3 JavaDoc for Java SE and Java ME looks same. If your issue has not been resolved in latest NetBeans, please reopen with more detailed information. Otherwise, please leave closed.
Comment 3 SchlachtGeist 2013-04-16 09:17:53 UTC
Created attachment 133515 [details]
JavaDoc Settings

The JavaDoc settings in Java ME and Java SE projects are not identical
Comment 4 SchlachtGeist 2013-04-16 09:20:48 UTC
Created attachment 133516 [details]
JavaDoc incomplete

The JavaDoc in Java ME projects still incomplete in NetBeans 7.3. The package.html and overview.html was ignored in the generated JavaDoc.
Comment 5 Roman Svitanic 2013-04-16 11:43:31 UTC
Created attachment 133521 [details]
Javadoc for ME workaround

Thanks for details. You can use following workaround until it will be fixed in release:

Edit nbproject/build-impl.xml and insert following lines in javadoc target:

<copy todir="${buildsystem.baton}">
    <fileset dir="${src.dir}" includes="**/*.html"/>
</copy>

Please see attachment for details.
Comment 6 Roman Svitanic 2013-04-23 15:56:43 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/58effdb5abc3
Comment 7 Quality Engineering 2013-04-28 02:16:37 UTC
Integrated into 'main-golden', will be available in build *201304272301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/58effdb5abc3
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #206899 - JavaDoc incomplete in Mobility
Comment 8 SchlachtGeist 2013-12-18 13:59:11 UTC
The issue is not complete solved. I'm tested with NetBeans 7.4 release and the handling of package description (package.html) is solved. But the Overview (overiew.html) is even in the current release ignored.
Comment 9 Roman Svitanic 2014-01-20 10:23:32 UTC
The original issue was fixed. Possibility to add the additional Javadoc options in this case could be considered as an enhancement. There are no current plans to enhance Java ME 3.x support with new features, since it has been replaced with Java ME 8. 

Moreover this feature has already been implemented in Java ME 8 support which will be part of NetBeans 8.0 release and it's also available in the current NetBeans daily builds.