[ 
https://issues.apache.org/jira/browse/NETBEANS-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246559#comment-17246559
 ] 

Wayne Wilson edited comment on NETBEANS-5120 at 12/9/20, 2:21 PM:
------------------------------------------------------------------

[~nb-user-2019]

It's version 12.0 that I'm using, not 12.2. The IDE doesn't update itself, only 
the plugins (which I would consider to be a bug on its own), and I don't 
manually update to every minor version as that would be an immense waste of 
time, given that there's a new one every week....

It turns out that on the class files, it only happens sometimes. However on the 
package-info files, if you remove every single line (this includes license and 
blank lines) except the one containing "package ...;" then add a line above 
that one, and put "/***" in that new line, it deadlocks the IDE. The same 
happens if you do the same steps except the new line part and put the "/***" 
before "package ...;" in the same line... It does the same if you follow all 
the steps above then copy and paste the Javadoc block instead of trying to 
write it.


was (Author: ww91):
[~nb-user-2019]

It's version 12.0 that I'm using, not 12.2. The IDE doesn't update itself, only 
the plugins (which I would consider to be a bug on its own), and I don't 
manually update to every minor version as that would be an immense waste of 
time, given that there's a new one every week....

It turns out that on the class files, it only happens sometimes. However on the 
package-info files, if you remove every single line (this includes license and 
blank lines) except the one containing "package ...;" then add a line above 
that one, and put "/**" in that new line, it deadlocks the IDE. The same 
happens if you do the same steps except the new line part and put the "/**" 
before "package ...;" in the same line... It does the same if you follow all 
the steps above then copy and paste the Javadoc block instead of trying to 
write it.

> Javadoc blocks freezing IDE
> ---------------------------
>
>                 Key: NETBEANS-5120
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5120
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Javadoc
>    Affects Versions: 12.0
>            Reporter: Wayne Wilson
>            Priority: Major
>              Labels: JavaDoc, netbeans-12
>
> When placing a Javadoc block in the first line of a file, it crashes the IDE.
>  This issue occurs in basic Java files, but also in package-info files, as 
> well.
> This issue also occurs if there are less than 3 lines following the end of 
> the Javadoc Block.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to