Wednesday, October 7, 2009

@see autogeneration

Greetings, this post is for programmers.

For everyone left, I thought of making an IDE plugin that would generate Javadoc for fields automatically. Namely, it would do a search for usages and insert a @see Javadoc automatically. This would help for fields in large classes. Maybe if it was used in more than 3 or 5 places it would just have a total count.
IE:
@see Method2
@see Method3
or
Used in 21 places.

No comments:

Post a Comment