facebook

3.7RC2 generates invalid JavaDoc for Struts Actions

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203357 Reply

    Here is what is generated:

    
        /** 
         * Method execute
         * @param ActionMapping mapping
         * @param ActionForm form
         * @param HttpServletRequest request
         * @param HttpServletResponse response
         * @return ActionForward
         * @throws Exception
         */
        public ActionForward execute(
    

    This should what should be generated:

    
        /** 
         * Method execute
         * @param mapping
         * @param form
         * @param request
         * @param response
         * @return ActionForward
         * @throws Exception
         */
        public ActionForward execute(
    
    #203358

    Sorry… mean to post this in the bug forum.

    #203360

    Riyad Kalla
    Member

    Thank you for the report, sometimes details like this get overlooked and we really appreciate the users pointing it out for us.

    #203362

    Scott Anderson
    Participant

    It will be fixed for 2.7/3.7 GA, now that we know about it. Thanks again for reporting it.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: 3.7RC2 generates invalid JavaDoc for Struts Actions

You must be logged in to post in the forum log in