[jira] [Commented] (NETBEANS-5276) FlatLAF Options Bugs

2021-01-22 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-5276:
--

For your asides with making flatlaf default, we already had a discussion on the 
mailing list. You can create a new thread and try to convince everyone :).

> FlatLAF Options Bugs
> 
>
> Key: NETBEANS-5276
> URL: https://issues.apache.org/jira/browse/NETBEANS-5276
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: August Nagro
>Priority: Major
> Attachments: flatLAF-0.png, flatLAF-1.png, flatLAF-2.png, 
> flatLAF-3.png, flatLAF-4.png
>
>
> These screenshots show some places where the UI needs tweaking with the 
> FlatLAF theme.
> The sizing of certain elements is off.
> I'll pay the developer who fixes this issue $40 USD. I know it's not much, 
> but I'd like to do my part to 'chip in' to open source!
> Product Version: Apache NetBeans IDE 12.2
> Java: 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9-18
> Runtime: OpenJDK Runtime Environment 15.0.1+9-18
> System: Linux version 5.9.16-200.fc33.x86_64 running on amd64; UTF-8; en_US 
> (nb)
> User directory: /home/user/.netbeans/12.2
> Cache directory: /home/user/.cache/netbeans/12.2
> Aside:
> FlatLAF theme should be enabled by default. The MacOS theme
> in particular is not very good with its use of dark Grey. FlatLAF also 
> handles high DPI well
> on linux by considering the font size and not just GDK_SCALE. On a standard 
> Fedora 33 install with a
> 4k monitor, both Eclipse and default-theme Netbeans have very tiny 
> buttons/icons, bordering
> on unusable. Despite it being 2021 and thus the year of the linux desktop, 
> GTK still does not
> support fractional display scaling (Intellij works fine, like FlatLAF).
> So the only option is to run eclipse or netbeans like `GDK_SCALE=2.0 
> ./netbeans`, which
> now makes the buttons/icons almost unusably big. Finally, FlatLAF should 
> become the default
> theme because it looks great, is being actively maintained, and will provide 
> uniformity across
> different platforms.



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

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

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



[netbeans] branch master updated (4afe4da -> b9b276b)

2021-01-22 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 4afe4da  Merge pull request #2685 from 
JaroslavTulach/jtulach/DataEditorNoQuestions
 new 58c8082  Enable full VSNetBeans Maven build test.
 new 898b48b  Merging with latest master
 new b9b276b  Merge pull request #2585 from 
JaroslavTulach/EnableVSCodeBuildTest

The 4913 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/java.lsp.server/vscode/src/test/suite/extension.test.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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

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



[jira] [Commented] (NETBEANS-5276) FlatLAF Options Bugs

2021-01-22 Thread August Nagro (Jira)


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

August Nagro commented on NETBEANS-5276:


> we already had a discussion on the mailing list

Ok, please ignore that feedback then. Not the hill I wish to die on.

> FlatLAF Options Bugs
> 
>
> Key: NETBEANS-5276
> URL: https://issues.apache.org/jira/browse/NETBEANS-5276
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: August Nagro
>Priority: Major
> Attachments: flatLAF-0.png, flatLAF-1.png, flatLAF-2.png, 
> flatLAF-3.png, flatLAF-4.png
>
>
> These screenshots show some places where the UI needs tweaking with the 
> FlatLAF theme.
> The sizing of certain elements is off.
> I'll pay the developer who fixes this issue $40 USD. I know it's not much, 
> but I'd like to do my part to 'chip in' to open source!
> Product Version: Apache NetBeans IDE 12.2
> Java: 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9-18
> Runtime: OpenJDK Runtime Environment 15.0.1+9-18
> System: Linux version 5.9.16-200.fc33.x86_64 running on amd64; UTF-8; en_US 
> (nb)
> User directory: /home/user/.netbeans/12.2
> Cache directory: /home/user/.cache/netbeans/12.2
> Aside:
> FlatLAF theme should be enabled by default. The MacOS theme
> in particular is not very good with its use of dark Grey. FlatLAF also 
> handles high DPI well
> on linux by considering the font size and not just GDK_SCALE. On a standard 
> Fedora 33 install with a
> 4k monitor, both Eclipse and default-theme Netbeans have very tiny 
> buttons/icons, bordering
> on unusable. Despite it being 2021 and thus the year of the linux desktop, 
> GTK still does not
> support fractional display scaling (Intellij works fine, like FlatLAF).
> So the only option is to run eclipse or netbeans like `GDK_SCALE=2.0 
> ./netbeans`, which
> now makes the buttons/icons almost unusably big. Finally, FlatLAF should 
> become the default
> theme because it looks great, is being actively maintained, and will provide 
> uniformity across
> different platforms.



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

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

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



[netbeans] branch master updated: Restart NBLS when an extension providing some NB cluster is installed/uninstalled. (#2698)

2021-01-22 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

dbalek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 2de44ca  Restart NBLS when an extension providing some NB cluster is 
installed/uninstalled. (#2698)
2de44ca is described below

commit 2de44ca42571c3c719f9183c176522c2fc4fbe8b
Author: Dusan Balek 
AuthorDate: Fri Jan 22 12:03:25 2021 +0100

Restart NBLS when an extension providing some NB cluster is 
installed/uninstalled. (#2698)
---
 java/java.lsp.server/vscode/src/extension.ts | 8 
 1 file changed, 8 insertions(+)

diff --git a/java/java.lsp.server/vscode/src/extension.ts 
b/java/java.lsp.server/vscode/src/extension.ts
index c3a78f3..9ae6b92 100644
--- a/java/java.lsp.server/vscode/src/extension.ts
+++ b/java/java.lsp.server/vscode/src/extension.ts
@@ -156,6 +156,14 @@ export function activate(context: ExtensionContext): 
VSNetBeansAPI {
 
 // find acceptable JDK and launch the Java part
 findJDK((specifiedJDK) => {
+let currentClusters = findClusters(context.extensionPath).sort();
+context.subscriptions.push(vscode.extensions.onDidChange(() => {
+const newClusters = findClusters(context.extensionPath).sort();
+if (newClusters.length !== currentClusters.length || 
newClusters.find((value, index) => value !== currentClusters[index])) {
+currentClusters = newClusters;
+activateWithJDK(specifiedJDK, context, log, true);
+}
+}));
 activateWithJDK(specifiedJDK, context, log, true);
 });
 


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

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



[jira] [Created] (NETBEANS-5278) Unable to create entities from DB tables

2021-01-22 Thread Pavan Kosaraju (Jira)
Pavan Kosaraju created NETBEANS-5278:


 Summary: Unable to create entities from DB tables
 Key: NETBEANS-5278
 URL: https://issues.apache.org/jira/browse/NETBEANS-5278
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Project
Affects Versions: 12.2
 Environment: Windows 10, NetBeans 12.2, MySQL 5.6
Reporter: Pavan Kosaraju
 Fix For: 12.2


Unable to create Entities from DB Tables. The DB has been registered properly 
and it is also displaying the DB Tables and corresponding columns properly. 
However, when I try to create the entities classes from the Database, the 
generated classes are simple stubs with the just the class structure without 
any content inside. 



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

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

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



svn commit: r45537 - /release/netbeans/KEYS

2021-01-22 Thread geertjan
Author: geertjan
Date: Fri Jan 22 11:23:25 2021
New Revision: 45537

Log:
2nd key for signing NetBeans releases for geert...@apache.org

Modified:
release/netbeans/KEYS

Modified: release/netbeans/KEYS
==
--- release/netbeans/KEYS (original)
+++ release/netbeans/KEYS Fri Jan 22 11:23:25 2021
@@ -723,3 +723,62 @@ udsTKtUSVvBKk1H6a6pU0lhrwnrkBUBCtsMAgu32
 4YMcL3aMNLepLSGmATs4asTiasNtY8g0d84XCLSqbfBPUCQKA8XgEg==
 =fH4g
 -END PGP PUBLIC KEY BLOCK-
+pub   rsa4096 2021-01-22 [SC]
+  0EEFAD6B9554FD485FF115477022397A0BFA52E9
+uid   [  ultimate ] Geertjan Wielenga (2nd key for signing NetBeans 
releases) 
+sig 37022397A0BFA52E9 2021-01-22  Geertjan Wielenga (2nd key for 
signing NetBeans releases) 
+sub   rsa4096 2025-01-22 [E]
+sig  7022397A0BFA52E9 2021-01-22  Geertjan Wielenga (2nd key for 
signing NetBeans releases) 
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQINBGAKjmsBEACnBa+UrLFxjxOfbWotXyqIv9OHbzIKs2q2n7DTRbcl62JGPzai
+Oegk8ZOFHkTn5ROyPOH12uasMVkmp0kiN8oDk7kyLJBY59aahshFZJSNm6hdpvut
+4ws3uftg50yzp/Z6zq8OjdY6OHY1eAf0X3fhSk9pSun/uKssGx5rz5xpV39lmb1J
+PFhrhnxjxWU3Lg30MHrhSydrh0mk+gTKEtFkPhqKcbWY0PDXG4d2gtI0td4UBp/E
+sYOFBvFlFm2xACDVSNkLCKcUv79fIxkCpvPPCGkB5Vj/Rz4hUDA1OXmg7gQcOWMb
+hufUxsEeTIJTGg4vYi/M87lMzzyYM4Y7fq55Eto673zf31vYN6eYgQz3Y1oM6tOc
+7mt7g7IG6LI6vrlsbfkLCq0eamhJPU9WwYSP8lZnjA20QB4pYXYpq3grlHPV9Mkz
+MHpnJrYtF0AUATnL5diub3OVkYdqtglaYd76KI9e+FAc/i4P0tDfm3IHZk9v4RKT
+57TTN7i2sXZUCsmoES1uzAY13aQnN513Bw9wEsGytcsPi3edcjydVrUvhRut2XoW
+sT93Q24bdwSPDYMGFNdc16c2WRb+BMEA4rrjSHnHyYcxlrcb36I7vixCrSnIzVNZ
+PfIKEEB/GRYCmy1av4MDjxOI48ow38GS+l6/WALhUrskiw9c/epbmBWqBQARAQAB
+tCdHZWVydGphbiBXaWVsZW5nYSA8Z2VlcnRqYW5AYXBhY2hlLm9yZz6JAlQEEwEI
+AD4WIQQO761rlVT9SF/xFUdwIjl6C/pS6QUCYAqOawIbAwUJB4YfWAULCQgHAgYV
+CgkICwIEFgIDAQIeAQIXgAAKCRBwIjl6C/pS6ZGtD/4mD8Aylg5GCxRjSzh7FRew
+5MAnCz/7RWGKVBNsjmDP9tbRagWDlU88Dx0wyZXrZM+E0gD+4REuiyOc1oHuiZCW
+8i8QyuFwD4kEvT8IcKfNRFkwHHex4O7xXH3jxF1xpciwmH5gvVj1QcDgAuvyjVeQ
+vJMp2AJXLfbVzkZL1yWS+y1K+oevJQSa0FsQ043v/Nq58HcKcaqAZBKaD9Qy71eL
+W2zwrR9QBAl/mnvxw908INgBxMGjY1KvOCRxK4Swhr6o7wAwrmfU8lw3/GQQ/bjJ
+7X6wO3kdcyjitcUeXhddIfGHJ2NiOMysTUb6xRpm5P6dGLxZEZsEnS8ZJp9c1GmO
+L0Vd4p2dfG8pg6VewVtId5VFberygzOciIPnhcJSmXH7fgc/EbpILWrp0rXALg6F
+L6OKciO27t9yvQd7LQADES2twTsrBrmVk4qRobvbVoqaqq9lqsejL0HM5ZoMdD0q
+S05Q9eg8Xu4Uoa/lY970/rzl4oipTo1DbSxVW7m8a4E05dpaq1anIzxwII8+5S5c
+VUcObJoCMgqqywfoSpBxe5idBwTqsj3jmD60Pcol61NlmIz/Nki2CbNlVNtQgZW9
+prqc320JIKdc4jk0hXD0ljSasLzo61+tEZ5+9TW12wcqaWNRANU0Ozapl1VXdV43
+fPwCWJ/FlqUp82MjZIYjdbkCDQRgCo5rARAA0azax34a1xEeWiXO2viGHw2s1DXG
+I+xq+swl1lRMwQXL0yqwWdtl9bDaAbWVhLt6tAWCKz6kXzjCblatJ0eldjHwx5v1
+8hkElEgohabdu4mR2LstMyF1DsiJi2TyIPFisoFB3EzMKoz/etwOPrJiLtJUrfYb
+BXXEMMmR1xmZtsY+byKngand2Yq5ZYXZE7gpQr0/QiDGHIMkelU/l/E8iQTcwMAJ
+wlwbVfODqLl2DXBClcmRiFC+HKr6wReF+y7MMiu2Q65WtfXJyf+aukGfawzIL2PK
+rYMofQLynMgZSyzuMVkySfrWpviTsjoyw2wwtatzsBOQlIyA0rrd79us0ZutNtd2
+HmPgbkQl1GAXdxlUEWhWTuCY+qIdYrm56Ma4MmMFowwAPnQkb6xwIeQ7bxUN6Bkv
+UvGf8RaJlMoOcKcoMIbNtBIeCMudWkNT2fjJ4G67b1szpgkocs1LZNuUb0Fbtqyz
+n7/fWAuNsHJEp7b+pZvxZLwT776ZX0JQ0PTOPWRW/PQl0GB/FXTIo/+PVz0PvM9y
++47D4ImfpyGSfCP2fKLDQhnVrNm7pfiaGLY+AbAU6o5/0J1X/mVczctjXv2SB2Ei
+pkLq7IueRwXWs/rHdJ5heAj5A0M1AzTDbZA44Dwx94+2u3YWmctyrtIJ1wUfz0ne
+6vLz1Ekklb5rH6MAEQEAAYkCPAQYAQgAJhYhBA7vrWuVVP1IX/EVR3AiOXoL+lLp
+BQJgCo5rAhsMBQkHhh9YAAoJEHAiOXoL+lLpGQ8P/jKI1aDXNp4Ef4kOjxshdGKq
+C1u2V9cfDdk//Byrl0rXHGDrrWUlxjCRVXIJOHragOGL9DoHJZY7YvgVxCWbgBsj
+XQKzkf0m7I6ZoB3aJgANrIOVdEe1TZZqLIO0fQzOwSvGtmLTK12ykjK4kaQo5tvK
+aLBF6kIXcYTgClZm9hWqOuYQDJ3zNDkZU3sb3Z+N5BgTEmKLX2jGce2/1ydt/4c0
+MF7w84UZhVarYSTNrmVAAa4ThrMfJj6GTbXwncfsWUbHz0vbPHhpToZ4XwVlAnOU
+0c3/vW3LpXxLrxSQy9SCKRVbMgg5IB1hFkmS2CmdjrH24KcNNE0F+usiDISXFqTy
+xRFv5fHsaeBjwF9bXqrhKRhpAH8E+VTISg8v13AUGfSzdY/yBK2j/TNr5wEMEzyX
+mCEDQp3jT0M2Y6OhaWqIC/lZSuRdI1nEC0VKoiGxDgUFTOm5kD9o/JUl7IOPFsIN
+/puw5V5lwbTY4qA9FBqOY7OLgZq5gkpLhAdfSddi2MXcP9V8mxqsASzn6aIljGZ2
+CDN9gNfgiY+zvcAfHJ0hWn19qJQ9WjDl1KPhXXNJHKrKeb6qAcc9sfmPTyaNFfEL
+xz9D35cZV/a63Czr8r1xdWDWKg/Y7Xo8GVSZIJfaVn1WSRwQFjgjGXldGHWeMNXm
+hQOFz/oDYW4o0H6HN0BS
+=nY2y
+-END PGP PUBLIC KEY BLOCK-
\ No newline at end of file



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

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



[jira] [Created] (NETBEANS-5279) Assertions being continually thrown when editing HTML files

2021-01-22 Thread Owen Savill (Jira)
Owen Savill created NETBEANS-5279:
-

 Summary: Assertions being continually thrown when editing HTML 
files
 Key: NETBEANS-5279
 URL: https://issues.apache.org/jira/browse/NETBEANS-5279
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
Reporter: Owen Savill


java.lang.AssertionError: should never have two equal TokenSequence 
TokenSequence for text/x-php5/text/html/text/javascript/text/html at 
tokenIndex=0. TokenList contains 2 tokens:
*[0]: "<" F(1) TAG_OPEN_SYMBOL[18] FlyT, la=1, st=HLS(hc=83771563,s=8), 
@39606b82
T[1]: "script" F(6) TAG_OPEN[5] FlyT, la=1, 
st=HLS(hc=1834408872,s=9,es=1,tag=script), @7b99526f

text/html, LH: org.netbeans.api.html.lexer.HTMLTokenId$1
 at 
org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:258)
 at 
org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:255)
 at java.base/java.util.TimSort.gallopRight(TimSort.java:660)
 at java.base/java.util.TimSort.mergeAt(TimSort.java:500)
 at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:461)
 at java.base/java.util.TimSort.sort(TimSort.java:254)
 at java.base/java.util.Arrays.sort(Arrays.java:1515)
 at java.base/java.util.ArrayList.sort(ArrayList.java:1750)
 at java.base/java.util.Collections.sort(Collections.java:179)
 at 
org.netbeans.modules.web.indent.api.LexUtilities.getEmbeddedTokenSequences(LexUtilities.java:255)
 at 
org.netbeans.modules.web.indent.api.LexUtilities.createCodeBlocks(LexUtilities.java:305)
 at 
org.netbeans.modules.web.indent.api.support.AbstractIndenter.calculateIndentation(AbstractIndenter.java:283)
 at 
org.netbeans.modules.web.indent.api.support.AbstractIndenter.reindent(AbstractIndenter.java:210)
 at 
org.netbeans.modules.html.editor.indent.HtmlIndentTask.reindent(HtmlIndentTask.java:49)
 at 
org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:548)
 at 
org.netbeans.modules.editor.indent.TaskHandler.runTasks(TaskHandler.java:309)
 at org.netbeans.modules.editor.indent.IndentImpl.reindent(IndentImpl.java:282)
 at org.netbeans.modules.editor.indent.api.Indent.reindent(Indent.java:146)
 at 
org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor$1$1.run(HtmlTypedTextInterceptor.java:168)
 at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:296)
 at 
org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor$1.run(HtmlTypedTextInterceptor.java:164)
 at 
org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor.indentLineAfterTagClosingSymbol(HtmlTypedTextInterceptor.java:180)
 at 
org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor.insert(HtmlTypedTextInterceptor.java:112)
 at 
org.netbeans.modules.editor.lib2.typinghooks.TypedTextInterceptorsManager$Transaction.textTyped(TypedTextInterceptorsManager.java:91)
 at org.netbeans.editor.BaseKit$DefaultKeyTypedAction$3.run(BaseKit.java:1250)
 at 
org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:333)
 at 
org.netbeans.editor.BaseKit$DefaultKeyTypedAction.actionPerformed(BaseKit.java:1231)
 at 
org.netbeans.editor.ext.ExtKit$ExtDefaultKeyTypedAction.actionPerformed(ExtKit.java:1055)
 at 
org.netbeans.modules.csl.core.CslEditorKit$GsfDefaultKeyTypedAction.actionPerformed(CslEditorKit.java:231)
 at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
 at 
java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
 at java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
 at java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948)
 at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
 at java.desktop/java.awt.Component.processEvent(Component.java:6412)
 at java.desktop/java.awt.Container.processEvent(Container.java:2263)
 at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
 at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
 at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
 at 
java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
 at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4892)
 at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
 at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
 at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
 at ja

[jira] [Updated] (NETBEANS-5278) Unable to create entities from DB tables

2021-01-22 Thread Pavan Kosaraju (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavan Kosaraju updated NETBEANS-5278:
-
Description: 
Unable to create Entities from DB Tables. The DB has been registered properly 
and it is also displaying the DB Tables and corresponding columns properly. 
However, when I try to create the entities classes from the Database, the 
generated classes are simple stubs with the just the class structure without 
any content inside.  The detailed error is as follows:

java.lang.NullPointerException: Cannot invoke 
"com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
 because "this.discoveredProcs" is null
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
 at 
com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$3(JavaCompiler.java:930)
 at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:330)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:683)
 at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1434)
 at com.sun.tools.javac.model.JavacElements.nameToSymbol(JavacElements.java:262)
 at 
com.sun.tools.javac.model.JavacElements.unboundNameToSymbol(JavacElements.java:196)
 at com.sun.tools.javac.model.JavacElements.doGetElement(JavacElements.java:182)
 at 
com.sun.tools.javac.model.JavacElements.doGetTypeElement(JavacElements.java:172)
 at 
com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:160)
 at 
com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:85)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$EntityClassGenerator.generateRelationship(JavaPersistenceGenerator.java:1439)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$ClassGenerator.run(JavaPersistenceGenerator.java:866)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$2.run(JavaPersistenceGenerator.java:577)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$2.run(JavaPersistenceGenerator.java:571)
 at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673)
 at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
 at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
 at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
 at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
 at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
 at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
 at 
org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator.runImpl(JavaPersistenceGenerator.java:571)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator.run(JavaPersistenceGenerator.java:379)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator.generateBeans(JavaPersistenceGenerator.java:206)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator.generateBeans(JavaPersistenceGenerator.java:149)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPWizard.createBeans(RelatedCMPWizard.java:391)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPWizard.acce

[jira] [Updated] (NETBEANS-5278) Unable to create entities from DB tables

2021-01-22 Thread Pavan Kosaraju (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavan Kosaraju updated NETBEANS-5278:
-
Description: 
Unable to create Entities from DB Tables. The DB has been registered properly 
and it is also displaying the DB Tables and corresponding columns properly. 
However, when I try to create the entities classes from the Database, the 
generated classes are simple stubs with the just the class structure without 
any content inside.  The detailed error is as follows:

java.lang.NullPointerException: Cannot invoke 
"com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
 because "this.discoveredProcs" is null
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
 at 
com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$3(JavaCompiler.java:930)
 at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:330)
 at com.sun.tools.javac.code.Symbol.complete(Symbol.java:683)
 at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1434)
 at com.sun.tools.javac.model.JavacElements.nameToSymbol(JavacElements.java:262)
 at 
com.sun.tools.javac.model.JavacElements.unboundNameToSymbol(JavacElements.java:196)
 at com.sun.tools.javac.model.JavacElements.doGetElement(JavacElements.java:182)
 at 
com.sun.tools.javac.model.JavacElements.doGetTypeElement(JavacElements.java:172)
 at 
com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:160)
 at 
com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:85)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$EntityClassGenerator.generateRelationship(JavaPersistenceGenerator.java:1439)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$ClassGenerator.run(JavaPersistenceGenerator.java:866)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$2.run(JavaPersistenceGenerator.java:577)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator$2.run(JavaPersistenceGenerator.java:571)
 at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673)
 at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
 at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
 at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
 at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
 at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
 at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
 at 
org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator.runImpl(JavaPersistenceGenerator.java:571)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator$Generator.run(JavaPersistenceGenerator.java:379)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator.generateBeans(JavaPersistenceGenerator.java:206)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator.generateBeans(JavaPersistenceGenerator.java:149)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPWizard.createBeans(RelatedCMPWizard.java:391)
 at 
org.netbeans.modules.j2ee.persistence.wizard.fromdb.RelatedCMPWizard.acce

[jira] [Commented] (NETBEANS-5279) Assertions being continually thrown when editing HTML files

2021-01-22 Thread Jira


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

Tomáš Procházka commented on NETBEANS-5279:
---

Hi, please add file or sample project causing this problem.

> Assertions being continually thrown when editing HTML files
> ---
>
> Key: NETBEANS-5279
> URL: https://issues.apache.org/jira/browse/NETBEANS-5279
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Owen Savill
>Priority: Major
>
> java.lang.AssertionError: should never have two equal TokenSequence 
> TokenSequence for text/x-php5/text/html/text/javascript/text/html at 
> tokenIndex=0. TokenList contains 2 tokens:
> *[0]: "<" F(1) TAG_OPEN_SYMBOL[18] FlyT, la=1, st=HLS(hc=83771563,s=8), 
> @39606b82
> T[1]: "script" F(6) TAG_OPEN[5] FlyT, la=1, 
> st=HLS(hc=1834408872,s=9,es=1,tag=script), @7b99526f
> text/html, LH: org.netbeans.api.html.lexer.HTMLTokenId$1
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:258)
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:255)
>  at java.base/java.util.TimSort.gallopRight(TimSort.java:660)
>  at java.base/java.util.TimSort.mergeAt(TimSort.java:500)
>  at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:461)
>  at java.base/java.util.TimSort.sort(TimSort.java:254)
>  at java.base/java.util.Arrays.sort(Arrays.java:1515)
>  at java.base/java.util.ArrayList.sort(ArrayList.java:1750)
>  at java.base/java.util.Collections.sort(Collections.java:179)
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities.getEmbeddedTokenSequences(LexUtilities.java:255)
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities.createCodeBlocks(LexUtilities.java:305)
>  at 
> org.netbeans.modules.web.indent.api.support.AbstractIndenter.calculateIndentation(AbstractIndenter.java:283)
>  at 
> org.netbeans.modules.web.indent.api.support.AbstractIndenter.reindent(AbstractIndenter.java:210)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTask.reindent(HtmlIndentTask.java:49)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:548)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.runTasks(TaskHandler.java:309)
>  at 
> org.netbeans.modules.editor.indent.IndentImpl.reindent(IndentImpl.java:282)
>  at org.netbeans.modules.editor.indent.api.Indent.reindent(Indent.java:146)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor$1$1.run(HtmlTypedTextInterceptor.java:168)
>  at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:296)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor$1.run(HtmlTypedTextInterceptor.java:164)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor.indentLineAfterTagClosingSymbol(HtmlTypedTextInterceptor.java:180)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor.insert(HtmlTypedTextInterceptor.java:112)
>  at 
> org.netbeans.modules.editor.lib2.typinghooks.TypedTextInterceptorsManager$Transaction.textTyped(TypedTextInterceptorsManager.java:91)
>  at org.netbeans.editor.BaseKit$DefaultKeyTypedAction$3.run(BaseKit.java:1250)
>  at 
> org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:333)
>  at 
> org.netbeans.editor.BaseKit$DefaultKeyTypedAction.actionPerformed(BaseKit.java:1231)
>  at 
> org.netbeans.editor.ext.ExtKit$ExtDefaultKeyTypedAction.actionPerformed(ExtKit.java:1055)
>  at 
> org.netbeans.modules.csl.core.CslEditorKit$GsfDefaultKeyTypedAction.actionPerformed(CslEditorKit.java:231)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
>  at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948)
>  at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
>  at java.desktop/java.awt.Component.processEvent(Component.java:6412)
>  at java.desktop/java.awt.Container.processEvent(Container.java:2263)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
>  at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>  at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
>  at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>  at 
> java.desktop/java.awt.D

[jira] [Updated] (NETBEANS-5279) Assertions being continually thrown when editing HTML files

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka updated NETBEANS-5279:
--
Component/s: web - HTML Editor

> Assertions being continually thrown when editing HTML files
> ---
>
> Key: NETBEANS-5279
> URL: https://issues.apache.org/jira/browse/NETBEANS-5279
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - HTML Editor
>Affects Versions: 12.2
>Reporter: Owen Savill
>Priority: Major
>
> java.lang.AssertionError: should never have two equal TokenSequence 
> TokenSequence for text/x-php5/text/html/text/javascript/text/html at 
> tokenIndex=0. TokenList contains 2 tokens:
> *[0]: "<" F(1) TAG_OPEN_SYMBOL[18] FlyT, la=1, st=HLS(hc=83771563,s=8), 
> @39606b82
> T[1]: "script" F(6) TAG_OPEN[5] FlyT, la=1, 
> st=HLS(hc=1834408872,s=9,es=1,tag=script), @7b99526f
> text/html, LH: org.netbeans.api.html.lexer.HTMLTokenId$1
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:258)
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:255)
>  at java.base/java.util.TimSort.gallopRight(TimSort.java:660)
>  at java.base/java.util.TimSort.mergeAt(TimSort.java:500)
>  at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:461)
>  at java.base/java.util.TimSort.sort(TimSort.java:254)
>  at java.base/java.util.Arrays.sort(Arrays.java:1515)
>  at java.base/java.util.ArrayList.sort(ArrayList.java:1750)
>  at java.base/java.util.Collections.sort(Collections.java:179)
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities.getEmbeddedTokenSequences(LexUtilities.java:255)
>  at 
> org.netbeans.modules.web.indent.api.LexUtilities.createCodeBlocks(LexUtilities.java:305)
>  at 
> org.netbeans.modules.web.indent.api.support.AbstractIndenter.calculateIndentation(AbstractIndenter.java:283)
>  at 
> org.netbeans.modules.web.indent.api.support.AbstractIndenter.reindent(AbstractIndenter.java:210)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTask.reindent(HtmlIndentTask.java:49)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:548)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.runTasks(TaskHandler.java:309)
>  at 
> org.netbeans.modules.editor.indent.IndentImpl.reindent(IndentImpl.java:282)
>  at org.netbeans.modules.editor.indent.api.Indent.reindent(Indent.java:146)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor$1$1.run(HtmlTypedTextInterceptor.java:168)
>  at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:296)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor$1.run(HtmlTypedTextInterceptor.java:164)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor.indentLineAfterTagClosingSymbol(HtmlTypedTextInterceptor.java:180)
>  at 
> org.netbeans.modules.html.editor.typinghooks.HtmlTypedTextInterceptor.insert(HtmlTypedTextInterceptor.java:112)
>  at 
> org.netbeans.modules.editor.lib2.typinghooks.TypedTextInterceptorsManager$Transaction.textTyped(TypedTextInterceptorsManager.java:91)
>  at org.netbeans.editor.BaseKit$DefaultKeyTypedAction$3.run(BaseKit.java:1250)
>  at 
> org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:333)
>  at 
> org.netbeans.editor.BaseKit$DefaultKeyTypedAction.actionPerformed(BaseKit.java:1231)
>  at 
> org.netbeans.editor.ext.ExtKit$ExtDefaultKeyTypedAction.actionPerformed(ExtKit.java:1055)
>  at 
> org.netbeans.modules.csl.core.CslEditorKit$GsfDefaultKeyTypedAction.actionPerformed(CslEditorKit.java:231)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
>  at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948)
>  at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
>  at java.desktop/java.awt.Component.processEvent(Component.java:6412)
>  at java.desktop/java.awt.Container.processEvent(Container.java:2263)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
>  at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>  at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
>  at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssert

[netbeans-website] branch nb123-redirects created (now bfb6f1f)

2021-01-22 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch nb123-redirects
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


  at bfb6f1f  Update .htaccess for 12.3

This branch includes the following new commits:

 new bfb6f1f  Update .htaccess for 12.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

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



[netbeans-website] 01/01: Update .htaccess for 12.3

2021-01-22 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch nb123-redirects
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git

commit bfb6f1f98e404a8c6cf62fbe0de7308a07166747
Author: Neil C Smith 
AuthorDate: Fri Jan 22 16:08:32 2021 +

Update .htaccess for 12.3
---
 netbeans.apache.org/src/content/.htaccess | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index 013d1ac..0d98417 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -17,7 +17,9 @@ Redirect 302 /nb/updates/12.1/ 
https://netbeans-vm.apache.org/uc/12.1/
 Redirect 302 /nb/plugins/12.1/ https://plugins.netbeans.apache.org/data/12.0/
 Redirect 302 /nb/updates/12.2/ https://netbeans-vm.apache.org/uc/12.2/
 Redirect 302 /nb/plugins/12.2/ https://plugins.netbeans.apache.org/data/12.0/
-Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/12.2/
+Redirect 302 /nb/updates/12.3/ https://netbeans-vm.apache.org/uc/12.3/
+Redirect 302 /nb/plugins/12.3/ https://plugins.netbeans.apache.org/data/12.0/
+Redirect 302 /nb/updates/dev/ https://netbeans-vm.apache.org/uc/12.3/
 Redirect 302 /nb/plugins/dev/ https://plugins.netbeans.apache.org/data/12.0/
 Redirect 302 /nb/issues_redirect.html 
https://issues.apache.org/jira/projects/NETBEANS/issues
 Redirect 302 /nb/report-issue 
https://issues.apache.org/jira/projects/NETBEANS/issues


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

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



[jira] [Commented] (NETBEANS-1687) Add PSR-4 autoloading support

2021-01-22 Thread Jira


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

Tomáš Procházka commented on NETBEANS-1687:
---

I implemented PSR-4 hints checking class name and namespace.
See NETBEANS-377

> Add PSR-4 autoloading support
> -
>
> Key: NETBEANS-1687
> URL: https://issues.apache.org/jira/browse/NETBEANS-1687
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Reporter: Krzysztof Mortka
>Priority: Major
>
> Since the PSR-4 has become the new standard for autoloading files in PHP, it 
> would be great if it was supported by the PHP editor.
>  
> https://www.php-fig.org/psr/psr-4/



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

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

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



[jira] [Closed] (NETBEANS-1687) Add PSR-4 autoloading support

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-1687.
-
Resolution: Incomplete

> Add PSR-4 autoloading support
> -
>
> Key: NETBEANS-1687
> URL: https://issues.apache.org/jira/browse/NETBEANS-1687
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Reporter: Krzysztof Mortka
>Priority: Major
>
> Since the PSR-4 has become the new standard for autoloading files in PHP, it 
> would be great if it was supported by the PHP editor.
>  
> https://www.php-fig.org/psr/psr-4/



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

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

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



[jira] [Closed] (NETBEANS-4117) Project compiles and builds but will not run

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4117.
-
Resolution: Information Provided

> Project compiles and builds but will not run
> 
>
> Key: NETBEANS-4117
> URL: https://issues.apache.org/jira/browse/NETBEANS-4117
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 11.3
> Environment: Windows 10 (1910) Home.  Project also uses log4j2 
> (2.13.1) and hsqldb (2.4)
>Reporter: Andy Gegg
>Assignee: wes
>Priority: Major
>  Labels: newbie
> Attachments: messages.log
>
>
> I am trying to convert to Java14.  Project uses JavaFX and works fine on Java 
> 13.0.2.  I have updated JAVA_HOME and the PATH, netbeans.conf, the Java 
> Platform (now JDK 14 default), source format is JDK 14.  I have uninstalled 
> nb-javac (I assume this is done via Plugins manager).  I'm using JavaFX 14.  
> Project compiles and builds with no problem.  Run does nothing.  It appears a 
> critical error has occurred silently.
> A tiny test project compiles and builds ok.  I note subtle differences 
> between the 'Properties' pop-up for the test project (a Profile option, a 
> runtime platform option) and the failing project.
> If I change the Source format back to 13 and re-install nb-javac my project 
> runs ok (obviously, the test project does not!)



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

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

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



[jira] [Closed] (NETBEANS-4175) I have found a bug in the application

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4175.
-
Resolution: Information Provided

> I have found a bug in the application
> -
>
> Key: NETBEANS-4175
> URL: https://issues.apache.org/jira/browse/NETBEANS-4175
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: macOS Catalina - v.10.15.4
>Reporter: Clara
>Priority: Major
> Attachments: bug-report.txt
>
>
> Dear Team,
> I ask for assistance, because the program, the program, after launch, 
> sometimes freezes for several minutes making my job very difficult.
> I send you in attachment the UI log.
> Thanks in advance for the attention and best regards,
> C.



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

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

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



[jira] [Commented] (NETBEANS-5109) Remove distribution of nbjavac from apache controlled infrastructure

2021-01-22 Thread Jira


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

Matthias Bläsing commented on NETBEANS-5109:


I repeat: No that is not what the nbjavac update was about. This needs more 
things:
 * externalize the nbm building from apache netbeans
 * host an updatecenter somewhere

I will follow this strategy:
 * wait for the nbjavac team to do a new release
 * wait for Anton Epple to publish that to maven central
 * create a PR against 12.4, that updates nbjavac and move dependecies to maven 
central

> Remove distribution of nbjavac from apache controlled infrastructure
> 
>
> Key: NETBEANS-5109
> URL: https://issues.apache.org/jira/browse/NETBEANS-5109
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.3
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
>
> The ASF has a pretty clear opinion about the handling of the GPLv2-CPE. There 
> might be an option to distribute it, but not out of the box. After the 
> transition of NetBeans from oracle to the ASF there was a timeframe were use 
> of the Oregon State University was ok, as the transition was happening. I 
> think we stretched that limit to the max and thus I consider this a blocker 
> for the next release. The nbjavac needs to be moved of ASF controlled 
> infrastructure.
> There are various options:
> - Oracle could publish nbjavac to maven central
> - Oracle could provide a custom updatecenter distributing the nbjavac
> - Oracle could relicense javac
> - Apache NetBeans could switch to the eclipse java development tools
> Not all of these options are realistic, but publishing to maven central is 
> perfectly doable.
> I'll mark this as a blocker for next release, so it is not ignored.



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

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

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



[jira] [Closed] (NETBEANS-594) No Maven Samples

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-594.

Resolution: Not A Bug

> No Maven Samples
> 
>
> Key: NETBEANS-594
> URL: https://issues.apache.org/jira/browse/NETBEANS-594
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0, 12.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-392-on-20180403)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
> Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
>Reporter: Javier A. Ortiz
>Priority: Major
>  Labels: netcat
> Attachments: Screen Shot 2018-04-04 at 12.45.43 PM.png
>
>
> Unable to create CRUD example. No Samples/Maven folder in wizard.
> !Screen Shot 2018-04-04 at 12.45.43 PM.png!



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

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

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



[jira] [Closed] (NETBEANS-4153) Netbeans 8,2 freezes frequently since approx. 2 weeks

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4153.
-
Resolution: Won't Fix

NetBeans 8.2 is not supported.

> Netbeans 8,2 freezes frequently since approx. 2 weeks
> -
>
> Key: NETBEANS-4153
> URL: https://issues.apache.org/jira/browse/NETBEANS-4153
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Werner Schulte
>Priority: Major
> Attachments: nbstack.txt
>
>
> I am working with NB 8.2 (and prior) since many years now creating Java Apps 
> for several purpose. Since 2 week (approx) I observe a freezing NB UI and can 
> only kill the program in this case.
> My environment
>  * JDK jdk1.8.0_121
>  * Windows 10 Pro (Build 18362)
>  * Lenovo Laptop T580, SSD, 16G memory
> Today I was able to create a stacktrace using jstack. Find it attached
>  



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

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

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



[jira] [Closed] (NETBEANS-4145) can not rename package in java src/main/resources

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4145.
-
Resolution: Incomplete

There are no steps how to preproduce the issue.

> can not rename package in java src/main/resources
> -
>
> Key: NETBEANS-4145
> URL: https://issues.apache.org/jira/browse/NETBEANS-4145
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Raigedas
>Priority: Major
>
>  
> ---
> >Log Session: Friday, April 10, 2020 12:21:07 PM EEST
> >System Info: 
>  Product Version = Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
>  Operating System = Linux version 5.5.9-100.fc30.x86_64 running on amd64
>  Java; VM; Vendor = 1.8.0_242; OpenJDK 64-Bit Server VM 25.242-b08; Oracle 
> Corporation
>  Runtime = OpenJDK Runtime Environment 1.8.0_242-b08
>  Java Home = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre
>  System Locale; Encoding = en_US (nb); UTF-8
>  Home Directory = /home/rgd
>  Current Directory = /home/rgd
>  User Directory = /home/rgd/.netbeans/11.0
>  Cache Directory = /home/rgd/.cache/netbeans/11.0
>  Installation = /home/rgd/soft/netbeans-11.0/nb
>  /home/rgd/soft/netbeans-11.0/ergonomics
>  /home/rgd/soft/netbeans-11.0/ide
>  /home/rgd/soft/netbeans-11.0/extide
>  /home/rgd/soft/netbeans-11.0/java
>  /home/rgd/soft/netbeans-11.0/apisupport
>  /home/rgd/soft/netbeans-11.0/webcommon
>  /home/rgd/soft/netbeans-11.0/websvccommon
>  /home/rgd/soft/netbeans-11.0/enterprise
>  /home/rgd/soft/netbeans-11.0/profiler
>  /home/rgd/soft/netbeans-11.0/php
>  /home/rgd/soft/netbeans-11.0/harness
>  /home/rgd/soft/netbeans-11.0/cnd
>  /home/rgd/soft/netbeans-11.0/cndext
>  /home/rgd/soft/netbeans-11.0/dlight
>  /home/rgd/soft/netbeans-11.0/groovy
>  /home/rgd/soft/netbeans-11.0/javafx
>  /home/rgd/soft/netbeans-11.0/platform
>  Boot & Ext. Classpath = 
> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/classes:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/jre/lib/ext/jaccess.jar
>  Application Classpath = 
> /home/rgd/soft/netbeans-11.0/platform/lib/boot.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-modules.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-util.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-util-lookup.jar:/home/rgd/soft/netbeans-11.0/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/lib/dt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc30.x86_64/lib/tools.jar
>  Startup Classpath = 
> /home/rgd/soft/netbeans-11.0/platform/core/org-netbeans-libs-asm.jar:/home/rgd/soft/netbeans-11.0/platform/core/core.jar:/home/rgd/soft/netbeans-11.0/platform/core/org-openide-filesystems.jar:/home/rgd/soft/netbeans-11.0/platform/core/org-openide-filesystems-compat8.jar:/home/rgd/soft/netbeans-11.0/platform/core/asm-all-5.0.1.jar:/home/rgd/soft/netbeans-11.0/platform/core/core-base.jar:/home/rgd/soft/netbeans-11.0/nb/core/org-netbeans-upgrader.jar:/home/rgd/soft/netbeans-11.0/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/home/rgd/soft/netbeans-11.0/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
> org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting whi

[netbeans] branch master updated (2de44ca -> 81bfc6d)

2021-01-22 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

dbalek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 2de44ca  Restart NBLS when an extension providing some NB cluster is 
installed/uninstalled. (#2698)
 add 81bfc6d   Adding folding range via LSP support, both client and 
server. (#2682)

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/lsp/client/LSPBindings.java   |  44 +++---
 .../lsp/client/bindings/FoldManagerImpl.java   | 166 +
 .../TextDocumentSyncServerCapabilityHandler.java   |   4 +-
 .../modules/java/lsp/server/protocol/Server.java   |   3 +
 .../server/protocol/TextDocumentServiceImpl.java   |  64 
 .../java/lsp/server/protocol/ServerTest.java   |  88 +++
 6 files changed, 341 insertions(+), 28 deletions(-)
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/FoldManagerImpl.java


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

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



[jira] [Closed] (NETBEANS-4064) error when I run a specific class in java

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4064.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> error when I run a specific class in java
> -
>
> Key: NETBEANS-4064
> URL: https://issues.apache.org/jira/browse/NETBEANS-4064
> Project: NetBeans
>  Issue Type: Task
> Environment: IDE NETBEANS 11.2
>Reporter: Κωνσταντίνος Κυριάκος Μπάτσιος
>Priority: Major
>
> when it says: "Error: Could not find or load main class MAIN", what should I 
> do to fix it



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

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

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



[jira] [Commented] (NETBEANS-5109) Remove distribution of nbjavac from apache controlled infrastructure

2021-01-22 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-5109:


[~matthiasblaesing] the update centre part we can do, the NBM part is what I'm 
asking if we can connect to this? It's fairly simple, and we probably have 
something already that will do it anyway.  I remain of the view that only 
dealing with part of the policy or technical repercussions from the switch to 
delivering via OSUOSL is far from ideal.  We should try and stop this being a 
release headache in one form or another.  Something I guess we can now only 
discuss in the 12.4 timeframe, although possibly from my perspective still with 
a view to providing for 12.3 users.

> Remove distribution of nbjavac from apache controlled infrastructure
> 
>
> Key: NETBEANS-5109
> URL: https://issues.apache.org/jira/browse/NETBEANS-5109
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.3
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
>
> The ASF has a pretty clear opinion about the handling of the GPLv2-CPE. There 
> might be an option to distribute it, but not out of the box. After the 
> transition of NetBeans from oracle to the ASF there was a timeframe were use 
> of the Oregon State University was ok, as the transition was happening. I 
> think we stretched that limit to the max and thus I consider this a blocker 
> for the next release. The nbjavac needs to be moved of ASF controlled 
> infrastructure.
> There are various options:
> - Oracle could publish nbjavac to maven central
> - Oracle could provide a custom updatecenter distributing the nbjavac
> - Oracle could relicense javac
> - Apache NetBeans could switch to the eclipse java development tools
> Not all of these options are realistic, but publishing to maven central is 
> perfectly doable.
> I'll mark this as a blocker for next release, so it is not ignored.



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

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

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



[jira] [Updated] (NETBEANS-5109) Remove distribution of nbjavac from apache controlled infrastructure

2021-01-22 Thread Neil C Smith (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil C Smith updated NETBEANS-5109:
---
Fix Version/s: 12.4

> Remove distribution of nbjavac from apache controlled infrastructure
> 
>
> Key: NETBEANS-5109
> URL: https://issues.apache.org/jira/browse/NETBEANS-5109
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.3
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Blocker
> Fix For: 12.4
>
>
> The ASF has a pretty clear opinion about the handling of the GPLv2-CPE. There 
> might be an option to distribute it, but not out of the box. After the 
> transition of NetBeans from oracle to the ASF there was a timeframe were use 
> of the Oregon State University was ok, as the transition was happening. I 
> think we stretched that limit to the max and thus I consider this a blocker 
> for the next release. The nbjavac needs to be moved of ASF controlled 
> infrastructure.
> There are various options:
> - Oracle could publish nbjavac to maven central
> - Oracle could provide a custom updatecenter distributing the nbjavac
> - Oracle could relicense javac
> - Apache NetBeans could switch to the eclipse java development tools
> Not all of these options are realistic, but publishing to maven central is 
> perfectly doable.
> I'll mark this as a blocker for next release, so it is not ignored.



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

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

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



[jira] [Closed] (NETBEANS-4052) Just downloaded but cannot open project

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4052.
-
Resolution: Information Provided

> Just downloaded but cannot open project
> ---
>
> Key: NETBEANS-4052
> URL: https://issues.apache.org/jira/browse/NETBEANS-4052
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: windows 
>Reporter: Peyton Osborn
>Priority: Major
> Fix For: 11.2
>
>
> I just downloaded netbeans to my laptop and i am able to open the app but 
> when i start a new project it says there is a problem and this is the 
> exception that is caught. A java.lang.NoClassDefFoundError exception has 
> occurred.



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

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

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



[jira] [Closed] (NETBEANS-4027) I am getting a dialog box with heading A java.lang.StackOverflowError exception has occurred.

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4027.
-
Resolution: Information Provided

> I am getting a dialog box with heading A java.lang.StackOverflowError 
> exception has occurred.
> -
>
> Key: NETBEANS-4027
> URL: https://issues.apache.org/jira/browse/NETBEANS-4027
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Vishant Bhat
>Priority: Major
> Attachments: Untitled.png, messages.log
>
>
> After every specific amount of time the dialog box comes. I have attched the 
> screen shot as well the logs copy



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

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

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



[jira] [Closed] (NETBEANS-4031) Recurring NullPointerException requiring restart

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4031.
-
Resolution: Incomplete

> Recurring NullPointerException requiring restart
> 
>
> Key: NETBEANS-4031
> URL: https://issues.apache.org/jira/browse/NETBEANS-4031
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Chris Breen
>Priority: Major
> Attachments: messages.log
>
>
> Brand new install of NetBeans, create a project, and occasionally when trying 
> to build or run it, the bottom left corner says "Saving 
> org.NetBeans.Samples.ClassA", which is not the name of my project and thus 
> throws the NullPointerException.  The only way to "fix" the problem is to 
> restart NetBeans, at which point it may work for a few minutes, a few hours, 
> or nope, that's about as long as it goes a few hours.



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

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

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



[jira] [Closed] (NETBEANS-4035) The problem still persist

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-4035.
-
Fix Version/s: (was: 11.3)
   Resolution: Incomplete

> The problem still persist
> -
>
> Key: NETBEANS-4035
> URL: https://issues.apache.org/jira/browse/NETBEANS-4035
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
>Reporter: luca campagnaro
>Priority: Major
>




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

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

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



[jira] [Closed] (NETBEANS-3991) Refactoring of variable affect comments outside of variable scope

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3991.
-
Resolution: Incomplete

There are no steps to reproduce the issue and sample code.

> Refactoring of variable affect comments outside of variable scope
> -
>
> Key: NETBEANS-3991
> URL: https://issues.apache.org/jira/browse/NETBEANS-3991
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.3
> Environment: OpenJDK 11.0.2
>Reporter: Netbeans User 2019
>Priority: Major
>
> It is possible to see that it is modified comments by refactoring outside of 
> method where is used such local variable.



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

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

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



[jira] [Updated] (NETBEANS-2516) Warnings hints for Convert rule switch to Traditional switch

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka updated NETBEANS-2516:
--
Component/s: java - Hints

> Warnings hints for Convert rule switch to Traditional switch
> 
>
> Key: NETBEANS-2516
> URL: https://issues.apache.org/jira/browse/NETBEANS-2516
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Hints
>Reporter: vikas kumar prabhakar
>Assignee: SARILLA MOHANARAO
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Implementation of warning hints for  "Convert rule switch to Traditional 
> switch"
> Use case:
> Actual code:
> public void test(int i){
>  String result;
>  switch(i){
>  case 1 -> System.out.println("One");
>  case 2 -> System.out.println("Two");
>  default -> System.out.println("Default");
>  }
>  }
> Warning Hints : "Convert to traditional switch"
> After Fix:
> public void test(int i){
>  String result;
>  switch(i){
>  case 1 :
>  System.out.println("One");
>  break;
>  case 2 :
>  System.out.println("Two");
>  break;
>  default:
>  System.out.println("Default");
>  break;
>  }
>  }



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

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

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



[jira] [Closed] (NETBEANS-3981) "On Save" actions remove commented annotations

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3981.
-
Resolution: Not A Bug

Once the code is commented it is the same as it would be deleted.

> "On Save" actions remove commented annotations
> --
>
> Key: NETBEANS-3981
> URL: https://issues.apache.org/jira/browse/NETBEANS-3981
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.3
> Environment: Linux 
>Reporter: Miguel
>Priority: Major
> Attachments: deleting_annotation.gif
>
>
> When the On Save actions for Java "Remove Unused Imports" or "Organize 
> Imports" are active, some commented code gets deleted along with the 
> respective (now deletable) imports.
> I observed this behaviour on annotations on types (see attachment)
>  



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

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

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



[jira] [Updated] (NETBEANS-2911) Can't create new web service in Gradle web application

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka updated NETBEANS-2911:
--
Component/s: projects - Gradle

> Can't create new web service in Gradle web application
> --
>
> Key: NETBEANS-2911
> URL: https://issues.apache.org/jira/browse/NETBEANS-2911
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, webservices - Code
>Affects Versions: 11.1, 11.2
> Environment: Windows 10 1903, x64, en-US
> Build-Target: OpenJDK by Azul systems: zulu8.40.0.25-ca-jdk8.0.222-win_x64
> Exection environment: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Netbeans: 11.1 x64
> Gradle wrapper: 5.5.1
> About block from Netbeans:
> Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Andreas Gottardi
>Assignee: Birger Skogeng Pedersen
>Priority: Major
> Attachments: image-2019-07-29-11-14-27-198.png, 
> image-2019-07-29-11-15-54-542.png
>
>
> Hello,
> I have a problem when I want to create a new WebService via the assistant. 
> There is no error message shown, but the window remains open and the class is 
> not generated. It is a Gradle web application.
> I make a right-click on the Java package I want to create the web service in 
> and select "New > Web Service".
> !image-2019-07-29-11-14-27-198.png!
> After filling out the form I click "Finish" and the window stays open:
> !image-2019-07-29-11-15-54-542.png!
> In the log there is the following exception.
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.websvc.core.dev.wizard.NewWebServiceWizardIterator.instantiate(NewWebServiceWizardIterator.java:78
>   at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580
>   at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414
>   at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223
>   at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135
>   at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605
>   at 
> org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546
>   at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67
>   [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233
>       at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278
>   at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033
>  



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

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

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



[jira] [Updated] (NETBEANS-2957) Netbeans freeze after completing write

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka updated NETBEANS-2957:
--
Component/s: web - HTML Editor
 javascript - Editor

> Netbeans freeze after completing write
> --
>
> Key: NETBEANS-2957
> URL: https://issues.apache.org/jira/browse/NETBEANS-2957
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, web - HTML Editor
>Affects Versions: 11.0
> Environment:   Product Version = Apache NetBeans IDE 11.0 
> (Build incubator-netbeans-release-404-on-20190319)
>   Operating System= Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor= 1.8.0_212; Java HotSpot(TM) 64-Bit Server VM 
> 25.212-b10; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_212-b10
>   Java Home   = C:\Program Files\Java\jdk1.8.0_212\jre
>Reporter: Daniel Adams
>Priority: Major
> Attachments: messages.log
>
>
> Periodic freezing of netbeans after writing a file.  No error reported in log 
> or ui.  UI still shows file as modified.  Saved with ctrl-s.
> (Logs pasted in doc/text area as unable to attach)



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

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

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



[netbeans] branch master updated (81bfc6d -> 5ccd21d)

2021-01-22 Thread entl
This is an automated email from the ASF dual-hosted git repository.

entl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 81bfc6d   Adding folding range via LSP support, both client and 
server. (#2682)
 new ed33123  Support for (LSP) code lens for running tests and main 
methods.
 new 38843cd  Run and debug from CodeLens.
 new 5ccd21d  Merge pull request #2705 from entlicher/CodeLensMethodsRun

The 4918 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/gsf.testrunner.ui/nbproject/project.xml|  14 +-
 .../testrunner/ui/api/TestMethodController.java|  64 +
 .../ui/api/TestMethodDebuggerProvider.java |   2 +-
 .../ui/api/TestMethodRunnerProvider.java   |  29 -
 .../nbcode/nbproject/platform.properties   |   6 -
 java/java.lsp.server/nbproject/project.xml |  16 +++
 .../server/debugging/launch/NbLaunchDelegate.java  |  45 +--
 .../debugging/launch/NbLaunchRequestHandler.java   |  19 ++-
 .../modules/java/lsp/server/protocol/Server.java   |   8 +-
 .../server/protocol/TextDocumentServiceImpl.java   |  59 -
 .../lsp/server/protocol/WorkspaceServiceImpl.java  | 143 -
 java/java.lsp.server/vscode/src/extension.ts   |  15 +++
 .../nbproject/project.properties   |   2 +-
 java/java.testrunner.ui/nbproject/project.xml  |  19 +++
 .../java/testrunner/ui/ComputeTestMethodsImpl.java | 109 
 .../java/testrunner/ui/spi/ComputeTestMethods.java |  36 ++
 java/junit.ui/nbproject/project.xml|   9 ++
 .../junit/ui/actions/TestClassInfoTask.java| 139 ++--
 .../junit/ui/actions/TestSingleMethodSupport.java  |   4 +-
 java/testng.ui/nbproject/project.xml   |   9 ++
 .../testng/ui/actions/TestClassInfoTask.java   | 114 +---
 21 files changed, 741 insertions(+), 120 deletions(-)
 create mode 100644 
ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/api/TestMethodController.java
 create mode 100644 
java/java.testrunner.ui/src/org/netbeans/modules/java/testrunner/ui/ComputeTestMethodsImpl.java
 create mode 100644 
java/java.testrunner.ui/src/org/netbeans/modules/java/testrunner/ui/spi/ComputeTestMethods.java


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

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



[jira] [Closed] (NETBEANS-2453) A java.lang.NullPointerException exception has occurred.

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-2453.
-
Resolution: Incomplete

> A java.lang.NullPointerException exception has occurred.
> 
>
> Key: NETBEANS-2453
> URL: https://issues.apache.org/jira/browse/NETBEANS-2453
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Debugger
>Affects Versions: 11.0
>Reporter: Guilherme Maitan Teixeira
>Priority: Major
> Attachments: messages.log
>
>




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

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

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



[jira] [Closed] (NETBEANS-3676) Memory Leak in the Oracle JS Parser (most probably)

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3676.
-
Resolution: Information Provided

First line of log indicates that process run out of free memory.

> Memory Leak in the Oracle JS Parser (most probably)
> ---
>
> Key: NETBEANS-3676
> URL: https://issues.apache.org/jira/browse/NETBEANS-3676
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Urvashi Ahuja
>Priority: Major
> Attachments: gestures.txt, messages.log
>
>




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

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

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



[jira] [Closed] (NETBEANS-900) null pointer exception when close all files

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-900.

Resolution: Cannot Reproduce

I tested this in NetBeans 12.2 and can't get the same problem.

> null pointer exception when close all files
> ---
>
> Key: NETBEANS-900
> URL: https://issues.apache.org/jira/browse/NETBEANS-900
> Project: NetBeans
>  Issue Type: Bug
>Reporter: heldy
>Priority: Major
> Attachments: Untitled-1.png, gestures.txt, messages.log
>
>
> When i first run netbeans and i clicked close all menu to close unclosed 
> files from yesterday.



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

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

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



[jira] [Closed] (NETBEANS-3951) Indexing Still

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3951.
-
Resolution: Incomplete

> Indexing Still
> --
>
> Key: NETBEANS-3951
> URL: https://issues.apache.org/jira/browse/NETBEANS-3951
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing, ide - Performance
>Affects Versions: 11.1
> Environment: Windows 10
>Reporter: James
>Priority: Major
>  Labels: windows
> Attachments: record.txt
>
>
> The File open dialogue takes forever to load. 



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

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

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



[jira] [Closed] (NETBEANS-3620) There were some problems while storing nb-javac Impl

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3620.
-
Resolution: Information Provided

> There were some problems while storing nb-javac Impl
> 
>
> Key: NETBEANS-3620
> URL: https://issues.apache.org/jira/browse/NETBEANS-3620
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Christopher M Logan
>Priority: Major
> Attachments: nb-javac-installation-error.txt
>
>
> There were some problems while storing nb-javac Impl.
> Cause: Cannot resolve external reference to 
> [https://hg.netbeans.org/binaries/344C8C2A8B421A52ABE725A677BF75659C17FEB6-nb-javac-13-impl.jar]
>  
> I was finishing up the 11.2 NetBeans installation and after i opened up the 
> IDE - the popup was shown to install nb-javac. I started the process and it 
> failed with pushing the status to 100%.



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

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

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



[jira] [Closed] (NETBEANS-3921) IDE gets very slow, using vast amounts of RAM

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3921.
-
Resolution: Incomplete

> IDE gets very slow, using vast amounts of RAM
> -
>
> Key: NETBEANS-3921
> URL: https://issues.apache.org/jira/browse/NETBEANS-3921
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
>Reporter: Nuno
>Priority: Major
> Attachments: message.log
>
>
> Computer was left alone, running Netbeans 11.2 and an external tomcat 9. CPU 
> and RAM usage grew larger and larger to the point of Netbeans becoming quite 
> irresponsive, at which point the popup asking for this report appeared.
> This has happened before, but by the time I got back to my laptop, Netbeans 
> was too far gone.



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

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

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



[jira] [Closed] (NETBEANS-3916) Crash in Editor after code highlighting in C file

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3916.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> Crash in Editor after code highlighting in C file
> -
>
> Key: NETBEANS-3916
> URL: https://issues.apache.org/jira/browse/NETBEANS-3916
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Arch Linux
>Reporter: Noel Kuntze
>Priority: Major
>
> I was editing a C source file and the editor window crashed, not displaying 
> any more contents.
>  2020-02-25T14:42:07
>  1582638127055
>  66913
>  1000
>  176
>  Error in RequestProcessor 
> org.netbeans.modules.lsp.client.bindings.TextDocumentSyncServerCapabilityHandler$$Lambda$105/980902628
>  
>  java.lang.NoClassDefFoundError: 
> org/eclipse/lsp4j/services/LanguageClient
>  
>  
> org.netbeans.modules.lsp.client.bindings.TextDocumentSyncServerCapabilityHandler
>  lambda$handleChange$1
>  84
>  ${netBeansDir}modules/org-netbeans-modules-lsp-client.jar
>  
>  
>  org.openide.util.RequestProcessor$Task
>  run
>  1418
>  ${netbeans.home}lib/org-openide-util.jar
>  
>  
>  org.netbeans.modules.openide.util.GlobalLookup
>  execute
>  45
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.lookup.Lookups
>  executeWith
>  278
>  ${netbeans.home}lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.RequestProcessor$Processor
>  run
>  2033
>  ${netbeans.home}lib/org-openide-util.jar
>  
>  
>  
>  java.lang.ClassNotFoundException: 
> org.eclipse.lsp4j.services.LanguageClient starting from 
> ModuleCL@5f665ef9[org.netbeans.modules.lsp.client] with possible defining 
> loaders [ModuleCL@5f665ef9[org.netbeans.modules.lsp.client]] and declared 
> parents [ModuleCL@3c46c2c6[org.openide.loaders], 
> ModuleCL@21f125da[org.netbeans.modules.editor.document], 
> ModuleCL@47bb9afc[org.openide.dialogs], 
> ModuleCL@1b59cd95[org.netbeans.modules.projectapi], 
> ModuleCL@7e5cb89a[org.netbeans.modules.editor.lib], 
> org.netbeans.JarClassLoader@1e3496ea, ModuleCL@2557a452[org.openide.awt], 
> Netigso[reference:file:ide/modules/com-google-guava.jar], 
> Netigso[reference:file:ide/modules/com-google-gson.jar], 
> ModuleCL@534b59f2[org.openide.text], ...11 more]
>  
>  org.netbeans.ProxyClassLoader
>  loadClass
>  199
>  ${netbeans.home}lib/boot.jar
>  
>  
>  java.lang.ClassLoader
>  loadClass
>  352
>  ${java.home}lib/rt.jar
>  
>  5
>  
>  
>  java.lang.ClassNotFoundException: 
> org.eclipse.lsp4j.services.LanguageClient
>  
>  java.net.URLClassLoader
>  findClass
>  382
>  ${java.home}lib/rt.jar
>  
>  
>  java.lang.ClassLoader
>  loadClass
>  419
>  ${java.home}lib/rt.jar
>  
>  
>  sun.misc.Launcher$AppClassLoader
>  loadClass
>  352
>  ${java.home}lib/rt.jar
>  
>  
>  java.lang.ClassLoader
>  loadClass
>  352
>  ${java.home}lib/rt.jar
>  
>  
>  org.netbeans.ProxyClassLoader
>  loadClass
>  197
>  ${netbeans.home}lib/boot.jar
>  
>  6
>  
> 



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

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

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



[jira] [Closed] (NETBEANS-3914) SonarQube plugin no longer works

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3914.
-
Resolution: Invalid

SonarQube plugin is not part of NetBeans.

> SonarQube plugin no longer works
> 
>
> Key: NETBEANS-3914
> URL: https://issues.apache.org/jira/browse/NETBEANS-3914
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Options&Settings
>Affects Versions: 11.3
>Reporter: Reinout van Schouwen
>Priority: Major
>
> I no longer have an option to retrieve issues from my SonarQube instance. 
> When going to Options > Misc > SonarQube I get an empty pane and the 
> exception reporter triggers with the following stack trace:
> java.lang.Exception: got no controller from SonarQube: null
>   at 
> org.netbeans.spi.options.AdvancedOption$1.call(AdvancedOption.java:126)
>   at 
> org.netbeans.spi.options.AdvancedOption$1.call(AdvancedOption.java:119)
> [catch] at 
> org.netbeans.modules.options.AdvancedOptionImpl.create(AdvancedOptionImpl.java:79)
>   at org.netbeans.modules.options.advanced.Model.getPanel(Model.java:146)
>   at 
> org.netbeans.modules.options.advanced.AdvancedPanel.handleTabSwitched(AdvancedPanel.java:175)
>   at 
> org.netbeans.modules.options.advanced.AdvancedPanel.access$100(AdvancedPanel.java:52)
>   at 
> org.netbeans.modules.options.advanced.AdvancedPanel$1.stateChanged(AdvancedPanel.java:60)
>   at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:416)
>   at 
> javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:270)
>   at 
> javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:132)
>   at 
> javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:67)
>   at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:616)
>   at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:591)
>   at 
> javax.swing.plaf.basic.BasicTabbedPaneUI$Handler.mousePressed(BasicTabbedPaneUI.java:3647)
>   at 
> javax.swing.plaf.synth.SynthTabbedPaneUI$1.mousePressed(SynthTabbedPaneUI.java:312)
>   at java.awt.Component.processMouseEvent(Component.java:6536)
>   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
>   at java.awt.Component.processEvent(Component.java:6304)
>   at java.awt.Container.processEvent(Container.java:2239)
>   at java.awt.Component.dispatchEventImpl(Component.java:4889)
>   at java.awt.Container.dispatchEventImpl(Container.java:2297)
>   at java.awt.Component.dispatchEvent(Component.java:4711)
>   at 
> java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
>   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4532)
>   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
>   at java.awt.Container.dispatchEventImpl(Container.java:2283)
>   at java.awt.Window.dispatchEventImpl(Window.java:2746)
>   at java.awt.Component.dispatchEvent(Component.java:4711)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
>   at java.awt.EventQueue$4.run(EventQueue.java:733)
>   at java.awt.EventQueue$4.run(EventQueue.java:731)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>   at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>   at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additio

[jira] [Closed] (NETBEANS-3874) Error while

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3874.
-
Resolution: Incomplete

> Error while 
> 
>
> Key: NETBEANS-3874
> URL: https://issues.apache.org/jira/browse/NETBEANS-3874
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: mint 19.3 linux
>Reporter: Joao Rodrigues
>Priority: Major
> Attachments: messages.log
>
>
> Error when hiding parser errors in a blade file.



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

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

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



[jira] [Closed] (NETBEANS-3872) Exception preventing me to use latest builds

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3872.
-
Resolution: Incomplete

> Exception preventing me to use latest builds
> 
>
> Key: NETBEANS-3872
> URL: https://issues.apache.org/jira/browse/NETBEANS-3872
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: Next
> Environment: jdk 11, ubuntu Eoan
>Reporter: Alessandro Polverini
>Priority: Major
>
> As soon as I fire up netbeans (after deleting the cache) if I move around in 
> the sources I get those errors continuosly rendering me unable to use the IDE.
> I've seen them consistently since latest stable builds.
> This log is from build#1495
> ---
> >Log Session: Thursday, February 13, 2020 at 9:33:37 AM Central European 
> >Standard Time
> >System Info: 
>   Product Version = Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
>   Operating System= Linux version 5.3.0-29-generic running on amd64
>   Java; VM; Vendor= 11.0.6; OpenJDK 64-Bit Server VM 
> 11.0.6+10-post-Ubuntu-1ubuntu119.10.1; Ubuntu
>   Runtime = OpenJDK Runtime Environment 
> 11.0.6+10-post-Ubuntu-1ubuntu119.10.1
>   Java Home   = /usr/lib/jvm/java-11-openjdk-amd64
>   System Locale; Encoding = it_IT (nb); UTF-8
>   Home Directory  = /home/dusty
>   Current Directory   = /home/dusty
>   User Directory  = /home/dusty/.netbeans/dev
>   Cache Directory = /home/dusty/.cache/netbeans/dev
>   Installation= /home/sw/netbeans-dev/nb
> /home/sw/netbeans-dev/ergonomics
> /home/sw/netbeans-dev/ide
> /home/sw/netbeans-dev/extide
> /home/sw/netbeans-dev/java
> /home/sw/netbeans-dev/apisupport
> /home/sw/netbeans-dev/webcommon
> /home/sw/netbeans-dev/websvccommon
> /home/sw/netbeans-dev/enterprise
> /home/sw/netbeans-dev/profiler
> /home/sw/netbeans-dev/php
> /home/sw/netbeans-dev/harness
> /home/sw/netbeans-dev/groovy
> /home/sw/netbeans-dev/javafx
> /home/sw/netbeans-dev/platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = 
> /home/sw/netbeans-dev/platform/lib/boot.jar:/home/sw/netbeans-dev/platform/lib/org-openide-modules.jar:/home/sw/netbeans-dev/platform/lib/org-openide-util.jar:/home/sw/netbeans-dev/platform/lib/org-openide-util-lookup.jar:/home/sw/netbeans-dev/platform/lib/org-openide-util-ui.jar
>   Startup Classpath   = 
> /home/sw/netbeans-dev/platform/core/org-netbeans-libs-asm.jar:/home/sw/netbeans-dev/platform/core/asm-tree-7.2.jar:/home/sw/netbeans-dev/platform/core/core-base.jar:/home/sw/netbeans-dev/platform/core/asm-commons-7.2.jar:/home/sw/netbeans-dev/platform/core/asm-7.2.jar:/home/sw/netbeans-dev/platform/core/org-openide-filesystems.jar:/home/sw/netbeans-dev/platform/core/core.jar:/home/sw/netbeans-dev/platform/core/org-openide-filesystems-compat8.jar:/home/sw/netbeans-dev/nb/core/org-netbeans-upgrader.jar:/home/sw/netbeans-dev/nb/core/locale/core_nb.jar
> ---
> WARNING [org.netbeans.core.startup.NbEvents]: The extension 
> /home/sw/netbeans-dev/ide/modules/ext/jcodings-1.0.18.jar may be multiply 
> loaded by modules: 
> [/home/sw/netbeans-dev/ide/modules/org-netbeans-libs-bytelist.jar, 
> /home/sw/netbeans-dev/ide/modules/org-netbeans-modules-textmate-lexer.jar]; 
> see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-path
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/home/sw/netbeans-dev/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
> org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ant.hints, org.netbeans.modules.java.hints, 
> org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints, 
> org.netbeans.modules.maven.j2ee, org.netbeans.modules.web.beans] use 
> org.netbeans.modu

[jira] [Updated] (NETBEANS-3862) create new junit does not show junit 5 template

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka updated NETBEANS-3862:
--
Component/s: java - JUnit

> create new junit does not show junit 5 template
> ---
>
> Key: NETBEANS-3862
> URL: https://issues.apache.org/jira/browse/NETBEANS-3862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Completion & Templates, java - JUnit
>Affects Versions: 11.3
>Reporter: Pieter van den Hombergh
>Priority: Major
>
> In previous versions < 11.3 one could choose junit 4, junt 5 and testng. Now 
> the junit5 versions  are gone in the list. Reordering or editing the 
> templates has no effect.



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

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

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



[jira] [Closed] (NETBEANS-3861) Find usage fails almost every time

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3861.
-
Resolution: Incomplete

> Find usage fails almost every time
> --
>
> Key: NETBEANS-3861
> URL: https://issues.apache.org/jira/browse/NETBEANS-3861
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Utza Alexandru
>Priority: Major
> Attachments: CallController_2.dump, DatabaseLoader_6.dump
>
>
> I attached two dumps from two different classes when find usage fails. It 
> happens for me an almost every find usage.



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

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

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



[jira] [Closed] (NETBEANS-3797) A deadlock was detected

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3797.
-
Resolution: Cannot Reproduce

> A deadlock was detected
> ---
>
> Key: NETBEANS-3797
> URL: https://issues.apache.org/jira/browse/NETBEANS-3797
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Philip Laycock
>Priority: Major
> Attachments: image-2020-02-05-15-59-54-825.png
>
>
> !image-2020-02-05-15-59-54-825.png!
> I was typing vdoc into my php file when this occured.
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  A deadlock was detected.
> We suggest to restart the IDE to recover.
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  AWT-EventQueue-0
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  AWT-EventQueue-0
>  
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  Editor Parsing Loop (11.2-d04fb24027334c4b6fd8397b5d0cdd33187a8f54)



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

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

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



[jira] [Updated] (NETBEANS-3784) IDE is freezing after pasting a simple XML

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka updated NETBEANS-3784:
--
Component/s: php - Editor

> IDE is freezing after pasting a simple XML
> --
>
> Key: NETBEANS-3784
> URL: https://issues.apache.org/jira/browse/NETBEANS-3784
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
> Environment: Ubuntu 18.04.3 LTS
>Reporter: Ankur
>Priority: Major
>
> I am using Netbeans IDE for my PHP code development.
> Here is the version details of my IDE :
> Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.6; OpenJDK 64-Bit Server VM
>  
> Everything works fine but when I create a variable to store an XML string 
> then IDE just freezes. Some times it does not freeze but some keys does not 
> work like Tab , Enter keys do not work. 
> Because of this issue, I couldn't write my code on netbeans IDE and used 
> another text editor .



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

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

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



[netbeans] branch master updated (5ccd21d -> f78623f)

2021-01-22 Thread johnmcdonnell
This is an automated email from the ASF dual-hosted git repository.

johnmcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 5ccd21d  Merge pull request #2705 from entlicher/CodeLensMethodsRun
 add f78623f  [NETBEANS-5004] Replace script with native macOS executable 
(#2563)

No new revisions were added by this update.

Summary of changes:
 .../macosx-launcher-src/.gitignore |   6 +
 .../macosx-launcher-src/Package.swift  |  35 ++
 .../macosx-launcher-src/README.md  |  33 +-
 .../Sources/AppLauncher/main.swift | 183 
 nb/ide.launcher/licenseinfo.xml|   3 -
 nb/ide.launcher/macosx/.gitignore  |   6 +
 .../English.lproj/InfoPlist.strings| Bin 2286 -> 0 bytes
 .../English.lproj/Localizable.strings  | Bin 2388 -> 0 bytes
 .../English.lproj/MainMenu.nib/classes.nib |  30 --
 .../English.lproj/MainMenu.nib/objects.nib | Bin 10774 -> 0 bytes
 .../macosx/NetBeansLauncher/NBExecutor.h   |  34 --
 .../macosx/NetBeansLauncher/NBExecutor.m   | 132 --
 .../macosx/NetBeansLauncher/NBPreferences.h|  54 ---
 .../macosx/NetBeansLauncher/NBPreferences.m| 200 -
 .../NetBeansLauncher.pbproj/project.pbxproj| 476 -
 nb/ide.launcher/macosx/NetBeansLauncher/ReadMe.rtf |  88 
 nb/ide.launcher/macosx/NetBeansLauncher/main.m |  30 --
 .../macosx/NetBeansLauncher/netbeans.icns  | Bin 168443 -> 0 bytes
 nb/ide.launcher/macosx/Package.swift   |  35 ++
 .../MainMenu.nib/info.nib => README.md}|  35 +-
 .../macosx/Sources/NetBeansLauncher/main.swift | 182 
 nbbuild/installer/mac/newbuild/build.sh|  22 +-
 nbbuild/installer/mac/newbuild/build.xml   |  24 +-
 .../mac/newbuild/netBeans/nbide/build.xml  |  19 +-
 nbbuild/installer/readme.txt   |   1 +
 nbbuild/newbuild/build-nbi.sh  |   2 +-
 nbbuild/rat-exclusions.txt |   1 -
 27 files changed, 501 insertions(+), 1130 deletions(-)
 create mode 100644 harness/apisupport.harness/macosx-launcher-src/.gitignore
 create mode 100644 harness/apisupport.harness/macosx-launcher-src/Package.swift
 copy 
nb/ide.launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/info.nib => 
harness/apisupport.harness/macosx-launcher-src/README.md (58%)
 create mode 100644 
harness/apisupport.harness/macosx-launcher-src/Sources/AppLauncher/main.swift
 create mode 100644 nb/ide.launcher/macosx/.gitignore
 delete mode 100644 
nb/ide.launcher/macosx/NetBeansLauncher/English.lproj/InfoPlist.strings
 delete mode 100644 
nb/ide.launcher/macosx/NetBeansLauncher/English.lproj/Localizable.strings
 delete mode 100644 
nb/ide.launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/classes.nib
 delete mode 100644 
nb/ide.launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/objects.nib
 delete mode 100644 nb/ide.launcher/macosx/NetBeansLauncher/NBExecutor.h
 delete mode 100644 nb/ide.launcher/macosx/NetBeansLauncher/NBExecutor.m
 delete mode 100644 nb/ide.launcher/macosx/NetBeansLauncher/NBPreferences.h
 delete mode 100644 nb/ide.launcher/macosx/NetBeansLauncher/NBPreferences.m
 delete mode 100644 
nb/ide.launcher/macosx/NetBeansLauncher/NetBeansLauncher.pbproj/project.pbxproj
 delete mode 100644 nb/ide.launcher/macosx/NetBeansLauncher/ReadMe.rtf
 delete mode 100644 nb/ide.launcher/macosx/NetBeansLauncher/main.m
 delete mode 100644 nb/ide.launcher/macosx/NetBeansLauncher/netbeans.icns
 create mode 100644 nb/ide.launcher/macosx/Package.swift
 rename 
nb/ide.launcher/macosx/{NetBeansLauncher/English.lproj/MainMenu.nib/info.nib => 
README.md} (58%)
 create mode 100644 nb/ide.launcher/macosx/Sources/NetBeansLauncher/main.swift


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

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



[jira] [Closed] (NETBEANS-3784) IDE is freezing after pasting a simple XML

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3784.
-
Resolution: Incomplete

There is no code to reproduce the issue.

> IDE is freezing after pasting a simple XML
> --
>
> Key: NETBEANS-3784
> URL: https://issues.apache.org/jira/browse/NETBEANS-3784
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
> Environment: Ubuntu 18.04.3 LTS
>Reporter: Ankur
>Priority: Major
>
> I am using Netbeans IDE for my PHP code development.
> Here is the version details of my IDE :
> Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.6; OpenJDK 64-Bit Server VM
>  
> Everything works fine but when I create a variable to store an XML string 
> then IDE just freezes. Some times it does not freeze but some keys does not 
> work like Tab , Enter keys do not work. 
> Because of this issue, I couldn't write my code on netbeans IDE and used 
> another text editor .



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

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

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



[jira] [Closed] (NETBEANS-3764) Find and Replace commands grayed out on Edit menu

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3764.
-
Resolution: Cannot Reproduce

Tested in NetBeans 12.2 and can't reproduce.

> Find and Replace commands grayed out on Edit menu
> -
>
> Key: NETBEANS-3764
> URL: https://issues.apache.org/jira/browse/NETBEANS-3764
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 1.8.0_241; Java HotSpot(TM) 64-Bit Server VM 25.241-b07
> Runtime: Java(TM) SE Runtime Environment 1.8.0_241-b07
> System: Windows 8.1 version 6.3 running on amd64; Cp1252; en_US (nb)
>Reporter: Jeremy Dunn
>Priority: Major
> Attachments: FindReplaceDisabled.PNG
>
>
> this is the same issue as old bug #222562 
> [https://bz.apache.org/netbeans/show_bug.cgi?id=222562|https://bz.apache.org/netbeans/show_bug.cgi?id=222562)]
> working in PHP
> it affects some files open in the editor; but not others. 
> Closing the file and reopening it, ALWAYS restores the Edit/Find and 
> Edit/Replace menu items to "normal" (non-grayed/non-disabled) state.
> I haven't been able to find out why it affects some files and not others.
> see attached screenshot for an example. (Sorry, cannot include the entire 
> window due to confidential code).
>   



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

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

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



[jira] [Closed] (NETBEANS-2476) Netbeans 11 EE Support Weblogic Server

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-2476.
-
Resolution: Won't Fix

> Netbeans 11 EE Support Weblogic Server
> --
>
> Key: NETBEANS-2476
> URL: https://issues.apache.org/jira/browse/NETBEANS-2476
> Project: NetBeans
>  Issue Type: New Feature
>Affects Versions: 11.0
>Reporter: Wayne Zhang
>Priority: Major
> Attachments: org-netbeans-modules-j2ee-weblogic9.nbm
>
>
> Java EE don't support Weblogic server (Plugins > Servers > Add Server).
>  
> Please support Weblogic server as previous Netbeans does.



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

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

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



[jira] [Closed] (NETBEANS-3751) Keep order of tabs after IDE reopen

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3751.
-
Resolution: Cannot Reproduce

Tested in NetBeans 12.2 and files are opened in same order.

> Keep order of tabs after IDE reopen
> ---
>
> Key: NETBEANS-3751
> URL: https://issues.apache.org/jira/browse/NETBEANS-3751
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other, ide - UI
>Reporter: Netbeans User 2019
>Priority: Major
>
> Tabs are always reorder (I do not know on what sorting key) by each opening 
> of IDE even if it is set:
> Tools > Options > Appearance > Sort tabs when a document opens is set to 
> "Sort nothing"
> So I expect that will be kept in order before I close IDE.



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

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

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



[netbeans-tools] branch master updated: Don't use "of" as alias in SQL queries (reserved keyword since 8.0.1)

2021-01-22 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-tools.git


The following commit(s) were added to refs/heads/master by this push:
 new ec5a7f9  Don't use "of" as alias in SQL queries (reserved keyword 
since 8.0.1)
 new cf30978  Merge pull request #40 from 
matthiasblaesing/synergy_of_reserved_sql
ec5a7f9 is described below

commit ec5a7f914619b752e5bc473f7353c5db25611c21
Author: Matthias Bläsing 
AuthorDate: Thu Jan 14 20:30:12 2021 +0100

Don't use "of" as alias in SQL queries (reserved keyword since 8.0.1)
---
 synergy/server/db/AssignmentDAO.php | 2 +-
 synergy/server/db/RunDAO.php| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/synergy/server/db/AssignmentDAO.php 
b/synergy/server/db/AssignmentDAO.php
index bae5898..8e44b6c 100644
--- a/synergy/server/db/AssignmentDAO.php
+++ b/synergy/server/db/AssignmentDAO.php
@@ -74,7 +74,7 @@ class AssignmentDAO {
 
 public function getAssignment($assignmentId) {
 DB_DAO::connectDatabase();
-$handler = DB_DAO::getDB()->prepare("SELECT GROUP_CONCAT( of.tribe_id 
SEPARATOR  ';' ) AS tribes_id, u.id AS uid, u.username, a.last_updated, 
a.started, a.issues, a.time_taken, u.first_name,a.keyword_id, u.last_name, 
p.name, a.state, a.number_of_cases, 
a.number_of_completed_cases,a.failed_cases,a.passed_cases, a.skipped_cases, 
k.keyword, a.specification_id,a.id as aid, sp.title as sptitle, a.created_by 
FROM (test_assignement a, user u, platform p, specification sp) LEFT JOIN keyw 
[...]
+$handler = DB_DAO::getDB()->prepare("SELECT GROUP_CONCAT( mof.tribe_id 
SEPARATOR  ';' ) AS tribes_id, u.id AS uid, u.username, a.last_updated, 
a.started, a.issues, a.time_taken, u.first_name,a.keyword_id, u.last_name, 
p.name, a.state, a.number_of_cases, 
a.number_of_completed_cases,a.failed_cases,a.passed_cases, a.skipped_cases, 
k.keyword, a.specification_id,a.id as aid, sp.title as sptitle, a.created_by 
FROM (test_assignement a, user u, platform p, specification sp) LEFT JOIN key 
[...]
 
 $handler->bindValue(":id", $assignmentId);
 if (!$handler->execute()) {
diff --git a/synergy/server/db/RunDAO.php b/synergy/server/db/RunDAO.php
index aafa6cc..23f1325 100755
--- a/synergy/server/db/RunDAO.php
+++ b/synergy/server/db/RunDAO.php
@@ -283,9 +283,9 @@ class RunDAO {
 public function getAssignments($id, $withIssues) {
 DB_DAO::connectDatabase();
 if ($withIssues) {
-$handler = DB_DAO::getDB()->prepare("SELECT GROUP_CONCAT( 
of.tribe_id SEPARATOR  ';' ) AS tribes_id, u.id AS uid, u.username, 
a.last_updated, a.started, a.issues, a.time_taken, u.first_name,a.keyword_id, 
u.last_name, p.name, a.state, a.number_of_cases, 
a.number_of_completed_cases,a.failed_cases,a.passed_cases, a.skipped_cases, 
k.keyword, a.specification_id,a.id as aid, sp.title as sptitle, a.created_by 
FROM (test_assignement a, user u, platform p, specification sp) LEFT JOIN  [...]
+$handler = DB_DAO::getDB()->prepare("SELECT GROUP_CONCAT( 
mof.tribe_id SEPARATOR  ';' ) AS tribes_id, u.id AS uid, u.username, 
a.last_updated, a.started, a.issues, a.time_taken, u.first_name,a.keyword_id, 
u.last_name, p.name, a.state, a.number_of_cases, 
a.number_of_completed_cases,a.failed_cases,a.passed_cases, a.skipped_cases, 
k.keyword, a.specification_id,a.id as aid, sp.title as sptitle, a.created_by 
FROM (test_assignement a, user u, platform p, specification sp) LEFT JOIN [...]
 } else {
-$handler = DB_DAO::getDB()->prepare("SELECT GROUP_CONCAT( 
of.tribe_id SEPARATOR  ';' ) AS tribes_id, u.username, u.id AS uid, 
a.last_updated, a.started, u.first_name,a.keyword_id, u.last_name, p.name, 
a.state, a.number_of_cases, 
a.number_of_completed_cases,a.failed_cases,a.passed_cases, a.skipped_cases, 
k.keyword, a.specification_id,a.id as aid, sp.title as sptitle, a.created_by 
FROM (test_assignement a, user u, platform p, specification sp) LEFT JOIN 
keyword k ON k.id=a.keyw [...]
+$handler = DB_DAO::getDB()->prepare("SELECT GROUP_CONCAT( 
mof.tribe_id SEPARATOR  ';' ) AS tribes_id, u.username, u.id AS uid, 
a.last_updated, a.started, u.first_name,a.keyword_id, u.last_name, p.name, 
a.state, a.number_of_cases, 
a.number_of_completed_cases,a.failed_cases,a.passed_cases, a.skipped_cases, 
k.keyword, a.specification_id,a.id as aid, sp.title as sptitle, a.created_by 
FROM (test_assignement a, user u, platform p, specification sp) LEFT JOIN 
keyword k ON k.id=a.key [...]
 }
 
 $handler->bindValue(":id", $id);


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

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

[jira] [Closed] (NETBEANS-3742) NPE in WebProjectBrowserProvider

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3742.
-
Resolution: Incomplete

> NPE in WebProjectBrowserProvider
> 
>
> Key: NETBEANS-3742
> URL: https://issues.apache.org/jira/browse/NETBEANS-3742
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Shevek
>Priority: Major
>
> Dunno.
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.gradle.javaee.web.WebProjectBrowserProvider.getPreferences(WebProjectBrowserProvider.java:119)
>   at 
> org.netbeans.modules.gradle.javaee.web.WebProjectBrowserProvider.removePropertyChangeListener(WebProjectBrowserProvider.java:106)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction.activeProjectChanged(ActiveBrowserAction.java:320)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction.refreshView(ActiveBrowserAction.java:305)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction.access$700(ActiveBrowserAction.java:86)
>   at 
> org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction$8.run(ActiveBrowserAction.java:295)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [null]: Last record repeated again.



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

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

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



[jira] [Closed] (NETBEANS-2046) High CPU usage and continuously stuck when working a simple Vue.js/Node.js project

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-2046.
-
Resolution: Incomplete

> High CPU usage and continuously stuck when working a simple Vue.js/Node.js 
> project
> --
>
> Key: NETBEANS-2046
> URL: https://issues.apache.org/jira/browse/NETBEANS-2046
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Juion Juiun
>Priority: Major
>
> While working on a Vue.js/Node.js project I keep receiving the following 
> exception:
> {noformat}
> WARNING [org.netbeans.ProxyClassLoader]: Will not load class 
> org.apache.lucene.store.ChecksumIndexInput arbitrarily from one of 
> ModuleCL@7b39b6fe[org.netbeans.libs.lucene] and 
> ModuleCL@7a0db283[org.netbeans.modules.maven.indexer] starting from 
> SystemClassLoader[611 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE
> WARNING [org.netbeans.ProxyClassLoader]: Will not load class 
> org.apache.lucene.index.SegmentInfos$1 arbitrarily from one of 
> ModuleCL@7b39b6fe[org.netbeans.libs.lucene] and 
> ModuleCL@7a0db283[org.netbeans.modules.maven.indexer] starting from 
> SystemClassLoader[611 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE
> WARNING [org.netbeans.modules.versioning.util.Utils]: associateEncoding() no 
> file object available for /tmp/vcs-1549093317819/vcs-1549106012200/_id.vue
> WARNING [org.netbeans.modules.versioning.util.Utils]: associateEncoding() no 
> file object available for /tmp/vcs-1549093317819/vcs-1549106017187/_id.vue
> WARNING [org.netbeans.modules.versioning.util.Utils]: associateEncoding() no 
> file object available for /tmp/vcs-1549093317819/vcs-1549106024166/_id.vue
> WARNING [org.netbeans.modules.versioning.util.Utils]: associateEncoding() no 
> file object available for /tmp/vcs-1549093317819/vcs-1549106025032/_id.vue
> INFO [CPOnSaveHook]: processSavedFile called for Sass type on project 
> /tmp/project.
> WARNING [org.netbeans.modules.csl.editor.fold.GsfFoldManager]: Undefined fold 
> types used in 
> org.netbeans.modules.javascript2.editor.parser.JsParserResult@45b235cf: 
> [code-block, comment]
> WARNING [null]: Last record repeated again.
> WARNING [org.netbeans.modules.csl.editor.fold.GsfFoldManager]: Undefined fold 
> types used in 
> org.netbeans.modules.javascript2.editor.parser.JsParserResult@ba09fbf: 
> [code-block, comment]
> WARNING [org.netbeans.modules.csl.editor.fold.GsfFoldManager]: Undefined fold 
> types used in 
> org.netbeans.modules.javascript2.editor.parser.JsParserResult@57b5ae66: 
> [code-block, comment]
> INFO [CPOnSaveHook]: processSavedFile called for Sass type on project 
> /tmp/project.
> INFO [null]: Last record repeated again.
> WARNING [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
> java.lang.StackOverflowError
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at org.apache.lucene.store.MMapDirectory$1.run(MMapDirectory.java:163)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> org.apache.lucene.store.MMapDirectory.cleanMapping(MMapDirectory.java:158)
>   at 
> org.apache.lucene.store.MMapDirectory$MMapIndexInput.close(MMapDirectory.java:389)
>   at 
> org.apache.lucene.store.ChecksumIndexInput.close(ChecksumIndexInput.java:60)
>   at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:340)
>   at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:363)
>   at 
> org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:754)
>   at 
> org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:593)
>   at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:359)
>   at 
> org.apache.lucene.index.IndexReader.indexExists(IndexReader.java:1076)
>   at 
> org.netbeans.modules.parsing.lucene.LuceneIndex$DirCache.exists(LuceneIndex.java:783)
>   at 
> org.netbeans.modules.parsing.lucene.LuceneIndex._doStore(LuceneIndex.java:411)
>   at 
> org.netbeans.modules.parsing.lucene.LuceneIndex.txStore(LuceneIndex.java:386)
>   at 
> org.netbeans.modules.parsing.lucene.DocumentIndexImpl.storeImpl(DocumentIndexImpl.java:196)
>   at 
> org.netbeans.modules.parsing.lucene.DocumentIndexImpl.store(DocumentIndexImpl.java:171)
>   at 
> org.netbeans.modules.parsing.lucene.DocumentIndexImpl.addDocument(DocumentIndexImpl.java:108)
>   at 
> org.netbeans.modules.parsing.impl.indexing.lucene.LayeredDocumentIndex.addDocument(LayeredDocum

[jira] [Closed] (NETBEANS-3724) Unexpected error while scanning project

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3724.
-
Resolution: Incomplete

> Unexpected error while scanning project
> ---
>
> Key: NETBEANS-3724
> URL: https://issues.apache.org/jira/browse/NETBEANS-3724
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Alexander Khokhlov
>Priority: Major
> Attachments: IDE.log
>
>




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

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

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



[jira] [Closed] (NETBEANS-2434) Can't install JIRA plugin

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-2434.
-
Resolution: Duplicate

> Can't install JIRA plugin
> -
>
> Key: NETBEANS-2434
> URL: https://issues.apache.org/jira/browse/NETBEANS-2434
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0, 11.0, 12.0, 11.1, 11.2
>Reporter: Ray Slater
>Priority: Major
> Attachments: extra.zip
>
>
> I'm trying to install the Jira plugin in Netbeans 11, but it fails to 
> download the REST client from atlassian:
> {noformat}
> SEVERE [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]
> msg
> Caused: org.netbeans.api.autoupdate.OperationException[INSTALL]: Cannot 
> resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:768)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [catch] at java.lang.Thread.run(Thread.java:745)
> There were some problems while storing JIRA REST Client.
> Cause: Cannot resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> {noformat}
> Searching threw up this old Bugzilla: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244014]
> In that Bugzilla there are 2 links & the solution suggests that both would be 
> tried in a fixed version.
> For me, this link works: 
>  
> [https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]
> but this link fails:
>  
> [https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]



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

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

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



[jira] [Commented] (NETBEANS-2720) Bundle JIRA integration directly with the IDE

2021-01-22 Thread Jira


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

Tomáš Procházka commented on NETBEANS-2720:
---

Plugin will be part of 6th donation from Oracle to Apache.

[https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition]

> Bundle JIRA integration directly with the IDE
> -
>
> Key: NETBEANS-2720
> URL: https://issues.apache.org/jira/browse/NETBEANS-2720
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - Infrastructure
>Affects Versions: 11.1
>Reporter: Luca Mambretti
>Priority: Major
>  Labels: jira
>
> It would be very nice to have the JIRA integration module bundled with the 
> IDE Out of the Box without any need of external downloads.



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

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

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



[jira] [Closed] (NETBEANS-3709) Enter key started not working

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3709.
-
Resolution: Incomplete

> Enter key started not working
> -
>
> Key: NETBEANS-3709
> URL: https://issues.apache.org/jira/browse/NETBEANS-3709
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: MacOS Catalina
>Reporter: Rob Brown
>Priority: Major
> Attachments: messages.log
>
>
> Enter key stopped working and cannot create a new line in code (javascript 
> file)
>  
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.lib.html.lexer.HtmlLexer.equals(HtmlLexer.java:1557) at 
> org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1051) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at 
> org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:171)
>  at org.netbeans.lib.lexer.BatchTokenList.tokenCount(BatchTokenList.java:122) 
> at org.netbeans.api.lexer.TokenSequence.moveEnd(TokenSequence.java:607) at 
> org.netbeans.modules.html.editor.lib.ElementsParser.forTokenIndex(ElementsParser.java:106)
>  at 
> org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.(ElementsIterator.java:63)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.(SyntaxAnalyzer.java:57)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.create(SyntaxAnalyzer.java:53)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndenter.(HtmlIndenter.java:63)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTask.(HtmlIndentTask.java:40)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTaskFactory.createTask(HtmlIndentTaskFactory.java:32)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask(TaskHandler.java:531)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.addItem(TaskHandler.java:315) 
> at 
> org.netbeans.modules.editor.indent.TaskHandler.collectTasks(TaskHandler.java:133)
>  at 
> org.netbeans.modules.editor.indent.IndentImpl.indentLock(IndentImpl.java:136) 
> at org.netbeans.modules.editor.indent.api.Indent.lock(Indent.java:91) at 
> org.netbeans.editor.BaseKit$InsertBreakAction.actionPerformed(BaseKit.java:1518)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322) at 
> javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1663) at 
> javax.swing.JComponent.processKeyBinding(JComponent.java:2882) at 
> javax.swing.JComponent.processKeyBindings(JComponent.java:2929) at 
> javax.swing.JComponent.processKeyEvent(JComponent.java:2845) at 
> java.awt.Component.processEvent(Component.java:6310) at 
> java.awt.Container.processEvent(Container.java:2237) at 
> java.awt.Component.dispatchEventImpl(Component.java:4889) at 
> java.awt.Container.dispatchEventImpl(Container.java:2295) at 
> java.awt.Component.dispatchEvent(Component.java:4711) at 
> java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954) 
> at 
> java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:806)
>  at 
> java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1074)
>  at 
> java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:945)
>  at 
> java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:771)
>  at java.awt.Component.dispatchEventImpl(Component.java:4760) at 
> java.awt.Container.dispatchEventImpl(Container.java:2295) at 
> java.awt.Window.dispatchEventImpl(Window.java:2746) at 
> java.awt.Component.dispatchEvent(Component.java:4711) at 
> java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at 
> java.awt.EventQueue.access$500(EventQueue.java:97) at 
> java.awt.EventQueue$3.run(EventQueue.java:709) at 
> java.awt.EventQueue$3.run(EventQueue.java:703) at 
> java.security.AccessController.doPrivileged(Native Method) at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
>  at java.awt.EventQueue$4.run(EventQueue.java:731) at 
> java.awt.EventQueue$4.run(EventQueue.java:729) at 
> java.security.AccessController.doPrivileged(Native Method) at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>  at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)[catch]
>  at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
>  at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
> 

[jira] [Closed] (NETBEANS-3710) Issue with white text

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3710.
-
Resolution: Abandoned

> Issue with white text
> -
>
> Key: NETBEANS-3710
> URL: https://issues.apache.org/jira/browse/NETBEANS-3710
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Raul Gutierrez Niubo
>Priority: Major
> Attachments: CDD13C9B-B2B1-43F8-A50C-AD995D2CF0B6_1_105_c.jpeg
>
>
> The background of Netbeans is white and all the text is white too, so I can't 
> see it unless I click on it. This happens for every menu. For example, If I 
> create a new project, then I can't see the letters because they are white so 
> I can't choose the location or anything unless I click on it so the 
> background becomes blue and I'm able to see it. I have a picture that shows 
> what I'm trying to explain. Thanks!



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

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

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



[jira] [Closed] (NETBEANS-3689) Hangs on opening project.

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3689.
-
Resolution: Incomplete

> Hangs on opening project.
> -
>
> Key: NETBEANS-3689
> URL: https://issues.apache.org/jira/browse/NETBEANS-3689
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: al p
>Priority: Major
>
> Win 7
> Hangs Long time. 10-15 minutes even. 
> Can't do anything until it comes back.  
>  



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

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

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



[jira] [Resolved] (NETBEANS-2608) Graphics: Can't tell when a project has an error

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka resolved NETBEANS-2608.
---
Resolution: Fixed

> Graphics: Can't tell when a project has an error
> 
>
> Key: NETBEANS-2608
> URL: https://issues.apache.org/jira/browse/NETBEANS-2608
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Shevek
>Priority: Major
> Attachments: nb-gradle-icons.png
>
>
> I care about only one thing in the project summary: Does a project have an 
> error.
> Look at the attached image, and tell me at a glance which subprojects have 
> errors?
> I can't see because there's too much other noise in confusing colours.
> Please can you remove all unnecessary noise from the project icon EXCEPT red 
> for error, and something NOT-in-the-red-spectrum for OK.
> The kind of dark orange coffee cup makes the icon totally useless.
> Imagine 200 of these icons on a 4K screen.
> I don't care if it's a gradle project or a maven project, whether anyone 
> thinks it contains XML or EJBs, or is upside down or written in greek. I KNOW 
> that stuff anyway, it's not a rapidly changing property of a project. What I 
> want the IDE to tell me is "Does this contain an error". There's no other 
> useful information there.
> Please note, just for the record: None of these subprojects have errors, it's 
> a NetBeans synchronization or source-rescanning bug that it thinks they do. 
> When I ask it to compile, it's fine. But that's not what this ticket is about.



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

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

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



[jira] [Closed] (NETBEANS-3672) Modular project run fails with exception

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3672.
-
Resolution: Incomplete

> Modular project run fails with exception
> 
>
> Key: NETBEANS-3672
> URL: https://issues.apache.org/jira/browse/NETBEANS-3672
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Windows 10
>Reporter: Tom Prodehl
>Priority: Major
>
> Modular project builds without error, run does nothing, exception in log 
> ide log:
> WARNING [org.openide.util.ImageUtilities]: Initial slashes in 
> Utilities.loadImage deprecated (cf. #20072): 
> /org/netbeans/modules/java/source/resources/icons/warning.png
> Diagnostic information
> Input arguments:
>  -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>  -XX:+UseStringDeduplication
>  -Djdk.lang.Process.allowAmbiguousCommands=true
>  -Xss2m
>  -Djdk.gtk.version=2.2
>  -Dapple.laf.useScreenMenuBar=true
>  -Dapple.awt.graphics.UseQuartz=true
>  -Dsun.java2d.noddraw=true
>  -Dsun.java2d.dpiaware=true
>  -Dsun.zip.disableMemoryMapping=true
>  -Dplugin.manager.check.updates=false
>  -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>  --add-opens=java.base/java.net=ALL-UNNAMED
>  --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>  --add-opens=java.base/java.lang=ALL-UNNAMED
>  --add-opens=java.base/java.security=ALL-UNNAMED
>  --add-opens=java.base/java.util=ALL-UNNAMED
>  --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>  --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>  --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>  --add-opens=java.desktop/java.awt=ALL-UNNAMED
>  --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>  --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>  --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>  --add-modules=jdk.jshell
>  --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>  --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>  --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>  --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>  --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>  --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>  --add-exports=java.management/sun.management=ALL-UNNAMED
>  --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>  --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>  -XX:+IgnoreUnrecognizedVMOptions
>  -Djdk.home=C:\Program Files\AdoptOpenJDK\jdk-11.0.4.11-hotspot
>  -Dnetbeans.home=D:\DevTools\NetBeans-11.2\netbeans\platform
>  -Dnetbeans.user=C:\Users\TomProdehl\AppData\Roaming\NetBeans\11.2
>  -Dnetbeans.default_userdir_root=C:\Users\TomProdehl\AppData\Roaming\NetBeans
>  -XX:+HeapDumpOnOutOfMemoryError
>  
> -XX:HeapDumpPath=C:\Users\TomProdehl\AppData\Roaming\NetBeans\11.2\var\log\heapdump.hprof
>  -Dsun.awt.keepWorkingSetOnMinimize=true
>  
> -Dnetbeans.dirs=D:\DevTools\NetBeans-11.2\netbeans\nb;D:\DevTools\NetBeans-11.2\netbeans\ergonomics;D:\DevTools\NetBeans-11.2\netbeans\ide;D:\DevTools\NetBeans-11.2\netbeans\extide;D:\DevTools\NetBeans-11.2\netbeans\java;D:\DevTools\NetBeans-11.2\netbeans\apisupport;D:\DevTools\NetBeans-11.2\netbeans\webcommon;D:\DevTools\NetBeans-11.2\netbeans\websvccommon;D:\DevTools\NetBeans-11.2\netbeans\enterprise;D:\DevTools\NetBeans-11.2\netbeans\mobility;D:\DevTools\NetBeans-11.2\netbeans\profiler;D:\DevTools\NetBeans-11.2\netbeans\python;D:\DevTools\NetBeans-11.2\netbeans\php;D:\DevTools\NetBeans-11.2\netbeans\identity;D:\DevTools\NetBeans-11.2\netbeans\harness;D:\DevTools\NetBeans-11.2\netbeans\cnd;D:\DevTools\NetBeans-11.2\netbeans\cndext;D:\DevTools\NetBeans-11.2\netbeans\dlight;D:\DevTools\NetBeans-11.2\netbeans\groovy;D:\DevTools\NetBeans-11.2\netbeans\extra;D:\DevTools\NetBeans-11.2\netbeans\javacard;D:\DevTools\NetBeans-11.2\netbeans\javafx
>  exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 384.0MB maximum 6134.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=8 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10763 total loaded=10763 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 25,724,948,480
> WARNING [org.openide.filesystems.Ordering]: Found same position 1,821 for 
> both org-netbeans-modules-gradle-customPopup.shadow and 
> org-netbeans-modules-maven-customPopup.shadow
> WARNING [org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup]: 
> Dangling shadow found: Editors/text/x-groovy/JavaIndexer.shadow -> 
> Editors/text/x-java/JavaIndexer.instance
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: 
> Resolving dependencies took: 2,453 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.Repository

[jira] [Resolved] (NETBEANS-3666) Excessive amount of CPU used in multitab UI

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka resolved NETBEANS-3666.
---
Fix Version/s: 11.3
 Assignee: Karl Tauber
   Resolution: Fixed

PR was merged.

> Excessive amount of CPU used in multitab UI
> ---
>
> Key: NETBEANS-3666
> URL: https://issues.apache.org/jira/browse/NETBEANS-3666
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>  Labels: performance, pull-request-available
> Fix For: 11.3
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> It seems there is a performance bottleneck in multitabs implementation.
> org.netbeans.core.multitabs.impl.TabDataRenderer.getPreferredWidth(Object) is 
> being called several times spending considerable amount of time setting the 
> text on a JLabel over and over:
>  
> [https://github.com/apache/netbeans/blob/06b3e677d9ea4dbd9987c8245fe5be776e8245f8/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/TabDataRenderer.java#L144]
> The purpose of these calls is to properly measure the width of the rendered 
> component.



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

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

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



[jira] [Closed] (NETBEANS-3641) Find Usages throws ClassCastException

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3641.
-
Resolution: Incomplete

> Find Usages throws ClassCastException
> -
>
> Key: NETBEANS-3641
> URL: https://issues.apache.org/jira/browse/NETBEANS-3641
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Windows 10, 10.0, amd64, Java HotSpot(TM) 64-Bit Server 
> VM, 25.181-b13, Java(TM) SE Runtime Environment, 1.8.0_181-b13, IDE 11.2
>Reporter: jose luis romero
>Priority: Major
>
> Every time I try to "find usages" on some method from a project that it is 
> being used by 
>  many others as a dependency, so I select
> *Find Usage and overriding methods*
> and *Scope: current Pro & Dependencies* this error shows up
> Selecting *Find usages* doesn't produce the error
> 
>   2019-12-27T07:46:21
>   1577443581224
>   1115
>   700
>   150
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Windows 10, 10.0, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 25.181-b13, Java(TM) SE Runtime 
> Environment, 1.8.0_181-b13
>   Apache NetBeans IDE 11.2
>   
>   ClassCastException: com.sun.tools.javac.code.Symtab$6 cannot be cast 
> to javax.lang.model.element.TypeElement
>    reproduce>
>   *
> 



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

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

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



[jira] [Closed] (NETBEANS-3622) No history available

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3622.
-
Resolution: Incomplete

> No history available
> 
>
> Key: NETBEANS-3622
> URL: https://issues.apache.org/jira/browse/NETBEANS-3622
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - History
>Affects Versions: 11.2
> Environment: Laptop
> Processor: Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz 1.80 GHz
> RAM: 4,00 GB (3,71 GB verwendbar)
> System 64-Bit-Betriebssystem. x64-based processer 
> Windows 10 Home 1909 22.11.2019 18363.535 
>Reporter: Darya Akbari
>Assignee: Geertjan Wielenga
>Priority: Major
>
> Plugin Local History is installed with the Base IDE and activated (Tools -> 
> Plugins -> Installed) but there is no history available. 



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

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

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



[jira] [Closed] (NETBEANS-3359) Can't save Changes In Project

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3359.
-
Resolution: Cannot Reproduce

> Can't save Changes In Project
> -
>
> Key: NETBEANS-3359
> URL: https://issues.apache.org/jira/browse/NETBEANS-3359
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Luis Felipe Quiñones Nieto
>Priority: Major
>
> Netbeans 11.2 throws an error while trying to save a file with a simple 
> modification:
>  
>  



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

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

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



[jira] [Closed] (NETBEANS-3513) Stopping of Tomcat failed

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3513.
-
Resolution: Cannot Reproduce

> Stopping of Tomcat failed
> -
>
> Key: NETBEANS-3513
> URL: https://issues.apache.org/jira/browse/NETBEANS-3513
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: OS: Windows 10
> NB: 11.1
> Tomcat: 9.0.26
>Reporter: Dmytro Buhai
>Priority: Major
>
> Netbeans 11.1 cannot stop Tomcat.
> NB waits for some time trying to stop tomcat but then just shows an error 
> window with "Stopping of Tomcat failed" message.



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

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

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



[jira] [Closed] (NETBEANS-3336) Installator crash with Exception NoClassDefFound

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3336.
-
Resolution: Cannot Reproduce

> Installator crash with Exception NoClassDefFound
> 
>
> Key: NETBEANS-3336
> URL: https://issues.apache.org/jira/browse/NETBEANS-3336
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: OS: Ubuntu 18.04
> Java: 13
>Reporter: Michał Kudela
>Priority: Major
>
> When trying to install Netbeans it fails with exception:
> {{java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in 
> thread "main"}}
> Full console output:
> user@wf:~$ ./Apache-NetBeans-11.2-bin-linux-x64.sh 
>  {{Configuring the installer...}}
>  {{Searching for JVM on the system...}}
>  {{Extracting installation data...}}
>  {{Running the installer wizard...}}
> {{Exception: java.lang.NoClassDefFoundError thrown from the 
> UncaughtExceptionHandler in thread "main"}}
>  {{user@wf:~$ java --version}}
>  {{openjdk 13.0.1 2019-10-15}}
>  {{OpenJDK Runtime Environment (build 13.0.1+9)}}
>  {{OpenJDK 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)}}
>  
>  



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

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

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



[jira] [Closed] (NETBEANS-3624) Formatting issue in 'records' (JDK-14)

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3624.
-
Resolution: Incomplete

> Formatting issue in 'records' (JDK-14)
> --
>
> Key: NETBEANS-3624
> URL: https://issues.apache.org/jira/browse/NETBEANS-3624
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
> Environment: OpenJDK Runtime Environment 14-ea+27-1339
>Reporter: Akhilesh Singh
>Priority: Major
>  Labels: jdk14
>
> Incorrect formatting for the new feature 'record' on pressing ALT-SHIFT-F
> Steps :
> Type the below code on editor & Press ALT-SHIFT-F :
>  record Test2(long i, int j) {
> public void m(){
> System.out.println();
> } 
> }
>   
> Actual Result :
> record
> Test2(long i
>  , int j
> ) {
> public void m() {
>  System.out.println();
>  }
> }
>  
> Expected Result :
> record Test2(long i, int j) {
>      public void m(){
>      System.out.println();
>      } 
> }



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

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

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



[jira] [Created] (NETBEANS-5280) Test of new template

2021-01-22 Thread Jira
Tomáš Procházka created NETBEANS-5280:
-

 Summary: Test of new template
 Key: NETBEANS-5280
 URL: https://issues.apache.org/jira/browse/NETBEANS-5280
 Project: NetBeans
  Issue Type: Improvement
Reporter: Tomáš Procházka
Assignee: Tomáš Procházka






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

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

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



[jira] [Resolved] (NETBEANS-5280) Test of new template

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka resolved NETBEANS-5280.
---
Resolution: Implemented

Issue template was changed.

> Test of new template
> 
>
> Key: NETBEANS-5280
> URL: https://issues.apache.org/jira/browse/NETBEANS-5280
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Major
>




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

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

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



[jira] [Closed] (NETBEANS-3591) Code completion fails for generic Class variables

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3591.
-
Resolution: Incomplete

> Code completion fails for generic Class variables
> 
>
> Key: NETBEANS-3591
> URL: https://issues.apache.org/jira/browse/NETBEANS-3591
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 11.2
> Environment: OpenJDK 13+33, Windows 10
>Reporter: dennis lucero
>Priority: Major
>
> {noformat}
> Class c1;
> Class c2;
> {noformat}
> Code completion works after typing {{c1.}} (suggesting "asSubclass(Class 
> clazz)" and so on), but not for {{c2.}} ("no suggestions").



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

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

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



[jira] [Closed] (NETBEANS-3578) netbeans hangs in "opening projects"

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3578.
-
Resolution: Incomplete

> netbeans hangs in "opening projects"
> 
>
> Key: NETBEANS-3578
> URL: https://issues.apache.org/jira/browse/NETBEANS-3578
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10, Intel i5-6300U, 16 GB RAM
>Reporter: Arne Adams
>Priority: Major
> Attachments: nbprobl.txt
>
>
> netbeans hangs in "opening projects"
> With the workaround described in:
> https://netbeans.org/bugzilla/show_bug.cgi?id=229749
> (disconnect from all networks, start netbeans, reconnect to all networks)
> netbeans does not hang
> Attached is a thread dump.



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

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

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



[jira] [Closed] (NETBEANS-3572) Exception in code editor

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3572.
-
Resolution: Incomplete

> Exception in code editor
> 
>
> Key: NETBEANS-3572
> URL: https://issues.apache.org/jira/browse/NETBEANS-3572
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.2
> Environment: Ubuntu 18.04
>Reporter: Andriy Svirskyy
>Priority: Major
> Attachments: ide.log, ui.log
>
>
> IDE throws exception displaying code autocompletion pop-up window



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

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

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



[jira] [Resolved] (NETBEANS-3339) "Go to Symbol" does nothing

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka resolved NETBEANS-3339.
---
Resolution: Fixed

> "Go to Symbol" does nothing
> ---
>
> Key: NETBEANS-3339
> URL: https://issues.apache.org/jira/browse/NETBEANS-3339
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation
>Affects Versions: 11.2
> Environment: Ubuntu, Netbeans 11.2 over JDK 11
>Reporter: Alessandro Polverini
>Priority: Major
> Fix For: 11.3
>
>
> If I open the Go to Sumbol panel (ctrl+alt+shift+O) and I start entering the 
> name of a symbol I correctly see the filtered one matching, but double 
> clicking one of them or pressing return just closes the window and nothing 
> else happens.



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

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

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



[jira] [Closed] (NETBEANS-3568) No folders or file names in Open Project

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3568.
-
Resolution: Cannot Reproduce

> No folders or file names in Open Project
> 
>
> Key: NETBEANS-3568
> URL: https://issues.apache.org/jira/browse/NETBEANS-3568
> Project: NetBeans
>  Issue Type: Bug
> Environment: Mac OS 10.15.1
>Reporter: Jonas Andersson
>Priority: Major
> Attachments: Skjermbilde 2019-12-09 kl. 16.27.33.png
>
>
> No folder or filenames are shown in Open Project dialog.



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

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

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



[jira] [Closed] (NETBEANS-3566) NullPointerException when NetBeans opens, Libraries not shown in tree

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3566.
-
Resolution: Cannot Reproduce

> NullPointerException when NetBeans opens, Libraries not shown in tree
> -
>
> Key: NETBEANS-3566
> URL: https://issues.apache.org/jira/browse/NETBEANS-3566
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Windows
>Reporter: Henry
>Priority: Major
>
> {noformat}
> ---
> >Log Session: Monday, December 9, 2019 at 8:44:43 AM South Africa Standard 
> >Time
> >System Info: 
>   Product Version = Apache NetBeans IDE 11.2
>   Operating System= Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor= 13.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 13.0.1+9; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 13.0.1+9
>   Java Home   = C:\Program Files\Java\jdk-13.0.1
>   System Locale; Encoding = en_ZA (nb); Cp1252
>   Home Directory  = C:\Users\0400643
>   Current Directory   = C:\Program Files\NetBeans-11.2
>   User Directory  = C:\Users\0400643\AppData\Roaming\NetBeans\11.2
>   Cache Directory = C:\Users\0400643\AppData\Local\NetBeans\Cache\11.2
>   Installation= C:\Program Files\NetBeans-11.2\netbeans\nb
> C:\Program Files\NetBeans-11.2\netbeans\ergonomics
> C:\Program Files\NetBeans-11.2\netbeans\ide
> C:\Program Files\NetBeans-11.2\netbeans\extide
> C:\Program Files\NetBeans-11.2\netbeans\java
> C:\Program Files\NetBeans-11.2\netbeans\apisupport
> C:\Program Files\NetBeans-11.2\netbeans\webcommon
> C:\Program 
> Files\NetBeans-11.2\netbeans\websvccommon
> C:\Program Files\NetBeans-11.2\netbeans\profiler
> C:\Program Files\NetBeans-11.2\netbeans\harness
> C:\Program Files\NetBeans-11.2\netbeans\javafx
> C:\Program Files\NetBeans-11.2\netbeans\platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = C:\Program 
> Files\NetBeans-11.2\netbeans\platform\lib\boot.jar;C:\Program 
> Files\NetBeans-11.2\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
> Files\NetBeans-11.2\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
>  Files\NetBeans-11.2\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
> Files\NetBeans-11.2\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath   = C:\Program 
> Files\NetBeans-11.2\netbeans\platform\core\asm-all-5.0.1.jar;C:\Program 
> Files\NetBeans-11.2\netbeans\platform\core\core-base.jar;C:\Program 
> Files\NetBeans-11.2\netbeans\platform\core\core.jar;C:\Program 
> Files\NetBeans-11.2\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program
>  
> Files\NetBeans-11.2\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
>  
> Files\NetBeans-11.2\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
>  Files\NetBeans-11.2\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
> Files\NetBeans-11.2\netbeans\nb\core\locale\core_nb.jar
> ---
> WARNING [org.netbeans.core.modules]: had to upgrade dependencies for module 
> org.pr.nb.plugins.usd: added = [module org.netbeans.api.templates > 1.0, 
> module org.openide.filesystems.nb, module org.openide.filesystems.compat8] 
> removed = []; details: [Separation of desktop and cleanup, Templates API has 
> been separated into its own module.]
> WARNING [org.netbeans.core.startup.NbEvents]: The extension C:\Program 
> Files\NetBeans-11.2\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be 
> multiply loaded by modules: [C:\Program 
> Files\NetBeans-11.2\netbeans\ide\modules\org-netbeans-libs-bytelist.jar, 
> C:\Program 
> Files\NetBeans-11.2\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar];
>  see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-path
> INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
> Files/NetBeans-11.2/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.

[jira] [Closed] (NETBEANS-3562) Maven multimodule parent project pom can't be opened

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3562.
-
Resolution: Incomplete

There are no steps to reproduce the issue.

> Maven multimodule parent project pom can't be opened
> 
>
> Key: NETBEANS-3562
> URL: https://issues.apache.org/jira/browse/NETBEANS-3562
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; Eclipse OpenJ9 VM openj9-0.17.0
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Ruslan Lopez Carro
>Priority: Major
> Attachments: messages.log, uigestures
>
>
> Open a maven multi-module project and create another module from the ide, 
> (Run maven task).
> The project compiles, but when you try to open the paren pom the edit window 
> appears and closes without loading the file.
>  
> I've already tried selecting the root project and clicking "Reload POM" 
> Without success.
>  



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

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

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



[jira] [Closed] (NETBEANS-3563) Error starting Netbeans 11.1 on Mac OS Catalina (10.15.1)

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3563.
-
Resolution: Incomplete

> Error starting Netbeans 11.1 on Mac OS Catalina (10.15.1)
> -
>
> Key: NETBEANS-3563
> URL: https://issues.apache.org/jira/browse/NETBEANS-3563
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Lionel Rivas
>Priority: Major
>
> I experienced this issue when starting Netbeans after upgrading to Mac OS 
> Catalina (10.15.1)
>  
> 
>  2019-11-05T14:26:14
>  1572985574506
>  174944
>  global
>  1000
>  23
>  /Users/lionelrivas/Library/Application 
> Support/NetBeans/11.1/var/log/heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
>  java.awt.image.DataBufferInt
>  
>  75
>  jrt:/java.desktop/java/awt/image/DataBufferInt.class
>  
>  
>  java.awt.image.Raster
>  createPackedRaster
>  467
>  jrt:/java.desktop/java/awt/image/Raster.class
>  
>  
>  java.awt.image.DirectColorModel
>  createCompatibleWritableRaster
>  1032
>  jrt:/java.desktop/java/awt/image/DirectColorModel.class
>  
>  
>  java.awt.GraphicsConfiguration
>  createCompatibleImage
>  186
>  jrt:/java.desktop/java/awt/GraphicsConfiguration.class
>  
>  
>  sun.awt.image.SunVolatileImage
>  getBackupImage
>  251
>  jrt:/java.desktop/sun/awt/image/SunVolatileImage.class
>  
>  
>  sun.awt.image.VolatileSurfaceManager
>  getBackupSurface
>  279
>  jrt:/java.desktop/sun/awt/image/VolatileSurfaceManager.class
>  
>  
>  sun.awt.image.VolatileSurfaceManager
>  restoreContents
>  310
>  jrt:/java.desktop/sun/awt/image/VolatileSurfaceManager.class
>  
>  
>  sun.java2d.SurfaceData
>  restoreContents
>  283
>  jrt:/java.desktop/sun/java2d/SurfaceData.class
>  
>  
>  sun.java2d.opengl.CGLSurfaceData$CGLOffScreenSurfaceData
>  getReplacement
>  323
>  
> jrt:/java.desktop/sun/java2d/opengl/CGLSurfaceData$CGLOffScreenSurfaceData.class
>  
>  
>  sun.java2d.SunGraphics2D
>  revalidateAll
>  2446
>  jrt:/java.desktop/sun/java2d/SunGraphics2D.class
>  
>  
>  sun.java2d.SunGraphics2D
>  getCompClip
>  559
>  jrt:/java.desktop/sun/java2d/SunGraphics2D.class
>  
>  
>  sun.java2d.opengl.OGLMaskFill
>  validateContext
>  80
>  jrt:/java.desktop/sun/java2d/opengl/OGLMaskFill.class
>  
>  
>  sun.java2d.pipe.BufferedMaskFill
>  MaskFill
>  86
>  jrt:/java.desktop/sun/java2d/pipe/BufferedMaskFill.class
>  
>  
>  sun.java2d.pipe.AlphaColorPipe
>  renderPathTile
>  55
>  jrt:/java.desktop/sun/java2d/pipe/AlphaColorPipe.class
>  
>  
>  sun.java2d.pipe.AAShapePipe
>  renderTiles
>  201
>  jrt:/java.desktop/sun/java2d/pipe/AAShapePipe.class
>  
>  
>  sun.java2d.pipe.AAShapePipe
>  renderPath
>  149
>  jrt:/java.desktop/sun/java2d/pipe/AAShapePipe.class
>  
>  
>  sun.java2d.pipe.AAShapePipe
>  fill
>  82
>  jrt:/java.desktop/sun/java2d/pipe/AAShapePipe.class
>  
>  
>  sun.java2d.pipe.PixelToParallelogramConverter
>  fill
>  164
>  
> jrt:/java.desktop/sun/java2d/pipe/PixelToParallelogramConverter.class
>  
>  
>  sun.java2d.pipe.PixelToShapeConverter
>  fillRoundRect
>  74
>  jrt:/java.desktop/sun/java2d/pipe/PixelToShapeConverter.class
>  
>  
>  sun.java2d.pipe.ValidatePipe
>  fillRoundRect
>  93
>  jrt:/java.desktop/sun/java2d/pipe/ValidatePipe.class
>  
>  
>  sun.java2d.SunGraphics2D
>  fillRoundRect
>  2269
>  jrt:/java.desktop/sun/java2d/SunGraphics2D.class
>  
>  
>  org.netbeans.modules.welcome.ui.TabbedPane$TabHeader
>  paintComponent
>  307
>  ${netBeansDir}modules/org-netbeans-modules-welcome.jar
>  
>  
>  javax.swing.JComponent
>  paint
>  1074
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JComponent
>  paintChildren
>  907
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JComponent
>  paint
>  1083
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JComponent
>  paintChildren
>  907
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JComponent
>  paint
>  1083
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JComponent
>  paintChildren
>  907
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JComponent
>  paint
>  1083
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JViewport
>  paint
>  737
>  jrt:/java.desktop/javax/swing/JViewport.class
>  
>  
>  javax.swing.JComponent
>  paintChildren
>  907
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
>  javax.swing.JComponent
>  paint
>  1083
>  jrt:/java.desktop/javax/swing/JComponent.class
>  
>  
> 
> 
>  2019-12-07T20:54:46
>  1575773686414
>  46
>  org.netbeans.ui
>  700
>  44
>  UI_ENABLED_MODULES
>  UI_ENABLED_MODULES
>  org.netbeans.modules.uihandler.Bundle
>  org.netbeans.modules.ant.debugger/1 [1.42.0.2]
>  org.netbeans.modules.editor.guards/1

[jira] [Closed] (NETBEANS-3565) JavaFX wrapper issues on linux

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3565.
-
Resolution: Incomplete

> JavaFX wrapper issues on linux
> --
>
> Key: NETBEANS-3565
> URL: https://issues.apache.org/jira/browse/NETBEANS-3565
> Project: NetBeans
>  Issue Type: Bug
>Reporter: tsepo
>Priority: Major
>
> Hi Guys,
> Can you please assist, not sure os or netbeans, getting below error. sorry it 
> does not show anything on logs.
> JavaFX wrapper - No module providing the capability 
> org.openide.modules.jre.JavaFX could be found.
> OS: Linux Debian Strech
> openjdk 11.0.5 2019-10-15
>  
> Regards
>  



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

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

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



[jira] [Closed] (NETBEANS-3556) Refactor rename exception, messages.log has "CasualDiff"

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3556.
-
Resolution: Incomplete

> Refactor rename exception, messages.log has "CasualDiff"
> 
>
> Key: NETBEANS-3556
> URL: https://issues.apache.org/jira/browse/NETBEANS-3556
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: NB-11.2-u1, jdk1.8, Windows 7
>Reporter: Ernie Rael
>Priority: Major
> Attachments: messages.log
>
>
> Renaming method "getJViewport" (it's in messages.log). Plain old java 
> project, jar wrapped in a module, part of a module suite. A "real" module 
> references this method.
> Show up as a warning in the dialog. But hitting Refactor button, nothing 
> happens.
> Updated messages.log since the exceptions after hitting Refactor (not sure 
> exactly when) look interesting



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

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

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



[jira] [Resolved] (NETBEANS-3544) 500 files causes nb-javac to fail

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka resolved NETBEANS-3544.
---
Fix Version/s: 12.2
   Resolution: Fixed

> 500 files causes nb-javac to fail
> -
>
> Key: NETBEANS-3544
> URL: https://issues.apache.org/jira/browse/NETBEANS-3544
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE 11.2-dev
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Andrew Checchi
>Priority: Major
> Fix For: 12.2
>
> Attachments: 500JavaFilesProject.zip
>
>
> If using the nb-javac plugin, the following error will be thrown when 
> attempting to scan the project if 500 or more files are present in one 
> project source folder.
> I've attached a test project that contains 500 empty java files. Opening this 
> project with no local cache will produce the error. The error dialogs can all 
> be cleared but attempts to work with the source in this state will cause 
> other errors to occur. For example, give any class a variable pointing to any 
> other class. From the referencing class, use Ctrl+R to attempt to rename the 
> referenced other class. This will cause the exeception again.
> Note that if you start with a less than 500 files, you can add files past the 
> 500 mark, You can also subsequently open that project and continue working 
> but attempting to refactor will usually cause errors.
> {quote} java.lang.AssertionErrorjava.lang.AssertionError at 
> com.sun.tools.javac.util.Assert.error(Assert.java:155) at 
> com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62) at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559) 
> at com.sun.tools.javac.comp.Modules.enter(Modules.java:287) at 
> com.sun.tools.javac.comp.Modules.enter(Modules.java:268) at 
> com.sun.tools.javac.comp.Modules.initModules(Modules.java:259) at 
> com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126) at 
> com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393) at 
> com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch]
>  at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4142)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4081)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices.getDone(RepositoryUpdater.java:4171)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
> org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory

[jira] [Closed] (NETBEANS-3546) Radar does not work on Netbeans IDE 11.2

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3546.
-
Resolution: Incomplete

> Radar does not work on Netbeans IDE 11.2
> 
>
> Key: NETBEANS-3546
> URL: https://issues.apache.org/jira/browse/NETBEANS-3546
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Rafael Colombo de Souza
>Priority: Major
> Attachments: log.txt
>
>
> I installed Radar on Netbeans 11.2 in order to use Sonar, however, I cannot 
> open the plugin.
> Error: java.lang.IllegalStateException: Cannot find TopComponent with 
> preferredID SonarTopComponent, see IDE log for more details.



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

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

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



[jira] [Closed] (NETBEANS-3541) Clicking help button on the Handlers for event causes error

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3541.
-
Resolution: Incomplete

> Clicking help button on the  Handlers for event causes error
> 
>
> Key: NETBEANS-3541
> URL: https://issues.apache.org/jira/browse/NETBEANS-3541
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: Ruslan Lopez Carro
>Priority: Major
> Attachments: messages.log, uigestures
>
>
> Steps to reproduce:
>  
>  * Create a visual component, in my case a JSpinner inside a JPanel form
>  * In the properties window select the event tab
>  * Click on the ... button on any event
>  * Click help button on the Handlers for the event you selected causes error



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

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

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



[jira] [Updated] (NETBEANS-3540) Java Ant projects dont work with JUnit 5

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka updated NETBEANS-3540:
--
Component/s: java - JUnit

> Java Ant projects dont work with JUnit 5
> 
>
> Key: NETBEANS-3540
> URL: https://issues.apache.org/jira/browse/NETBEANS-3540
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit
>Affects Versions: 11.2
>Reporter: Maciej Wegorkiewicz
>Priority: Major
>  Labels: IDE, JUnit
> Attachments: JavaApplication4.zip
>
>
> After creating Java empty project and trying to test it I get:
> warning: unknown enum constant Status.STABLE
>  reason: class file for org.apiguardian.api.API$Status not found
>  
> Might be related to:
> [http://mail-archives.apache.org/mod_mbox/netbeans-users/201901.mbox/%3CCAAuDyk6WcgLaUDz0dp=4arr7qgnwwcyey3voegojrrmrqvz...@mail.gmail.com%3E]
>  



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

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

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



[jira] [Closed] (NETBEANS-3539) change windows icon of netbeans platform executable within build process

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3539.
-
Resolution: Incomplete

> change windows icon of netbeans platform executable within build process
> 
>
> Key: NETBEANS-3539
> URL: https://issues.apache.org/jira/browse/NETBEANS-3539
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Launchers&CLI
>Affects Versions: 8.2, 9.0, 10.0, 11.1
>Reporter: Tobias Warneke
>Priority: Major
>
> I know this is an old or duplicate issue. However it is in my eyes 
> problematic to use some external program, to integrate it into my maven build 
> process to change the standard icon of my executable.
> Is there now a better solution at hand? Maybe somehow the nbm plugin does 
> handle this already? Or some kind of branding extension?



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

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

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



[jira] [Closed] (NETBEANS-3536) random freeze

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3536.
-
Resolution: Cannot Reproduce

> random freeze
> -
>
> Key: NETBEANS-3536
> URL: https://issues.apache.org/jira/browse/NETBEANS-3536
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Product Version = Apache NetBeans IDE 11.2
>   Operating System= Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor= 1.8.0_72; Java HotSpot(TM) 64-Bit Server VM 
> 25.72-b15; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_72-b15
>   Java Home   = C:\ProgramData\Java\jdk1.8.0_72\jre
>   System Locale; Encoding = ja_JP (nb); MS932
>Reporter: seventhrank
>Priority: Major
>
> Freezes randomly as you type.
> Because operation is not accepted, it is forcibly terminated
> Sometimes freezes in 4 or 5 minutes, sometimes freezes in 2 to 3 hours
> May occur when returning from background
>  
> I do not know if it is related to this case, but the following logs remained.
> {code:java}
> //コード プレースホルダー
>  New fold: [code-block] E1 <7903,10711>, desc='{...}', hash=0x40e8196b, 
> [7903, 10711] {7904, 10710}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold from the 
> same FoldManager is not allowed.
> Existing fold: [code-block] E1 <8127,8499>, desc='{...}', hash=0x8317f6c, 
> [8127, 8499] {8128, 8498}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
>  New fold: [code-block] E1 <8127,8499>, desc='{...}', hash=0x13af30e2, 
> [8127, 8499] {8128, 8498}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold from the 
> same FoldManager is not allowed.
> Existing fold: [code-block] E1 <9441,10499>, desc='{...}', hash=0x533b1e16, 
> [9441, 10499] {9442, 10498}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
>  New fold: [code-block] E1 <9441,10499>, desc='{...}', hash=0x5dbf54e7, 
> [9441, 10499] {9442, 10498}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold from the 
> same FoldManager is not allowed.
> Existing fold: [code-block] E1 <9860,10164>, desc='{...}', hash=0x1b7bf51f, 
> [9860, 10164] {9861, 10163}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
>  New fold: [code-block] E1 <9860,10164>, desc='{...}', hash=0x237977b3, 
> [9860, 10164] {9861, 10163}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold from the 
> same FoldManager is not allowed.
> Existing fold: [code-block] E1 <10174,10325>, desc='{...}', hash=0x1ec8e964, 
> [10174, 10325] {10175, 10324}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
>  New fold: [code-block] E1 <10174,10325>, desc='{...}', hash=0x39aa7301, 
> [10174, 10325] {10175, 10324}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold from the 
> same FoldManager is not allowed.
> Existing fold: [code-block] E1 <10812,11301>, desc='{...}', hash=0x6d307974, 
> [10812, 11301] {10813, 11300}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
>  New fold: [code-block] E1 <10812,11301>, desc='{...}', hash=0x5f1af1d1, 
> [10812, 11301] {10813, 11300}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold from the 
> same FoldManager is not allowed.
> Existing fold: [code-block] E1 <10902,11277>, desc='{...}', hash=0x3630df3, 
> [10902, 11277] {10903, 11276}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
>  New fold: [code-block] E1 <10902,11277>, desc='{...}', hash=0x7f2068e9, 
> [10902, 11277] {10903, 11276}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold from the 
> same FoldManager is not allowed.
> Existing fold: [code-block] E1 <11379,12062>, desc='{...}', hash=0x4504eff2, 
> [11379, 12062] {11380, 12061}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
>  New fold: [code-block] E1 <11379,12062>, desc='{...}', hash=0x7055c562, 
> [11379, 12062] {11380, 12061}; FoldManager: 
> org.netbeans.modules.csl.editor.fold.GsfFoldManager@497c73b7
> Adding a fold that is identical with another previously added fold fro

[jira] [Closed] (NETBEANS-3499) java.lang.StringIndexOutOfBoundException

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3499.
-
Resolution: Incomplete

> java.lang.StringIndexOutOfBoundException
> 
>
> Key: NETBEANS-3499
> URL: https://issues.apache.org/jira/browse/NETBEANS-3499
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - EJB Project
>Affects Versions: 11.2
> Environment: windows 10, Netbeans 11.2, jdk1.8.0_231
>Reporter: Shahrooz
>Priority: Major
> Attachments: messages.log
>
>
> When I changed session timeout in web.xml netbeans gave 
> java.lang.StringIndexOutOfBoundException
>  
> 
>  2019-11-30T14:16:47
>  1575119807635
>  6567
>  700
>  1848
>  UI_USER_CONFIGURATION
>  UI_USER_CONFIGURATION
>  org.netbeans.modules.uihandler.Bundle
>  Windows 10, 10.0, amd64
>  Java HotSpot(TM) 64-Bit Server VM, 25.231-b11, Java(TM) SE Runtime 
> Environment, 1.8.0_231-b11
>  Apache NetBeans IDE 11.2
>  
>  StringIndexOutOfBoundsException: String index out of range: 14
>   reproduce>
>  *
> 



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

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

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



[jira] [Closed] (NETBEANS-3495) Code Assistance adds

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3495.
-
Resolution: Incomplete

> Code Assistance adds 
> -
>
> Key: NETBEANS-3495
> URL: https://issues.apache.org/jira/browse/NETBEANS-3495
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 8.2, 11.1, 11.2
> Environment: Netbeans 11.2, Windows 10, MacOS 10.15.1
>Reporter: Mrugendra Deshpande
>Priority: Major
> Attachments: Netbeans - Tool Chain.PNG
>
>
> When we add a new Tool Collection from a custom location
> for me it was from /usr/local/gcc-9.2.0, there is a redundant (extra 
> /usr/local/gcc9.2.0) path gets added to the default paths in the "includes".
> This affects the Code Assistance - it obviously fails to find the correct 
> include files.
> And once we correct it, after a restart of the IDE, these paths get added 
> again when we click on the "Fix Code Assistance" prompt.
> This happens in both Windows and Mac Environments



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

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

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



[jira] [Closed] (NETBEANS-3484) Hotkey for terminal escaping.

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3484.
-
Resolution: Incomplete

> Hotkey for terminal escaping. 
> --
>
> Key: NETBEANS-3484
> URL: https://issues.apache.org/jira/browse/NETBEANS-3484
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Los Vitaly
>Priority: Major
>
> Hotkey Shift + Alt + K open new terminal window, but there no possibility 
> return to main page using the hotkey. Furthermore, if hit again Shift + Alt + 
> K, it's open  one more terminal  window.
> Of course, we can hit Ctrl + Tab but most IDE have one hotkey for this 
> operations in/out 



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

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

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



[jira] [Closed] (NETBEANS-3473) AssertionError in Java Refactoring

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3473.
-
Resolution: Incomplete

> AssertionError in Java Refactoring
> --
>
> Key: NETBEANS-3473
> URL: https://issues.apache.org/jira/browse/NETBEANS-3473
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\bkh\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\bkh\AppData\Local\NetBeans\Cache\11.2
>Reporter: Bruce K. Haddon
>Priority: Major
> Fix For: 11.2
>
> Attachments: messages.log
>
>
> Module Java Refactoring threw java.lang.AssertionError. Please report a bug 
> against Java Refactoring module and attach your var/log/messages.log.
>  
>  



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

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

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



[jira] [Closed] (NETBEANS-3471) Could not initialize JShell in NetBeans

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3471.
-
Resolution: Cannot Reproduce

> Could not initialize JShell in NetBeans
> ---
>
> Key: NETBEANS-3471
> URL: https://issues.apache.org/jira/browse/NETBEANS-3471
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JShell
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.14 running on x86_64; UTF-8; en_CN (nb)
>Reporter: James Z
>Priority: Major
>
> Click menu Tools -> Open Java Platform Shell, it failed to start jshell.
> Error as below:
> |  Could not initialize JShell: Launching JShell execution engine threw: 
> Failed remote launch: java.util.concurrent.ExecutionException: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452 @ 
> com.sun.jdi.CommandLineLaunch (defaults: 
> home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=, main=, suspend=true, quote=", vmexec=java) -- 
> \{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
>  main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
> suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  Could not 
> initialize JShell: Launching JShell execution engine threw: Failed remote 
> launch: java.util.concurrent.ExecutionException: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452 @ 
> com.sun.jdi.CommandLineLaunch (defaults: 
> home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=, main=, suspend=true, quote=", vmexec=java) -- 
> \{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
>  main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
> suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  caused by: Failed 
> remote launch: java.util.concurrent.ExecutionException: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452 @ 
> com.sun.jdi.CommandLineLaunch (defaults: 
> home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=, main=, suspend=true, quote=", vmexec=java) -- 
> \{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
>  main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
> suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  caused by: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452|  caused by: VM 
> initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.Agent

[jira] [Commented] (NETBEANS-3471) Could not initialize JShell in NetBeans

2021-01-22 Thread Jira


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

Tomáš Procházka commented on NETBEANS-3471:
---

Tested in NetBeans 12.2 and OpenJDK 14.

> Could not initialize JShell in NetBeans
> ---
>
> Key: NETBEANS-3471
> URL: https://issues.apache.org/jira/browse/NETBEANS-3471
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JShell
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.14 running on x86_64; UTF-8; en_CN (nb)
>Reporter: James Z
>Priority: Major
>
> Click menu Tools -> Open Java Platform Shell, it failed to start jshell.
> Error as below:
> |  Could not initialize JShell: Launching JShell execution engine threw: 
> Failed remote launch: java.util.concurrent.ExecutionException: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452 @ 
> com.sun.jdi.CommandLineLaunch (defaults: 
> home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=, main=, suspend=true, quote=", vmexec=java) -- 
> \{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
>  main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
> suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  Could not 
> initialize JShell: Launching JShell execution engine threw: Failed remote 
> launch: java.util.concurrent.ExecutionException: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452 @ 
> com.sun.jdi.CommandLineLaunch (defaults: 
> home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=, main=, suspend=true, quote=", vmexec=java) -- 
> \{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
>  main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
> suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  caused by: Failed 
> remote launch: java.util.concurrent.ExecutionException: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452 @ 
> com.sun.jdi.CommandLineLaunch (defaults: 
> home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=, main=, suspend=true, quote=", vmexec=java) -- 
> \{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
> options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
>  main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
> suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  caused by: 
> com.sun.jdi.connect.VMStartException: VM initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
> org.netbeans.lib.jshell.agent.AgentWorker 63452|  caused by: VM 
> initialization failed for: 
> /Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
> -classpath /Applications/NetBeans/Apache NetBeans 
> 11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
>  -Xdebug -Xrunjdwp:transport=dt_socket,addr

[jira] [Closed] (NETBEANS-3467) Navigator window blank for java files

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3467.
-
Resolution: Incomplete

> Navigator window blank for java files
> -
>
> Key: NETBEANS-3467
> URL: https://issues.apache.org/jira/browse/NETBEANS-3467
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Navigator
>Affects Versions: 11.2
> Environment: Windows 10, Version  10.0.18362 Build 18362
>Reporter: Daniel Adams
>Priority: Major
> Attachments: netbeans.conf
>
>
> After installing 11.2 yesterday, I noticed today that the Navigator window is 
> blank for java fles.  (Shows header of [URL, Method, Handler] but no content).
> Shows maven goals when I select the project level.  Works for xml when xml 
> selected.  Only these three types in my current project.



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

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

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



[jira] [Closed] (NETBEANS-3448) java.lang.NoClassDefFoundError

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3448.
-
Resolution: Incomplete

> java.lang.NoClassDefFoundError
> --
>
> Key: NETBEANS-3448
> URL: https://issues.apache.org/jira/browse/NETBEANS-3448
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10, NetBeans 11
>Reporter: david Parks
>Priority: Major
>
> upon launch of NetBeans the java.lang.NoClassDefFoundError.  problem is that 
> the IDE was working Friday before I shut down my computer.



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

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

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



[jira] [Closed] (NETBEANS-3447) Deadlock error

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3447.
-
Resolution: Incomplete

> Deadlock error
> --
>
> Key: NETBEANS-3447
> URL: https://issues.apache.org/jira/browse/NETBEANS-3447
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb)
>Reporter: Stephen Brooksbank
>Priority: Major
>
> Deadlock reported by IDE soon after opening.
>  
> IDE was running it's background project scan. Wildfly and Database were 
> running.
> Meanwhile I was creating a new Enterprise Application (using ANT) and EE7 in 
> Wildfly 18.
> Changed the WAR project to add Java Server Faces and Saved. Deadlock occurred 
> soon afterwards. The logs are below.
>  
> UI Log:
>  
> 
>  2019-11-25T16:22:36
>  1574698956702
>  1986
>  org.netbeans.modules.deadlock.detector.Detector
>  1000
>  38
>  
> C:\Users\sjbro\AppData\Local\Temp\deadlock9061542447446675701.txt
>  
>  
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  A deadlock was detected.
> We suggest to restart the IDE to recover.
>  
>  jdk.internal.misc.Unsafe
>  park
>  jrt:/java.base/jdk/internal/misc/Unsafe.class
>  
>  
>  java.util.concurrent.locks.LockSupport
>  park
>  194
>  jrt:/java.base/java/util/concurrent/locks/LockSupport.class
>  
>  
>  java.util.concurrent.locks.AbstractQueuedSynchronizer
>  parkAndCheckInterrupt
>  885
>  
> jrt:/java.base/java/util/concurrent/locks/AbstractQueuedSynchronizer.class
>  
>  
>  java.util.concurrent.locks.AbstractQueuedSynchronizer
>  acquireQueued
>  917
>  
> jrt:/java.base/java/util/concurrent/locks/AbstractQueuedSynchronizer.class
>  
>  
>  java.util.concurrent.locks.AbstractQueuedSynchronizer
>  acquire
>  1240
>  
> jrt:/java.base/java/util/concurrent/locks/AbstractQueuedSynchronizer.class
>  
>  
>  java.util.concurrent.locks.ReentrantLock
>  lock
>  267
>  jrt:/java.base/java/util/concurrent/locks/ReentrantLock.class
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor
>  runUserTask
>  170
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.api.ParserManager
>  parse
>  311
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.api.java.source.JavaSource
>  runUserActionTaskImpl
>  431
>  ${netBeansDir}modules/org-netbeans-modules-java-source-base.jar
>  
>  
>  org.netbeans.api.java.source.JavaSource
>  runUserActionTask
>  423
>  ${netBeansDir}modules/org-netbeans-modules-java-source-base.jar
>  
>  
>  
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper
>  runJavaSourceTask
>  156
>  
> ${netBeansDir}modules/org-netbeans-modules-j2ee-metadata-model-support.jar
>  
>  
>  
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper
>  runJavaSourceTask
>  124
>  
> ${netBeansDir}modules/org-netbeans-modules-j2ee-metadata-model-support.jar
>  
>  
>  
> org.netbeans.modules.j2ee.dd.impl.web.metadata.WebAppMetadataModelImpl
>  runReadAction
>  108
>  ${netBeansDir}modules/org-netbeans-modules-j2ee-dd.jar
>  
>  
>  
> org.netbeans.modules.j2ee.dd.impl.web.metadata.WebAppMetadataImpl$1
>  propertyChange
>  218
>  ${netBeansDir}modules/org-netbeans-modules-j2ee-dd.jar
>  
>  
>  java.beans.PropertyChangeSupport
>  fire
>  341
>  jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>  
>  
>  java.beans.PropertyChangeSupport
>  firePropertyChange
>  333
>  jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>  
>  
>  org.netbeans.api.java.classpath.ClassPath
>  firePropertyChange
>  691
>  ${netBeansDir}modules/org-netbeans-api-java-classpath.jar
>  
>  
>  org.netbeans.api.java.classpath.ClassPath$SPIListener
>  propertyChange
>  1327
>  ${netBeansDir}modules/org-netbeans-api-java-classpath.jar
>  
>  
>  org.openide.util.WeakListenerImpl$PropertyChange
>  propertyChange
>  190
>  ${netbeans.home}lib/org-openide-util.jar
>  
>  
>  java.beans.PropertyChangeSupport
>  fire
>  341
>  jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>  
>  
>  java.beans.PropertyChangeSupport
>  firePropertyChange
>  333
>  jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>  
>  
>  java.beans.PropertyChangeSupport
>  firePropertyChange
>  266
>  jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>  
>  
>  
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation
>  propertyChange
>  133
>  ${netBeansDir}modules/org-netbeans-api-java-classpath.jar
>  
>  
>  org.openide.util.WeakListenerImpl$PropertyChange

[jira] [Closed] (NETBEANS-3434) Clicked in the IDE "Search" field (top right) and the exception occurred.

2021-01-22 Thread Jira


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomáš Procházka closed NETBEANS-3434.
-
Fix Version/s: (was: 11.2)
   Resolution: Cannot Reproduce

Tested in NetBeans 12.2.

> Clicked in the IDE "Search" field (top right) and the exception occurred.
> -
>
> Key: NETBEANS-3434
> URL: https://issues.apache.org/jira/browse/NETBEANS-3434
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\z013ljt\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\z013ljt\AppData\Local\NetBeans\Cache\11.2
>Reporter: Bill King
>Priority: Major
> Attachments: Netbeans IDE Log.txt
>
>
> Clicked in the IDE "Search" field (top right) and the exception occurred. Not 
> sure if I had hit Enter before it occurred.



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

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

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



  1   2   >