n2029-ndensan opened a new issue, #8494:
URL: https://github.com/apache/netbeans/issues/8494

   ### Apache NetBeans version
   
   Apache NetBeans 25
   
   ### What happened
   
   If you code as below:
   ```
   /**
    * <pre>{@code
    * Decimal uzDecimal = Decimal.valueOf(10);
    * }</pre>
    */
   ```
   
   It will be changed as follows. An error will occur during the Javadoc 
generation process at compile time.
   ```
   /**  
    * <
    * pre>{@code
    * Decimal uzDecimal = Decimal.valueOf(10);
    * }</pre>
    */
   ```
   
   
   ### Language / Project Type / NetBeans Component
   
   Java Maven Web application project
   
   ### How to reproduce
   
   If you code as below:
   ```
   /**
    * <pre>{@code
    * Decimal uzDecimal = Decimal.valueOf(10);
    * }</pre>
    */
   ```
   Setting Options
   
   [.zip](https://github.com/user-attachments/files/20074441/default.zip)
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 11 pro
   
   ### JDK
   
   JDK21
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to