You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Wayne Wilson (Jira)" <ji...@apache.org> on 2020/12/09 14:22:00 UTC

[jira] [Comment Edited] (NETBEANS-5120) Javadoc blocks freezing IDE

    [ 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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