Skip to main content
  • Create account
  • Log in
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1286)
  4. JAutodoc

JAutodoc

JAutodoc
387
11
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2020-06 (4.16)
2020-03 (4.15)
2019-12 (4.14)
2019-09 (4.13)
2019-06 (4.12)
2019-03 (4.11)
2018-12 (4.10)
2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)
Neon (4.6)
Mars (4.5)
Luna (4.4)
Kepler (4.3)
2020-09 (4.17)
2020-12 (4.18)
2021-03 (4.19)

https://dl.bintray.com/mkesting/jautodoc/update/latest/

Learn more...

Details Group Tabs

Details

JAutodoc is an Eclipse Plugin for automatically adding Javadoc and file headers to your source code. It optionally generates initial comments from element name by using Velocity templates for Javadoc and file headers. The main features are

  • Complete, keep or replace existing Javadoc
  • Create initial comments from element name
  • Getter/Setter comments from related field comment
  • Add/Replace file headers
  • Velocity templates for Javadoc and headers
  • Ant Task for Eclipse
  • Support for Package Javadoc
  • Search for missing Javadoc and file headers

 

Categories:
  • Code Management,
  • Documentation,
  • Editor,
  • IDE,
  • Search
Tags:
  • javadoc,
  • templates,
  • file header,
  • velocity
Additional Details
Eclipse Versions: 
2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
Martin Kesting
Date Created: 
Mon, 2006-08-21 10:11
Development Status: 
Production/Stable
License: 
EPL
Date Updated: 
Fri, 2021-01-15 10:16
Submitted by: 
Martin Kesting
Screenshots
Metrics
DateRankingInstallsClickthroughs
January 202171/874561 (0.25%)14
December 202070/9191142 (0.27%)16
November 202069/9251245 (0.27%)18
October 202063/9271392 (0.3%)26
September 202059/8941378 (0.31%)24
August 202057/8671159 (0.31%)27
July 202056/8701333 (0.32%)32
June 202063/8671307 (0.3%)29
May 202071/8761453 (0.3%)36
April 202067/8911634 (0.31%)33
March 202063/8921673 (0.3%)32
February 202057/8851655 (0.34%)27
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 3

CountError Message
3Cannot continue the operation. There is another install operation in progress.
Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for JAutodoc.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Saturday, January 16, 2021 - 08:30

Reviews Sign in to post reviews

glovatouhj's picture

Can't export preferences with Java > 8

Submitted by Giovanni Lovato on Wed, 2019-03-20 04:20

Running Eclipse with Java > 8 (I'm on Java 11) when trying to export JAutodoc preferences to XML this exception is thrown:

java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext
	at net.sf.jautodoc.utils.JAXBSerializer.doExport(JAXBSerializer.java:43)
	at net.sf.jautodoc.preferences.PreferenceSerializer.doExport(PreferenceSerializer.java:40)
	at net.sf.jautodoc.preferences.MainPreferencePage.performExport(MainPreferencePage.java:478)
	at net.sf.jautodoc.preferences.MainPreferencePage.access$2(MainPreferencePage.java:467)
	at net.sf.jautodoc.preferences.MainPreferencePage$3.widgetSelected(MainPreferencePage.java:187)
mmisingnamecp2's picture

Re: Can't export preferences with Java > 8

Submitted by Martin Kesting on Wed, 2019-03-27 18:33

Fixed with new version 1.14.1

glovatouhj's picture

Not available in 2019-03 M2

Submitted by Giovanni Lovato on Thu, 2019-02-21 02:16

Great integration of JAutodoc with Eclipse! I'm testing 2019-03 M2 right now, and unfortunately, the plugin isn't available in the Marketplace.

mmisingnamecp2's picture

Re: Not available in 2019-03 M2

Submitted by Martin Kesting on Sun, 2019-03-03 14:57

... and thanks for reporting. New Eclipse versions have to be explicitly enabled for the plugin in the Marketplace. I wasn’t aware of that.

mmisingnamecp2's picture

Re: Not available in 2019-03 M2

Submitted by Martin Kesting on Sat, 2019-03-02 14:01

Should be available now.

aram6we's picture

Error in installing JAutoDoc in Photon

Submitted by Ashok Ram on Wed, 2018-08-15 03:37

Hi,

Please check I am getting this below error message while intalling the JAutoDoc

An error occurred while installing the items
session context was:(profile=_Users_ashokram_Ashok_Applications_Eclipse.app_Contents_Eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]net.sf.jautodoc 1.14.0, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
Could not acquire the framework manipulator service.
Could not acquire the framework manipulator service.

Environment

  1. Mac - 10.13.6
  2. Eclipse Version - Oxygen.3a Release (4.7.3a), Build id: 20180405-1200
mmisingnamecp2's picture

Re: Error in installing JAutoDoc in Photon

Submitted by Martin Kesting on Thu, 2018-08-16 15:56

Sorry, but this doesn't seems to be a problem of JAutodoc. Looks like a general problem of your Eclipse installation: "Could not acquire the framework manipulator service". Are you able to install other plugins?

erandall's picture

A useful deflector for agressive checkstyle rules

Submitted by Ed Randall on Mon, 2016-12-12 12:01

A useful tool, in so far as it goes.
In my experience this tool is used to save time with satisfying some corresponding Checkstyle rules.
Beware that mindlessly generating Javadoc comments on otherwise documented classes adds little, if any, value. Developers need to learn to actually write some *meaningful* comments in the generated fields, but very few do so.

A link from the marketplace description above, into the actual JAutodoc site jautodoc.sourceforge.net would not go amiss.

vtranmy1's picture

Bug in Eclipse Luna SR2 (eclipse-jee-luna-SR2-win32-x86_64)

Submitted by Vu Tran on Sat, 2015-05-16 12:13

I installed JAutodoc plugin after updated to Eclipse Luna SR2, but it doesn't appear in context menu.
I think this is a but of JAutodoc. Please check!

mmisingnamecp2's picture

Normally it works fine with

Submitted by Martin Kesting on Wed, 2015-05-20 17:53

Normally it works fine with Luna. Please check the Error Log View and "Help->Installation Details".
It would be easier, when you reply by mail. My address is on the JAutodoc website.

rvanbuuren's picture

Really useful

Submitted by René Van Buuren on Sun, 2014-01-26 08:03

This plugin does what it says it will and has already saved me a bunch of time. I recommend it.

Markets

  • Eclipse Project (5)
  • Tools (1286)
    • Application Development Frameworks (155)
    • Application Management (27)
    • Application Server (37)
    • BIRT (10)
    • Build and Deploy (102)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (115)
    • Collaboration (35)
    • Database (45)
    • Database Development (33)
    • Database Persistence (17)
    • Documentation (59)
    • Eclipse Kura (64)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (8)
    • Editor (331)
    • Entertainment (14)
    • General Purpose Tools (120)
    • Graphics (32)
    • IDE (326)
    • Internet of Things (IoT) (33)
    • J2EE Development Platform (42)
    • J2ME (6)
    • Languages (148)
    • Linux Tools (18)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (89)
    • Modeling Tools (141)
    • Mylyn Connectors (18)
    • Network (13)
    • Other (71)
    • Process (19)
    • Profiling (22)
    • Programming Languages (97)
    • Reporting (33)
    • Rich Client Applications (38)
    • Science (5)
    • SCM (17)
    • Search (39)
    • SOA Development (15)
    • Source Code Analyzer (96)
    • Systems Development (53)
    • Team Development (55)
    • Testing (86)
    • Tools (550)
    • UI (90)
    • UML (40)
    • Web (89)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (35)
    • XML (30)
  • IoT (114)
    • Eclipse Kura (64)
    • Eclipse SmartHome (46)
  • RCP Applications (78)
  • Training & Consulting (52)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Eclipse Code Recommenders
  • Telosys code generator for Java, JavaScript, Python, NodeJS, PHP, C#, JavaEE, Spring, JAX-RS, VueJS, Angular, JPA, etc
  • WFE Wordfile Editor
  • CASTLE Searching
  • Design and Verification Tools (DVT) IDE for e, SystemVerilog, VHDL, and PSS

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top