[jira] [Commented] (NETBEANS-5428) JUnit annotations not working in Maven projects
[ https://issues.apache.org/jira/browse/NETBEANS-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297635#comment-17297635 ] Qingtian Wang commented on NETBEANS-5428: - It appears manually adding maven surefire plugin inside the build element of the POM helps. If that is what's causing the issue, NetBeans should add the surefile build plugin in the POM, automatically. > JUnit annotations not working in Maven projects > --- > > Key: NETBEANS-5428 > URL: https://issues.apache.org/jira/browse/NETBEANS-5428 > Project: NetBeans > Issue Type: Bug > Components: java - JUnit >Affects Versions: 12.2 > Environment: Windows 10 64-bit > JDK 15 > NetBeans 12.2 >Reporter: Qingtian Wang >Priority: Major > Attachments: Screenshot 2021-03-08 114834.png > > > For example, the @BeforeEach and @AfterEach mothed are not run. Steps to > reproduce: > # Add new Java Maven project by clicking on the + button on the upper left > screen > # Create a new Java class, and write some public method to test. > # Create corresponding JUnit test class by clicking key short ctrl-alt-t. > Keep all defaults for the test class generation. > # Uncomment the @Test method generated. > # Add some debug sout message in the @BeforeEach method generated. > # Run the test case. > Expected result: The debug message in @BeforeEach method should print. > Real result: No debug message printed, indicating the @BeforeEach annotation > is not recognized, and the setup method not run. > > The problem is not limited to @BeforeEach only. Other JUnit 5 annotations > have similar problem. > -- 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-5428) JUnit annotations not working in Maven projects
Qingtian Wang created NETBEANS-5428: --- Summary: JUnit annotations not working in Maven projects Key: NETBEANS-5428 URL: https://issues.apache.org/jira/browse/NETBEANS-5428 Project: NetBeans Issue Type: Bug Components: java - JUnit Affects Versions: 12.2 Environment: Windows 10 64-bit JDK 15 NetBeans 12.2 Reporter: Qingtian Wang Attachments: Screenshot 2021-03-08 114834.png For example, the @BeforeEach and @AfterEach mothed are not run. Steps to reproduce: # Add new Java Maven project by clicking on the + button on the upper left screen # Create a new Java class, and write some public method to test. # Create corresponding JUnit test class by clicking key short ctrl-alt-t. Keep all defaults for the test class generation. # Uncomment the @Test method generated. # Add some debug sout message in the @BeforeEach method generated. # Run the test case. Expected result: The debug message in @BeforeEach method should print. Real result: No debug message printed, indicating the @BeforeEach annotation is not recognized, and the setup method not run. The problem is not limited to @BeforeEach only. Other JUnit 5 annotations have similar problem. -- 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] [Comment Edited] (NETBEANS-2449) Indent Guide lines overdraw font
[ https://issues.apache.org/jira/browse/NETBEANS-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297459#comment-17297459 ] Florian Sieger edited comment on NETBEANS-2449 at 3/8/21, 3:41 PM: --- Seems still to be a problem with Netbeans 12 on Windows. As far as I can tell this seems to be rather dependend on the font size than on the font family. For me the indent line guides look good on font size 14 for any font, but the line guides are right shifted for fonts smaller 14 and left shifted for font sizes bigger than 14. Also this is only a problem when "expand tabs to spaces" is activated, so there must be a problem with the space width, I suppose. !image-2021-03-08-16-35-29-905.png! Note, how "switch" is even more right-shifted than "require_once" because an additional tab was inserted... With Font Size 14 the space width matches with the tab width !image-2021-03-08-16-41-05-162.png! was (Author: flosie): Seems still to be a problem with Netbeans 12 on Windows. As far as I can tell this seems to be rather dependend on the font size than on the font family. For me the indent line guides look good on font size 14 for any font, but the line guides are right shifted for fonts smaller 14 and left shifted for font sizes bigger than 14. Also this is only a problem when "expand tabs to spaces" is activated, so there must be a problem with the space width, I suppose. !image-2021-03-08-16-35-29-905.png! Note, how "switch" is even more right-shifted than "require_once" because an additional tab was inserted... > Indent Guide lines overdraw font > > > Key: NETBEANS-2449 > URL: https://issues.apache.org/jira/browse/NETBEANS-2449 > Project: NetBeans > Issue Type: Bug > Components: editor - Painting Printing >Affects Versions: 11.0 > Environment: Arch Linux, openjdk 11.0.3, cinnamon >Reporter: Thomas Oster >Priority: Minor > Attachments: bn.png, image-2021-03-08-16-35-29-905.png, > image-2021-03-08-16-41-05-162.png > > > Since the upgrade to NB 11.0 (from 10) the indent guide lines in the editor > overdraw the normal font, which looks broken. I first suspected the usual > font-rendering and anti-aliasing stuff, but that seems to work. Maybe the > drawing order changed? -- 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-2449) Indent Guide lines overdraw font
[ https://issues.apache.org/jira/browse/NETBEANS-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Sieger updated NETBEANS-2449: - Attachment: (was: image-2021-03-08-16-30-50-950.png) > Indent Guide lines overdraw font > > > Key: NETBEANS-2449 > URL: https://issues.apache.org/jira/browse/NETBEANS-2449 > Project: NetBeans > Issue Type: Bug > Components: editor - Painting Printing >Affects Versions: 11.0 > Environment: Arch Linux, openjdk 11.0.3, cinnamon >Reporter: Thomas Oster >Priority: Minor > Attachments: bn.png, image-2021-03-08-16-35-29-905.png > > > Since the upgrade to NB 11.0 (from 10) the indent guide lines in the editor > overdraw the normal font, which looks broken. I first suspected the usual > font-rendering and anti-aliasing stuff, but that seems to work. Maybe the > drawing order changed? -- 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] [Comment Edited] (NETBEANS-2449) Indent Guide lines overdraw font
[ https://issues.apache.org/jira/browse/NETBEANS-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297459#comment-17297459 ] Florian Sieger edited comment on NETBEANS-2449 at 3/8/21, 3:37 PM: --- Seems still to be a problem with Netbeans 12 on Windows. As far as I can tell this seems to be rather dependend on the font size than on the font family. For me the indent line guides look good on font size 14 for any font, but the line guides are right shifted for fonts smaller 14 and left shifted for font sizes bigger than 14. Also this is only a problem when "expand tabs to spaces" is activated, so there must be a problem with the space width, I suppose. !image-2021-03-08-16-35-29-905.png! Note, how "switch" is even more right-shifted than "require_once" because an additional tab was inserted... was (Author: flosie): Seems still to be a problem with Netbeans 12 on Windows. As far as I can tell this seems to be rather dependet on the font size than on the font family. For me the indent line guides look good on font size 14 for any font, but the line guides are right shifted for fonts smaller 14 and left shifted for font sizes bigger than 14. Also this is only a problem when "expand tabs to spaces" is activated, so there must be a problem with the space width, I suppose. !image-2021-03-08-16-30-50-950.png! > Indent Guide lines overdraw font > > > Key: NETBEANS-2449 > URL: https://issues.apache.org/jira/browse/NETBEANS-2449 > Project: NetBeans > Issue Type: Bug > Components: editor - Painting Printing >Affects Versions: 11.0 > Environment: Arch Linux, openjdk 11.0.3, cinnamon >Reporter: Thomas Oster >Priority: Minor > Attachments: bn.png, image-2021-03-08-16-30-50-950.png, > image-2021-03-08-16-35-29-905.png > > > Since the upgrade to NB 11.0 (from 10) the indent guide lines in the editor > overdraw the normal font, which looks broken. I first suspected the usual > font-rendering and anti-aliasing stuff, but that seems to work. Maybe the > drawing order changed? -- 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-2449) Indent Guide lines overdraw font
[ https://issues.apache.org/jira/browse/NETBEANS-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297459#comment-17297459 ] Florian Sieger commented on NETBEANS-2449: -- Seems still to be a problem with Netbeans 12 on Windows. As far as I can tell this seems to be rather dependet on the font size than on the font family. For me the indent line guides look good on font size 14 for any font, but the line guides are right shifted for fonts smaller 14 and left shifted for font sizes bigger than 14. Also this is only a problem when "expand tabs to spaces" is activated, so there must be a problem with the space width, I suppose. !image-2021-03-08-16-30-50-950.png! > Indent Guide lines overdraw font > > > Key: NETBEANS-2449 > URL: https://issues.apache.org/jira/browse/NETBEANS-2449 > Project: NetBeans > Issue Type: Bug > Components: editor - Painting Printing >Affects Versions: 11.0 > Environment: Arch Linux, openjdk 11.0.3, cinnamon >Reporter: Thomas Oster >Priority: Minor > Attachments: bn.png, image-2021-03-08-16-30-50-950.png > > > Since the upgrade to NB 11.0 (from 10) the indent guide lines in the editor > overdraw the normal font, which looks broken. I first suspected the usual > font-rendering and anti-aliasing stuff, but that seems to work. Maybe the > drawing order changed? -- 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-2449) Indent Guide lines overdraw font
[ https://issues.apache.org/jira/browse/NETBEANS-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Sieger updated NETBEANS-2449: - Attachment: (was: image-2021-03-08-16-29-27-538.png) > Indent Guide lines overdraw font > > > Key: NETBEANS-2449 > URL: https://issues.apache.org/jira/browse/NETBEANS-2449 > Project: NetBeans > Issue Type: Bug > Components: editor - Painting Printing >Affects Versions: 11.0 > Environment: Arch Linux, openjdk 11.0.3, cinnamon >Reporter: Thomas Oster >Priority: Minor > Attachments: bn.png, image-2021-03-08-16-30-50-950.png > > > Since the upgrade to NB 11.0 (from 10) the indent guide lines in the editor > overdraw the normal font, which looks broken. I first suspected the usual > font-rendering and anti-aliasing stuff, but that seems to work. Maybe the > drawing order changed? -- 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-2449) Indent Guide lines overdraw font
[ https://issues.apache.org/jira/browse/NETBEANS-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Sieger updated NETBEANS-2449: - Attachment: image-2021-03-08-16-30-50-950.png > Indent Guide lines overdraw font > > > Key: NETBEANS-2449 > URL: https://issues.apache.org/jira/browse/NETBEANS-2449 > Project: NetBeans > Issue Type: Bug > Components: editor - Painting Printing >Affects Versions: 11.0 > Environment: Arch Linux, openjdk 11.0.3, cinnamon >Reporter: Thomas Oster >Priority: Minor > Attachments: bn.png, image-2021-03-08-16-29-27-538.png, > image-2021-03-08-16-30-50-950.png > > > Since the upgrade to NB 11.0 (from 10) the indent guide lines in the editor > overdraw the normal font, which looks broken. I first suspected the usual > font-rendering and anti-aliasing stuff, but that seems to work. Maybe the > drawing order changed? -- 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-2449) Indent Guide lines overdraw font
[ https://issues.apache.org/jira/browse/NETBEANS-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Sieger updated NETBEANS-2449: - Attachment: image-2021-03-08-16-29-27-538.png > Indent Guide lines overdraw font > > > Key: NETBEANS-2449 > URL: https://issues.apache.org/jira/browse/NETBEANS-2449 > Project: NetBeans > Issue Type: Bug > Components: editor - Painting Printing >Affects Versions: 11.0 > Environment: Arch Linux, openjdk 11.0.3, cinnamon >Reporter: Thomas Oster >Priority: Minor > Attachments: bn.png, image-2021-03-08-16-29-27-538.png > > > Since the upgrade to NB 11.0 (from 10) the indent guide lines in the editor > overdraw the normal font, which looks broken. I first suspected the usual > font-rendering and anti-aliasing stuff, but that seems to work. Maybe the > drawing order changed? -- 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-5427) org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl uses internal class com.sun.org.apache.xerces.internal.impl.dv.util.Base64
[ https://issues.apache.org/jira/browse/NETBEANS-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Maréchal updated NETBEANS-5427: -- Description: Netbeans 12.3 fails to deploy on Tomcat 6 when running under JDK 16 {code} SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.openide.nodes.AsynchChildrenSEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.openide.nodes.AsynchChildrenjava.lang.IllegalAccessError: class org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module @0x145afd71) cannot access class com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x145afd71 at org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533) at org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372) at org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718) at org.netbeans.modules.tomcat5.deploy.TomcatManager.getRunningModules(TomcatManager.java:539) at org.netbeans.modules.tomcat5.ui.nodes.TomcatWebModuleChildrenFactory.createKeys(TomcatWebModuleChildrenFactory.java:107) at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:190) 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) {code} was: Netbeans 12.3 fails to deploy on Tomcat 6 when running under JDK 16 {code:text} SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.openide.nodes.AsynchChildrenSEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.openide.nodes.AsynchChildrenjava.lang.IllegalAccessError: class org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module @0x145afd71) cannot access class com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x145afd71 at org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533) at org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372) at org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718) at org.netbeans.modules.tomcat5.deploy.TomcatManager.getRunningModules(TomcatManager.java:539) at org.netbeans.modules.tomcat5.ui.nodes.TomcatWebModuleChildrenFactory.createKeys(TomcatWebModuleChildrenFactory.java:107) at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:190) 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) {code} > org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl uses internal class > com.sun.org.apache.xerces.internal.impl.dv.util.Base64 > > > Key: NETBEANS-5427 > URL: https://issues.apache.org/jira/browse/NETBEANS-5427 > Project: NetBeans > Issue Type: Bug > Components: serverplugins - Tomcat >Affects Versions: 12.3 > Environment: Windows 10, 10.0, amd64 > OpenJDK 64-Bit Server VM, 16+36-2231, OpenJDK Runtime Environment, 16+36-2231 > Apache NetBeans IDE 12.3 vc1 >Reporter: Pierre Maréchal >Priority: Major > > Netbeans 12.3 fails to deploy on Tomcat 6 when running under JDK 16 > {code} > SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor > org.openide.nodes.AsynchChildrenSEVERE [org.openide.util.RequestProcessor]: > Error in RequestProcessor > org.openide.nodes.AsynchChildrenjava.lang.IllegalAccessError: class > org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module > @0x145afd71) cannot access class > com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) > because module java.xml does not export > com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x145afd71 > at > org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533) > at > org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372) > at > org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(T
[jira] [Created] (NETBEANS-5427) org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl uses internal class com.sun.org.apache.xerces.internal.impl.dv.util.Base64
Pierre Maréchal created NETBEANS-5427: - Summary: org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl uses internal class com.sun.org.apache.xerces.internal.impl.dv.util.Base64 Key: NETBEANS-5427 URL: https://issues.apache.org/jira/browse/NETBEANS-5427 Project: NetBeans Issue Type: Bug Components: serverplugins - Tomcat Affects Versions: 12.3 Environment: Windows 10, 10.0, amd64 OpenJDK 64-Bit Server VM, 16+36-2231, OpenJDK Runtime Environment, 16+36-2231 Apache NetBeans IDE 12.3 vc1 Reporter: Pierre Maréchal Netbeans 12.3 fails to deploy on Tomcat 6 when running under JDK 16 {code:text} SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.openide.nodes.AsynchChildrenSEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.openide.nodes.AsynchChildrenjava.lang.IllegalAccessError: class org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl (in unnamed module @0x145afd71) cannot access class com.sun.org.apache.xerces.internal.impl.dv.util.Base64 (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.impl.dv.util to unnamed module @0x145afd71 at org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.run(TomcatManagerImpl.java:533) at org.netbeans.modules.tomcat5.deploy.TomcatManagerImpl.list(TomcatManagerImpl.java:372) at org.netbeans.modules.tomcat5.deploy.TomcatManager.modules(TomcatManager.java:718) at org.netbeans.modules.tomcat5.deploy.TomcatManager.getRunningModules(TomcatManager.java:539) at org.netbeans.modules.tomcat5.ui.nodes.TomcatWebModuleChildrenFactory.createKeys(TomcatWebModuleChildrenFactory.java:107) at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:190) 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) {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] [Commented] (NETBEANS-4677) Nullish coalescing operator (??) in JavaScript reported as an error in NetBeans.
[ https://issues.apache.org/jira/browse/NETBEANS-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297224#comment-17297224 ] Christian Lenz commented on NETBEANS-4677: -- It is just about the missing update of the JavaScript lexer/parser. As you can see it was just updated to ES 7 (experimental). So I guess `?.` will aoso throw an error. > Nullish coalescing operator (??) in JavaScript reported as an error in > NetBeans. > > > Key: NETBEANS-4677 > URL: https://issues.apache.org/jira/browse/NETBEANS-4677 > Project: NetBeans > Issue Type: Bug > Components: javascript - Editor >Affects Versions: 12.0.1 >Reporter: Nghia Nguyen >Priority: Minor > Labels: bug, ide, syntax > Attachments: image-2020-08-04-02-46-28-677.png > > > The following code is showing as an error in the IDE when it has a valid > syntax in JavaScript: > > {{let myVariable = null ?? 'hello world';}} > > !image-2020-08-04-02-46-28-677.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] [Commented] (NETBEANS-5420) Cannot download Netbeans for C++ development.
[ https://issues.apache.org/jira/browse/NETBEANS-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297217#comment-17297217 ] Antonio Vieiro commented on NETBEANS-5420: -- [~hebrerillo] Of course NetBeans will have a good support of C++ in the future. I imagine we'll need community support (solving issues, reviewing documentation, doing tests, filing issues, etc.). As far as I know we have some limited support of C++ through some clang stuff that you may want to try. Maybe you want to join the dev mailing list or users mailing list and ask there for more information. > Cannot download Netbeans for C++ development. > - > > Key: NETBEANS-5420 > URL: https://issues.apache.org/jira/browse/NETBEANS-5420 > Project: NetBeans > Issue Type: Bug >Reporter: Jesus Romero >Assignee: Antonio Vieiro >Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > > I want to download Netbeans for C++ development but this link (from a google > search): > [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] > seems to be broken. How can I get Netbeans for C++ development, please? > 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] [Commented] (NETBEANS-5420) Cannot download Netbeans for C++ development.
[ https://issues.apache.org/jira/browse/NETBEANS-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297214#comment-17297214 ] Jesus Romero commented on NETBEANS-5420: Oh, it is bad news. I always used Netbeans for C++ development :(. Will Netbeans have a good support of C++ in the future? Anyway, thank you very much! > Cannot download Netbeans for C++ development. > - > > Key: NETBEANS-5420 > URL: https://issues.apache.org/jira/browse/NETBEANS-5420 > Project: NetBeans > Issue Type: Bug >Reporter: Jesus Romero >Assignee: Antonio Vieiro >Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > > I want to download Netbeans for C++ development but this link (from a google > search): > [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] > seems to be broken. How can I get Netbeans for C++ development, please? > 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] [Commented] (NETBEANS-4677) Nullish coalescing operator (??) in JavaScript reported as an error in NetBeans.
[ https://issues.apache.org/jira/browse/NETBEANS-4677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297053#comment-17297053 ] Rumi Mohammad commented on NETBEANS-4677: - The same goes for nullish assignments `??=`. I'd flag this as more than minor because it messes with the Format Code functionality, making everything align oddly and sometimes locking up the CPUs in a lengthy formatting process. It just crashed now, and I lost quite a bit of code. Stupid of me not to save before trying to format when I know this is broken... My current workaround is to include blank comments above the first line with a nullish assignment in each code block. For example: {code:java} { let x = x || 'this is ok'; // let y ??= 'please fix this', z ??= 'so formatting can work again'; } {code} > Nullish coalescing operator (??) in JavaScript reported as an error in > NetBeans. > > > Key: NETBEANS-4677 > URL: https://issues.apache.org/jira/browse/NETBEANS-4677 > Project: NetBeans > Issue Type: Bug > Components: javascript - Editor >Affects Versions: 12.0.1 >Reporter: Nghia Nguyen >Priority: Minor > Labels: bug, ide, syntax > Attachments: image-2020-08-04-02-46-28-677.png > > > The following code is showing as an error in the IDE when it has a valid > syntax in JavaScript: > > {{let myVariable = null ?? 'hello world';}} > > !image-2020-08-04-02-46-28-677.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] [Created] (NETBEANS-5426) Al abrir NetBeans 12 aparece un error de excepcion
Karen Pinilla created NETBEANS-5426: --- Summary: Al abrir NetBeans 12 aparece un error de excepcion Key: NETBEANS-5426 URL: https://issues.apache.org/jira/browse/NETBEANS-5426 Project: NetBeans Issue Type: Bug Affects Versions: 12.2 Reporter: Karen Pinilla Assignee: Karen Pinilla 2021-03-07T11:23:58 1615127038692 16 300 14 SCREEN SIZE 1366 768 1 2021-03-07T11:23:58 1615127038693 17 700 14 IDE_STARTUP 2021-03-07T11:24:04 1615127044884 28 800 14 USG_LOOK_AND_FEEL Darcula Darcula 2021-03-07T11:24:17 1615127057006 53 900 26 java.lang.NullPointerException org.netbeans.modules.python.project.gsf.BootClassPathImplementation getUrls 129 ${user.dir}modules/org-netbeans-modules-python-project.jar org.netbeans.modules.python.project.gsf.BootClassPathImplementation getResources 82 ${user.dir}modules/org-netbeans-modules-python-project.jar org.netbeans.modules.java.classpath.ProxyClassPathImplementation getResources 69 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar org.netbeans.api.java.classpath.ClassPath entries 363 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar org.netbeans.api.java.classpath.ClassPath toString 769 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar org.netbeans.api.java.classpath.ClassPath toString 838 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar org.netbeans.api.java.classpath.ClassPath toString 848 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar org.netbeans.modules.parsing.impl.indexing.LogContext addPaths 891 ${netBeansDir}modules/org-netbeans-modules-parsing-indexing.jar org.netbeans.modules.parsing.impl.indexing.PathRegistry scheduleFirer 941 ${netBeansDir}modules/org-netbeans-modules-parsing-indexing.jar org.netbeans.modules.parsing.impl.indexing.PathRegistry resetCacheAndFire 929 ${netBeansDir}modules/org-netbeans-modules-parsing-indexing.jar org.netbeans.modules.parsing.impl.indexing.PathRegistry access$500 68 ${netBeansDir}modules/org-netbeans-modules-parsing-indexing.jar org.netbeans.modules.parsing.impl.indexing.PathRegistry$Listener pathsAdded 1204 ${netBeansDir}modules/org-netbeans-modules-parsing-indexing.jar sun.reflect.NativeMethodAccessorImpl invoke0 ${java.home}lib/rt.jar sun.reflect.NativeMethodAccessorImpl invoke 62 ${java.home}lib/rt.jar sun.reflect.DelegatingMethodAccessorImpl invoke 43 ${java.home}lib/rt.jar java.lang.reflect.Method invoke 498 ${java.home}lib/rt.jar org.openide.util.WeakListenerImpl$ProxyListener invoke 462 ${netbeans.home}lib/org-openide-util.jar com.sun.proxy.$Proxy2 pathsAdded org.netbeans.api.java.classpath.GlobalPathRegistry register 206 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar org.netbeans.modules.python.project.PythonProject$PythonOpenedHook projectOpened 229 ${user.dir}modules/org-netbeans-modules-python-project.jar org.netbeans.spi.project.ui.ProjectOpenedHook$1 projectOpened 60 ${netBeansDir}modules/org-netbeans-modules-projectuiapi-base.jar org.netbeans.modules.project.ui.OpenProjectList notifyOpened 1291 ${netBeansDir}modules/org-netbeans-modules-projectui.jar org.netbeans.modules.project.ui.OpenProjectList access$1600 112 ${netBeansDir}modules/org-netbeans-modules-projectui.jar org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects loadOnBackground 509 ${netBeansDir}modules/org-netbeans-modules-projectui.jar org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects run 380 ${netBeansDir}modules/org-netbeans-modules-projectui.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 2021-03-07T11:24:17 1615127057533 54 1000 13 Error in RequestProcessor org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator$1 java.lang.NullPointerException org.netbeans.modules.python.project.gsf.BootClassPathImplementation getUrls 129 ${user.dir}modules/org-netbeans-modules-python-project.jar org.netbeans.modules.python.project.gsf.BootClassPathImplementation getResources 82 ${user.dir}modules/org-netbeans-modules-python-project.jar org.netbeans.modules.java.classpath.ProxyClassPathImplementation getResources 69 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar org.netbeans.api.java.classpath.ClassPath entries 363 ${netBeansDir}modules/org-netbeans-api-java-classpath.jar
[jira] [Closed] (NETBEANS-5420) Cannot download Netbeans for C++ development.
[ https://issues.apache.org/jira/browse/NETBEANS-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Vieiro closed NETBEANS-5420. Resolution: Information Provided Hi [~hebrerillo] , Apache NetBeans has a limited support for C++. You can download it from [http://netbeans.apache.org/download/] You can try to download a previous version of NetBeans from Oracle here [https://www.oracle.com/technetwork/es/java/javase/downloads/jdk-netbeans-jsp-3413139-esa.html] Hope this helps! > Cannot download Netbeans for C++ development. > - > > Key: NETBEANS-5420 > URL: https://issues.apache.org/jira/browse/NETBEANS-5420 > Project: NetBeans > Issue Type: Bug >Reporter: Jesus Romero >Assignee: Antonio Vieiro >Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > > I want to download Netbeans for C++ development but this link (from a google > search): > [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] > seems to be broken. How can I get Netbeans for C++ development, please? > 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] [Assigned] (NETBEANS-5420) Cannot download Netbeans for C++ development.
[ https://issues.apache.org/jira/browse/NETBEANS-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Vieiro reassigned NETBEANS-5420: Assignee: Antonio Vieiro > Cannot download Netbeans for C++ development. > - > > Key: NETBEANS-5420 > URL: https://issues.apache.org/jira/browse/NETBEANS-5420 > Project: NetBeans > Issue Type: Bug >Reporter: Jesus Romero >Assignee: Antonio Vieiro >Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > > I want to download Netbeans for C++ development but this link (from a google > search): > [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] > seems to be broken. How can I get Netbeans for C++ development, please? > 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] [Resolved] (NETBEANS-201) Replace plugin portal service
[ https://issues.apache.org/jira/browse/NETBEANS-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing resolved NETBEANS-201. --- Resolution: Fixed PP3 exists for a long time now - I think this task is done. > Replace plugin portal service > -- > > Key: NETBEANS-201 > URL: https://issues.apache.org/jira/browse/NETBEANS-201 > Project: NetBeans > Issue Type: Task > Components: website >Reporter: Wade Chandler >Assignee: Jiří Kovalský >Priority: Major > > The current NetBeans plugin portal site has a backing service used to help > upload, edit, list, etc plugin information for authors. We need something > similar to better support plugin authors and the plugin center. You can see > this at the following URL while it is still enabled > http://plugins.netbeans.org/ -- 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] [Comment Edited] (NETBEANS-201) Replace plugin portal service
[ https://issues.apache.org/jira/browse/NETBEANS-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296954#comment-17296954 ] Matthias Bläsing edited comment on NETBEANS-201 at 3/7/21, 7:12 PM: PP3 exists for a long time now - I think this task is done. The plugin portal can be found here: https://plugins.netbeans.apache.org/ was (Author: mblaesing): PP3 exists for a long time now - I think this task is done. > Replace plugin portal service > -- > > Key: NETBEANS-201 > URL: https://issues.apache.org/jira/browse/NETBEANS-201 > Project: NetBeans > Issue Type: Task > Components: website >Reporter: Wade Chandler >Assignee: Jiří Kovalský >Priority: Major > > The current NetBeans plugin portal site has a backing service used to help > upload, edit, list, etc plugin information for authors. We need something > similar to better support plugin authors and the plugin center. You can see > this at the following URL while it is still enabled > http://plugins.netbeans.org/ -- 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-2097) JEE on NetBeans 10 - Java EE plugins from Netbeans 8.2 plugin portal
[ https://issues.apache.org/jira/browse/NETBEANS-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing resolved NETBEANS-2097. Resolution: Fixed > JEE on NetBeans 10 - Java EE plugins from Netbeans 8.2 plugin portal > > > Key: NETBEANS-2097 > URL: https://issues.apache.org/jira/browse/NETBEANS-2097 > Project: NetBeans > Issue Type: Bug > Components: platform - Plugin Manager >Affects Versions: 10.0 >Reporter: Mirek >Priority: Major > > Support for Java EE development can not be installed. The installation end > with following message after restart of netBeans: > Warning - could not install some modules: > org.netbeans.libs.nashorn - No module providing the capability > com.oracle.js.parser.implementation could be found. > org.netbeans.modules.javascript2.doc - The module org.netbeans.libs.nashorn > would also need to be installed. > org.netbeans.modules.javascript2.model - The module > org.netbeans.libs.nashorn would also need to be installed. > org.netbeans.modules.javascript2.model - The module > org.netbeans.modules.javascript2.doc would also need to be installed. > org.netbeans.modules.javascript2.source.query - The module > org.netbeans.modules.javascript2.model would also need to be installed. > org.netbeans.modules.javascript2.editor - The module > org.netbeans.libs.nashorn would also need to be installed. > org.netbeans.modules.javascript2.editor - The module > org.netbeans.modules.javascript2.model would also need to be installed. > org.netbeans.modules.javascript2.editor - The module > org.netbeans.modules.javascript2.doc would also need to be installed. > org.netbeans.modules.javascript2.nodejs - The module > org.netbeans.modules.javascript2.editor would also need to be installed. > org.netbeans.modules.javascript2.nodejs - The module > org.netbeans.modules.javascript2.model would also need to be installed. > org.netbeans.modules.javascript.nodejs - The module > org.netbeans.modules.javascript2.nodejs would also need to be installed. > org.netbeans.modules.web.client.kit - The module > org.netbeans.modules.javascript.nodejs would also need to be installed. > org.netbeans.modules.web.client.kit - The module > org.netbeans.modules.javascript2.source.query would also need to be installed. > org.netbeans.modules.web.kit - The module > org.netbeans.modules.web.client.kit would also need to be installed. > org.netbeans.modules.web.struts - The module org.netbeans.modules.web.kit > would also need to be installed. > org.netbeans.modules.spring.webmvc - The module org.netbeans.modules.web.kit > would also need to be installed. > org.netbeans.modules.web.jsf.kit - The module org.netbeans.modules.web.kit > would also need to be installed. > org.netbeans.modules.web.primefaces - The module > org.netbeans.modules.web.jsf.kit would also need to be installed. -- 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] [Assigned] (NETBEANS-4560) plugin portal, PP3, does not publish GroupId of plugin
[ https://issues.apache.org/jira/browse/NETBEANS-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing reassigned NETBEANS-4560: -- Assignee: Matthias Bläsing > plugin portal, PP3, does not publish GroupId of plugin > -- > > Key: NETBEANS-4560 > URL: https://issues.apache.org/jira/browse/NETBEANS-4560 > Project: NetBeans > Issue Type: Bug > Components: updatecenters - Pluginportal >Reporter: Ernie Rael >Assignee: Matthias Bläsing >Priority: Major > > The plugins have ArtifactId, but not GroupId, shown. I have seen several > artifacts ( in general, not necessarily plugins) where the same ArtifactId is > used but with different GroupId. > If someone wanted to take a look at the source code, the missing GroupId is a > problem. Is it a security violation? ;) -- 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] [Assigned] (NETBEANS-5425) Allow defining multiple authors for plugins in pluginportal
[ https://issues.apache.org/jira/browse/NETBEANS-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing reassigned NETBEANS-5425: -- Assignee: Matthias Bläsing > Allow defining multiple authors for plugins in pluginportal > --- > > Key: NETBEANS-5425 > URL: https://issues.apache.org/jira/browse/NETBEANS-5425 > Project: NetBeans > Issue Type: Improvement > Components: updatecenters - Pluginportal >Reporter: Christian Lenz >Assignee: Matthias Bläsing >Priority: Major > > It must be possible to add more than one contributor to a plugin (possible > from the plugin creator) and to handover it by themself. -- 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-5425) Allow defining multiple authors for plugins in pluginportal
[ https://issues.apache.org/jira/browse/NETBEANS-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing updated NETBEANS-5425: --- Description: It must be possible to add more than one contributor to a plugin (possible from the plugin creator) and to handover it by themself. (was: Iit must be possible to add more than one contributor to a plugin (possible from the plugin creator) and to handover it by themself.) > Allow defining multiple authors for plugins in pluginportal > --- > > Key: NETBEANS-5425 > URL: https://issues.apache.org/jira/browse/NETBEANS-5425 > Project: NetBeans > Issue Type: Improvement > Components: updatecenters - Pluginportal >Reporter: Christian Lenz >Priority: Major > > It must be possible to add more than one contributor to a plugin (possible > from the plugin creator) and to handover it by themself. -- 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-5425) Allow defining multiple authors for plugins in pluginportal
Matthias Bläsing created NETBEANS-5425: -- Summary: Allow defining multiple authors for plugins in pluginportal Key: NETBEANS-5425 URL: https://issues.apache.org/jira/browse/NETBEANS-5425 Project: NetBeans Issue Type: Improvement Components: updatecenters - Pluginportal Reporter: Christian Lenz Iit must be possible to add more than one contributor to a plugin (possible from the plugin creator) and to handover it by themself. -- 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-4861) NB-Javac Upgrade to JDK-15
[ https://issues.apache.org/jira/browse/NETBEANS-4861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing resolved NETBEANS-4861. Fix Version/s: 12.3 Resolution: Fixed Fix was merged with NETBEANS-5055 as reference > NB-Javac Upgrade to JDK-15 > -- > > Key: NETBEANS-4861 > URL: https://issues.apache.org/jira/browse/NETBEANS-4861 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.2 >Reporter: Akshay Gupta >Priority: Critical > Labels: pull-request-available > Fix For: 12.3 > > Attachments: image-2020-12-07-15-05-38-761.png > > Time Spent: 3h > Remaining Estimate: 0h > > netbeans 12.1 currently is supported by nb-javac for JDK-14. > Will upgrade nb-javac to make it in sync with JDK-15 for netbenas 12.2 > nb-javac link: [https://hg.netbeans.org/main/nb-java-x] -- 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-5332) Unable to connect to the NetBeans Plugin Portal
[ https://issues.apache.org/jira/browse/NETBEANS-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing resolved NETBEANS-5332. Resolution: Fixed Looks like a temporary failure - the server reacts correctly, NetBeans master happily loads from the referenced URL. > Unable to connect to the NetBeans Plugin Portal > --- > > Key: NETBEANS-5332 > URL: https://issues.apache.org/jira/browse/NETBEANS-5332 > Project: NetBeans > Issue Type: Bug > Components: platform - Plugin Manager >Affects Versions: 12.2 >Reporter: Vítězslav Dvořák >Priority: Minor > Attachments: image-2021-02-04-17-45-13-886.png > > > Plugin updater is unable to use Http 302 redirect: > > !image-2021-02-04-17-45-13-886.png! > With message: > Unable to connect to the NetBeans Plugin Portal because of Timeout while > opening connection to > [https://netbeans.apache.org/nb/plugins/dev/catalog.xml.gz] > > The curl gives me redirect response: > {noformat} > > GET /nb/plugins/dev/catalog.xml.gz HTTP/1.1 > > Host: netbeans.apache.org > > User-Agent: curl/7.64.0 > > Accept: */* > > > * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): > * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): > * old SSL session ID is stale, removing > < HTTP/1.1 302 Found > < Date: Thu, 04 Feb 2021 16:43:00 GMT > < Server: Apache > < Location: https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz > < Content-Length: 244 > < Content-Type: text/html; charset=iso-8859-1 > < > > > 302 Found > > Found > The document has moved href="https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz;>here. > > > {noformat} > > But the given destination > {color:#00}https://plugins.netbeans.apache.org/data/12.0/catalog.xml.gz{color} > is really dead :( > > I use fresh master from github -- 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-5423) java.lang.NoClassDefFoundError exception has occurred.
[ https://issues.apache.org/jira/browse/NETBEANS-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296908#comment-17296908 ] Laszlo Kishalmi commented on NETBEANS-5423: --- Well, this is really not enough information. What about attaching the IDE log or just the stacktrace where the exception has happened. Righ now all I know is: You have a Mac, with BigSur, working on a Gradle Project in NetBeans and you've got a java.lang.NoClassDefFoundError > java.lang.NoClassDefFoundError exception has occurred. > -- > > Key: NETBEANS-5423 > URL: https://issues.apache.org/jira/browse/NETBEANS-5423 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle Java EE >Affects Versions: 12.2 > Environment: My operating system is macOS Big sur > *MacBook Pro* (Retina, 13-inch, Early 2015) > *Processor* 2.7 GHz Dual-Core Intel Core i5 > *Memory* 8 GB 1867 MHz DDR3 > > > >Reporter: Hina amin >Assignee: Laszlo Kishalmi >Priority: Major > Labels: newbie > Fix For: 12.2 > > > So i have a gradle project with name firebase_project. in this project i am > using firebase realtime database. so the issue is, whenever i open the > project, first all my chrome extensions crashes and then my chrome is > locked.. Also the netbeans hangs and shows an unexpected error > "java.lang.NoClassDefFoundError exception has occurred". i am not sure what i > am doing wrong and how to solve it...please help me with this -- 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-5424) java.lang.NoClassDefFoundError exception has occurred.
Hina amin created NETBEANS-5424: --- Summary: java.lang.NoClassDefFoundError exception has occurred. Key: NETBEANS-5424 URL: https://issues.apache.org/jira/browse/NETBEANS-5424 Project: NetBeans Issue Type: Bug Components: cnd - Debugger Affects Versions: 12.2 Environment: My operating system is macOS Big sur *MacBook Pro* (Retina, 13-inch, Early 2015) *Processor* 2.7 GHz Dual-Core Intel Core i5 *Memory* 8 GB 1867 MHz DDR3 Reporter: Hina amin So i have a gradle project with name firebase_project. in this project i am using firebase realtime database. so the issue is, whenever i open the project, first all my chrome extensions crashes and then my chrome is locked.. Also the netbeans hangs and shows an unexpected error "java.lang.NoClassDefFoundError exception has occurred". i am not sure what i am doing wrong and how to solve it...please help me with this -- 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-5423) java.lang.NoClassDefFoundError exception has occurred.
Hina amin created NETBEANS-5423: --- Summary: java.lang.NoClassDefFoundError exception has occurred. Key: NETBEANS-5423 URL: https://issues.apache.org/jira/browse/NETBEANS-5423 Project: NetBeans Issue Type: Bug Components: projects - Gradle Java EE Affects Versions: 12.2 Environment: My operating system is macOS Big sur *MacBook Pro* (Retina, 13-inch, Early 2015) *Processor* 2.7 GHz Dual-Core Intel Core i5 *Memory* 8 GB 1867 MHz DDR3 Reporter: Hina amin Assignee: Laszlo Kishalmi Fix For: 12.2 So i have a gradle project with name firebase_project. in this project i am using firebase realtime database. so the issue is, whenever i open the project, first all my chrome extensions crashes and then my chrome is locked.. Also the netbeans hangs and shows an unexpected error "java.lang.NoClassDefFoundError exception has occurred". i am not sure what i am doing wrong and how to solve it...please help me with this -- 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-5400) Custom Platform Integration test fail if non converging maven artefacts
[ https://issues.apache.org/jira/browse/NETBEANS-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296800#comment-17296800 ] Jaroslav Tulach commented on NETBEANS-5400: --- I don't know off-hand. I would have to debug the behavior. > Custom Platform Integration test fail if non converging maven artefacts > --- > > Key: NETBEANS-5400 > URL: https://issues.apache.org/jira/browse/NETBEANS-5400 > Project: NetBeans > Issue Type: Bug > Components: platform - Other >Affects Versions: 12.2 >Reporter: Eric Barboni >Priority: Major > > Hi, I found an issue on the > /harness/nbjunit/src/org/netbeans/junit/NbModuleSuite.java. > I don't know if this is a common use case but if you have two module with > Maven-Class-Path entry in their manifest you will have an issue during the > test preparation. > I have created the following showcase: > [https://github.com/ebarboni/nbappmaventest] > wrapper 2 incorporate lucene 3.6.2 and wrapper 1 lucene 5.5.5. > It build and run but cannot be tested. > {code} > java.io.IOException: no match for org.apache.lucene:lucene-core:3.6.2 found > at org.netbeans.junit.NbModuleSuite$S.rewrite(NbModuleSuite.java:1129) > at > org.netbeans.junit.NbModuleSuite$S.turnClassPathModules(NbModuleSuite.java:1094) > {code} > > I have no PR yet because I don't know to handle that. > If possible may I have feedback from [~jtulach] or [~sdedic]. -- 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-4314) java/maven dependency graph extremely slow
[ https://issues.apache.org/jira/browse/NETBEANS-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296732#comment-17296732 ] Geertjan Wielenga commented on NETBEANS-4314: - I’m not sure that larger POM files ever worked well with the graph functionality. > java/maven dependency graph extremely slow > -- > > Key: NETBEANS-4314 > URL: https://issues.apache.org/jira/browse/NETBEANS-4314 > Project: NetBeans > Issue Type: Bug > Components: projects - Maven >Affects Versions: 11.3, 12.1, 12.2 >Reporter: Bernd Wahlen >Priority: Major > Attachments: messages.log > > > when selecting graph in maven pom.xml, UI hangs for about 10 minues in > medium-sized (~70 dependencies) project. Experienced this issue for for long > time and still in 11.3, but definitely not in nb8. And btw graph calculation > is using only 1 cpu core. > environment: ubuntu 20.04 lts / adopt 14.0.1 / nb 11.3 via snap / i3-6100 -- 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-4314) java/maven dependency graph extremely slow
[ https://issues.apache.org/jira/browse/NETBEANS-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satguru Srivastava updated NETBEANS-4314: - Affects Version/s: 11.3 12.1 12.2 > java/maven dependency graph extremely slow > -- > > Key: NETBEANS-4314 > URL: https://issues.apache.org/jira/browse/NETBEANS-4314 > Project: NetBeans > Issue Type: Bug > Components: projects - Maven >Affects Versions: 11.3, 12.1, 12.2 >Reporter: Bernd Wahlen >Priority: Major > Attachments: messages.log > > > when selecting graph in maven pom.xml, UI hangs for about 10 minues in > medium-sized (~70 dependencies) project. Experienced this issue for for long > time and still in 11.3, but definitely not in nb8. And btw graph calculation > is using only 1 cpu core. > environment: ubuntu 20.04 lts / adopt 14.0.1 / nb 11.3 via snap / i3-6100 -- 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-4314) java/maven dependency graph extremely slow
[ https://issues.apache.org/jira/browse/NETBEANS-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Satguru Srivastava updated NETBEANS-4314: - Component/s: projects - Maven > java/maven dependency graph extremely slow > -- > > Key: NETBEANS-4314 > URL: https://issues.apache.org/jira/browse/NETBEANS-4314 > Project: NetBeans > Issue Type: Bug > Components: projects - Maven >Reporter: Bernd Wahlen >Priority: Major > Attachments: messages.log > > > when selecting graph in maven pom.xml, UI hangs for about 10 minues in > medium-sized (~70 dependencies) project. Experienced this issue for for long > time and still in 11.3, but definitely not in nb8. And btw graph calculation > is using only 1 cpu core. > environment: ubuntu 20.04 lts / adopt 14.0.1 / nb 11.3 via snap / i3-6100 -- 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-4314) java/maven dependency graph extremely slow
[ https://issues.apache.org/jira/browse/NETBEANS-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296731#comment-17296731 ] Satguru Srivastava commented on NETBEANS-4314: -- issue continues in 12.2 windows 10 small poms are ok a dependency tree of say 170 entries hangs netbeans, Have to kill and restart. Other POM operations are slow too - example GIT-> history -> diff No issues with nb8. > java/maven dependency graph extremely slow > -- > > Key: NETBEANS-4314 > URL: https://issues.apache.org/jira/browse/NETBEANS-4314 > Project: NetBeans > Issue Type: Bug >Reporter: Bernd Wahlen >Priority: Major > Attachments: messages.log > > > when selecting graph in maven pom.xml, UI hangs for about 10 minues in > medium-sized (~70 dependencies) project. Experienced this issue for for long > time and still in 11.3, but definitely not in nb8. And btw graph calculation > is using only 1 cpu core. > environment: ubuntu 20.04 lts / adopt 14.0.1 / nb 11.3 via snap / i3-6100 -- 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-5422) Font removal causing deadlock
Joshua J. A. Harwood created NETBEANS-5422: -- Summary: Font removal causing deadlock Key: NETBEANS-5422 URL: https://issues.apache.org/jira/browse/NETBEANS-5422 Project: NetBeans Issue Type: Bug Components: java - Editor Environment: *Product Version:* Apache NetBeans IDE 12.2 *Java:* 1.8.0_211; Java HotSpot(TM) 64-Bit Server VM 25.211-b12 *Runtime:* Java(TM) SE Runtime Environment 1.8.0_211-b12 *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) *User directory:* C:\Users\joshu\AppData\Roaming\NetBeans\12.2 *Cache directory:* C:\Users\joshu\AppData\Local\NetBeans\Cache\12.2 Reporter: Joshua J. A. Harwood Attachments: exception.txt I was following the instructions detailed in [https://github.com/tonsky/FiraCode/wiki/Troubleshooting#corrupted-font-in-intellij-on-windows] with Netbeans closed and Monospaced set as the default font. After reopening Netbeans, I was prompted to install nb-javac. The program deadlocked shortly after. After terminating and restarting the program, it seems to work fine. I've attached logs. -- 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-5421) Netbeans stopped while verifying new project
Jim Tippins created NETBEANS-5421: - Summary: Netbeans stopped while verifying new project Key: NETBEANS-5421 URL: https://issues.apache.org/jira/browse/NETBEANS-5421 Project: NetBeans Issue Type: Bug Environment: --- >Log Session: Saturday, March 6, 2021 at 9:19:33 AM Eastern Standard Time >System Info: Product Version = Apache NetBeans IDE 12.2 Operating System= Windows 10 version 10.0 running on amd64 Java; VM; Vendor= 15.0.2; Java HotSpot(TM) 64-Bit Server VM 15.0.2+7-27; Oracle Corporation Runtime = Java(TM) SE Runtime Environment 15.0.2+7-27 Java Home = C:\Program Files\Java\jdk-15.0.2 System Locale; Encoding = en_US (nb); Cp1252 Home Directory = C:\Users\Jim Current Directory = C:\Program Files\NetBeans-12.2 User Directory = C:\Users\Jim\AppData\Roaming\NetBeans\12.2 Cache Directory = C:\Users\Jim\AppData\Local\NetBeans\Cache\12.2 Installation= C:\Program Files\NetBeans-12.2\netbeans\nb C:\Program Files\NetBeans-12.2\netbeans\ergonomics C:\Program Files\NetBeans-12.2\netbeans\ide C:\Program Files\NetBeans-12.2\netbeans\extide C:\Program Files\NetBeans-12.2\netbeans\java C:\Program Files\NetBeans-12.2\netbeans\apisupport C:\Program Files\NetBeans-12.2\netbeans\webcommon C:\Program Files\NetBeans-12.2\netbeans\websvccommon C:\Program Files\NetBeans-12.2\netbeans\enterprise C:\Program Files\NetBeans-12.2\netbeans\profiler C:\Program Files\NetBeans-12.2\netbeans\php C:\Program Files\NetBeans-12.2\netbeans\harness C:\Program Files\NetBeans-12.2\netbeans\cpplite C:\Program Files\NetBeans-12.2\netbeans\groovy C:\Program Files\NetBeans-12.2\netbeans\javafx C:\Program Files\NetBeans-12.2\netbeans\platform Reporter: Jim Tippins 2021-03-06T12:53:18 1615053198524 108 org.netbeans.modules.deadlock.detector.Detector 1000 41 C:\Users\Jim\AppData\Local\Temp\deadlock14310420273436494605.txt org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: A deadlock was detected. We suggest to restart the IDE to recover. -- 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-5420) Cannot download Netbeans for C++ development.
[ https://issues.apache.org/jira/browse/NETBEANS-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Romero updated NETBEANS-5420: --- Description: I want to download Netbeans for C++ development but this link: [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] seems to be broken. How can I get Netbeans for C++ development, please? Thanks! was: I want to download Netbeans for C++ development but this link: [https://netbeans.org/downloads/index.html] seems to be not working. How can I get Netbeans for C++ development, please? Thanks! > Cannot download Netbeans for C++ development. > - > > Key: NETBEANS-5420 > URL: https://issues.apache.org/jira/browse/NETBEANS-5420 > Project: NetBeans > Issue Type: Bug >Reporter: Jesus Romero >Priority: Major > > I want to download Netbeans for C++ development but this link: > [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] > seems to be broken. How can I get Netbeans for C++ development, please? > 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] [Updated] (NETBEANS-5420) Cannot download Netbeans for C++ development.
[ https://issues.apache.org/jira/browse/NETBEANS-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Romero updated NETBEANS-5420: --- Description: I want to download Netbeans for C++ development but this link (from a google search): [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] seems to be broken. How can I get Netbeans for C++ development, please? Thanks! was: I want to download Netbeans for C++ development but this link: [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] seems to be broken. How can I get Netbeans for C++ development, please? Thanks! > Cannot download Netbeans for C++ development. > - > > Key: NETBEANS-5420 > URL: https://issues.apache.org/jira/browse/NETBEANS-5420 > Project: NetBeans > Issue Type: Bug >Reporter: Jesus Romero >Priority: Major > > I want to download Netbeans for C++ development but this link (from a google > search): > [https://netbeans.apache.org/features/cpp/|https://netbeans.org/downloads/index.html] > seems to be broken. How can I get Netbeans for C++ development, please? > 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] [Created] (NETBEANS-5420) Cannot download Netbeans for C++ development.
Jesus Romero created NETBEANS-5420: -- Summary: Cannot download Netbeans for C++ development. Key: NETBEANS-5420 URL: https://issues.apache.org/jira/browse/NETBEANS-5420 Project: NetBeans Issue Type: Bug Reporter: Jesus Romero I want to download Netbeans for C++ development but this link: [https://netbeans.org/downloads/index.html] seems to be not working. How can I get Netbeans for C++ development, please? 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] [Updated] (NETBEANS-5419) dart-sass --stop-on-error support
[ https://issues.apache.org/jira/browse/NETBEANS-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Libor updated NETBEANS-5419: Description: Hello, I maintain a large project with hundreds of SCSS files and it's a small hell when I change some dependency and some tens of files have to recompile as it takes even a minute which might break your flow. And as it's an old project as well, refactoring is needed time to time, which can throw many compilation errors. Obviously, this is not a problem with NetBeans itself, but as it does run sass executable for every file it detects change for (Compile Sass Files on Save turned on), especially when there's an error, it does not break after the first error occurence as it does when running sass executable manually for, say, a folder with `--stop-on-error` command line argument. Do you think it would be possible to add an option to stop compilation execution when error occures instead of going on with the rest of changed files? EDIT: Furthermore, output done by dart-sass executable is way more readable, not clumped by same repetitive commands. was: Hello, I maintain a large project with hundreds of SCSS files and it's a small hell when I change some dependency and some tens of files have to recompile as it takes even a minute which might break your flow. And as it's an old project as well, refactoring is needed time to time, which can throw many compilation errors. Obviously, this is not a problem with NetBeans itself, but as it does run sass executable for every file it detects change for (Compile Sass Files on Save turned on), especially when there's an error, it does not break after the first error occurence as it does when running sass executable manually for, say, a folder with `--stop-on-error` command line argument. Do you think it would be possible to add an option to stop compilation execution when error occures instead of going on with the rest of changed files? > dart-sass --stop-on-error support > - > > Key: NETBEANS-5419 > URL: https://issues.apache.org/jira/browse/NETBEANS-5419 > Project: NetBeans > Issue Type: Improvement > Components: web - CSS Preprocessors (SASS, LESS, ...) >Affects Versions: 12.0 >Reporter: Libor >Priority: Minor > Labels: sass > > Hello, > I maintain a large project with hundreds of SCSS files and it's a small hell > when I change some dependency and some tens of files have to recompile as it > takes even a minute which might break your flow. And as it's an old project > as well, refactoring is needed time to time, which can throw many compilation > errors. > Obviously, this is not a problem with NetBeans itself, but as it does run > sass executable for every file it detects change for (Compile Sass Files on > Save turned on), especially when there's an error, it does not break after > the first error occurence as it does when running sass executable manually > for, say, a folder with `--stop-on-error` command line argument. > Do you think it would be possible to add an option to stop compilation > execution when error occures instead of going on with the rest of changed > files? > > EDIT: > Furthermore, output done by dart-sass executable is way more readable, not > clumped by same repetitive commands. -- 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-5419) dart-sass --stop-on-error support
Libor created NETBEANS-5419: --- Summary: dart-sass --stop-on-error support Key: NETBEANS-5419 URL: https://issues.apache.org/jira/browse/NETBEANS-5419 Project: NetBeans Issue Type: Improvement Components: web - CSS Preprocessors (SASS, LESS, ...) Affects Versions: 12.0 Reporter: Libor Hello, I maintain a large project with hundreds of SCSS files and it's a small hell when I change some dependency and some tens of files have to recompile as it takes even a minute which might break your flow. And as it's an old project as well, refactoring is needed time to time, which can throw many compilation errors. Obviously, this is not a problem with NetBeans itself, but as it does run sass executable for every file it detects change for (Compile Sass Files on Save turned on), especially when there's an error, it does not break after the first error occurence as it does when running sass executable manually for, say, a folder with `--stop-on-error` command line argument. Do you think it would be possible to add an option to stop compilation execution when error occures instead of going on with the rest of changed files? -- 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-5418) Extension fails to launch with netbeans.jdkhome set to JDK 16
Anthony Vanelverdinghe created NETBEANS-5418: Summary: Extension fails to launch with netbeans.jdkhome set to JDK 16 Key: NETBEANS-5418 URL: https://issues.apache.org/jira/browse/NETBEANS-5418 Project: NetBeans Issue Type: Bug Components: vscode Reporter: Anthony Vanelverdinghe The stack trace is as below: {noformat} java.lang.NullPointerException: Cannot invoke "java.net.URL.toURI()" because the return value of "org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateCenterURL()" is null at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getUpdateItems(AutoupdateCatalogParser.java:165) at org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateItems(AutoupdateCatalogProvider.java:120) at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:150) at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:118) at org.netbeans.modules.autoupdate.services.UpdateManagerImpl$Cache.(UpdateManagerImpl.java:267) at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getCache(UpdateManagerImpl.java:227) at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnits(UpdateManagerImpl.java:186) at org.netbeans.api.autoupdate.UpdateManager.getUpdateUnits(UpdateManager.java:67) at org.netbeans.modules.autoupdate.cli.ModuleOptions.listAllModules(ModuleOptions.java:138) at org.netbeans.modules.autoupdate.cli.ModuleOptions.process(ModuleOptions.java:167) at org.netbeans.spi.sendopts.Option$1.process(Option.java:362) at org.netbeans.api.sendopts.CommandLine.process(CommandLine.java:336) at org.netbeans.modules.sendopts.HandlerImpl.execute(HandlerImpl.java:37) at org.netbeans.modules.sendopts.Handler.cli(Handler.java:44) at org.netbeans.CLIHandler.notifyHandlers(CLIHandler.java:209) at org.netbeans.core.startup.CLICoreBridge.cli(CLICoreBridge.java:57) at org.netbeans.CLIHandler.notifyHandlers(CLIHandler.java:209) at org.netbeans.CLIHandler$1.exec(CLIHandler.java:243) at org.netbeans.CLIHandler.finishInitialization(CLIHandler.java:423) at org.netbeans.MainImpl.finishInitialization(MainImpl.java:231) at org.netbeans.Main.finishInitialization(Main.java:67) at org.netbeans.core.startup.Main.start(Main.java:291) at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98) at java.base/java.lang.Thread.run(Thread.java:831) {noformat} -- 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-5416) Netbeans 8.2 download is no longer available from netbeans.apache.org/download/archiive/index.html
[ https://issues.apache.org/jira/browse/NETBEANS-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296506#comment-17296506 ] Joseph commented on NETBEANS-5416: -- Thanks so much! Regards, Joe Waldron > Netbeans 8.2 download is no longer available from > netbeans.apache.org/download/archiive/index.html > -- > > Key: NETBEANS-5416 > URL: https://issues.apache.org/jira/browse/NETBEANS-5416 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2 >Reporter: Joseph >Assignee: Antonio Vieiro >Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > Students at LaSalle University in USA as recently as 2 weeks ago successfully > downloaded and installed Pre-Apache Netbeans version 8.2 by going to > > [https://netbeans.apache.org/download/archive/index.html] > > and then under "Pre-Apache NetBeans versions" choosing > [https://netbeans.org/downloads/old/8.2/] > > But suddenly this latter link is now broken. > > And there is no ability for students to move to a later version of Netbeans > at this time due to other dependencies. > > Can the link to the NetBeans 8.2 version download be restored? > > Thanks so much for any guidance you can provide. -- 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-5416) Netbeans 8.2 download is no longer available from netbeans.apache.org/download/archiive/index.html
[ https://issues.apache.org/jira/browse/NETBEANS-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Vieiro resolved NETBEANS-5416. -- Resolution: Fixed Hi Joseph. NetBeans 8.2 is an Oracle product, not an ASF one. Oracle has recently decomissioned the server hosting this product, so the link no longer works. You can either: * Download Apache NetBeans from [http://netbeans.apache.org/download/index.html] * We think Oracle still holds some NetBeans binaries bundled with the JDK in the following URL [https://www.oracle.com/technetwork/es/java/javase/downloads/jdk-netbeans-jsp-3413139-esa.html] Hope this helps! Kind regards, Antonio > Netbeans 8.2 download is no longer available from > netbeans.apache.org/download/archiive/index.html > -- > > Key: NETBEANS-5416 > URL: https://issues.apache.org/jira/browse/NETBEANS-5416 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2 >Reporter: Joseph >Assignee: Antonio Vieiro >Priority: Major > > Students at LaSalle University in USA as recently as 2 weeks ago successfully > downloaded and installed Pre-Apache Netbeans version 8.2 by going to > > [https://netbeans.apache.org/download/archive/index.html] > > and then under "Pre-Apache NetBeans versions" choosing > [https://netbeans.org/downloads/old/8.2/] > > But suddenly this latter link is now broken. > > And there is no ability for students to move to a later version of Netbeans > at this time due to other dependencies. > > Can the link to the NetBeans 8.2 version download be restored? > > Thanks so much for any guidance you can provide. -- 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] [Assigned] (NETBEANS-5416) Netbeans 8.2 download is no longer available from netbeans.apache.org/download/archiive/index.html
[ https://issues.apache.org/jira/browse/NETBEANS-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Vieiro reassigned NETBEANS-5416: Assignee: Antonio Vieiro > Netbeans 8.2 download is no longer available from > netbeans.apache.org/download/archiive/index.html > -- > > Key: NETBEANS-5416 > URL: https://issues.apache.org/jira/browse/NETBEANS-5416 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2 >Reporter: Joseph >Assignee: Antonio Vieiro >Priority: Major > > Students at LaSalle University in USA as recently as 2 weeks ago successfully > downloaded and installed Pre-Apache Netbeans version 8.2 by going to > > [https://netbeans.apache.org/download/archive/index.html] > > and then under "Pre-Apache NetBeans versions" choosing > [https://netbeans.org/downloads/old/8.2/] > > But suddenly this latter link is now broken. > > And there is no ability for students to move to a later version of Netbeans > at this time due to other dependencies. > > Can the link to the NetBeans 8.2 version download be restored? > > Thanks so much for any guidance you can provide. -- 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-5401) Provide a Java formatter
[ https://issues.apache.org/jira/browse/NETBEANS-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296489#comment-17296489 ] Anthony Vanelverdinghe commented on NETBEANS-5401: -- Actually, there's quite a few bits (e.g. organize imports and code generation) missing to be able to do without "LS for Java". Since this extension itself warns about conflicts with it, and it's unclear what those conflicts are precisely & how they're avoided, I'd like to get rid of it. So is the plan to work towards this? Or are there no plans to try & be a full replacement for "LS for Java"? > Provide a Java formatter > > > Key: NETBEANS-5401 > URL: https://issues.apache.org/jira/browse/NETBEANS-5401 > Project: NetBeans > Issue Type: Improvement > Components: vscode >Reporter: Anthony Vanelverdinghe >Priority: Major > > Currently the "Language Support for Java" extension is still required because > of the lack of a formatter in NetBeans' 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] [Created] (NETBEANS-5417) Add MIMEResolver annotation to register a mime-type based on regex
matteodg created NETBEANS-5417: -- Summary: Add MIMEResolver annotation to register a mime-type based on regex Key: NETBEANS-5417 URL: https://issues.apache.org/jira/browse/NETBEANS-5417 Project: NetBeans Issue Type: Improvement Components: platform - Filesystems Affects Versions: 12.4 Reporter: matteodg Adding {{MIMEResolver.PatternRegistration}} annotation to help users register a mime-type using regex and flags for {{java.util.regex.Pattern}} to match the filename. Integrating using the same existing approach (see {{MIMEResolver.ExtensionRegistration}}) and related classes. -- 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-5416) Netbeans 8.2 download is no longer available from netbeans.apache.org/download/archiive/index.html
Joseph created NETBEANS-5416: Summary: Netbeans 8.2 download is no longer available from netbeans.apache.org/download/archiive/index.html Key: NETBEANS-5416 URL: https://issues.apache.org/jira/browse/NETBEANS-5416 Project: NetBeans Issue Type: Bug Affects Versions: 8.2 Reporter: Joseph Students at LaSalle University in USA as recently as 2 weeks ago successfully downloaded and installed Pre-Apache Netbeans version 8.2 by going to [https://netbeans.apache.org/download/archive/index.html] and then under "Pre-Apache NetBeans versions" choosing [https://netbeans.org/downloads/old/8.2/] But suddenly this latter link is now broken. And there is no ability for students to move to a later version of Netbeans at this time due to other dependencies. Can the link to the NetBeans 8.2 version download be restored? Thanks so much for any guidance you can provide. -- 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] [Assigned] (NETBEANS-189) SQL editor, shouldn't ask evertime to set the connection
[ https://issues.apache.org/jira/browse/NETBEANS-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Bresie reassigned NETBEANS-189: Assignee: Eric Bresie > SQL editor, shouldn't ask evertime to set the connection > > > Key: NETBEANS-189 > URL: https://issues.apache.org/jira/browse/NETBEANS-189 > Project: NetBeans > Issue Type: Improvement > Components: db - SQL Editor >Affects Versions: Next >Reporter: Christian Lenz >Assignee: Eric Bresie >Priority: Major > Attachments: SQL Notification.png, required-connection.gif > > > Of course, the SQL editor doesn't make sense, if you don't set a connection > to see databases, tables and columns, but sometimes or often, you only want > to scratch a SQL query and you want the code completion for the SQL stuff, > like the keywords (SELECT, FROM, WHERE) or aggregate functions (COUNT, AVG, > etc.) So this is not possible, without setting a connection. But when I don't > have a connection, I can't use the code completion, becauses it will ends up > in a loop. See my little screen capture for what I mean. -- 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] [Deleted] (NETBEANS-5413) un restaurante de comida mexicana
[ https://issues.apache.org/jira/browse/NETBEANS-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Barboni deleted NETBEANS-5413: --- > un restaurante de comida mexicana > -- > > Key: NETBEANS-5413 > URL: https://issues.apache.org/jira/browse/NETBEANS-5413 > Project: NetBeans > Issue Type: Task > Components: apisupport - API docs >Affects Versions: 12.2 >Reporter: lucila robles munozs >Assignee: lucila robles munozs >Priority: Major > Fix For: 3.0 > > -- 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] [Deleted] (NETBEANS-5412) proyecto
[ https://issues.apache.org/jira/browse/NETBEANS-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Barboni deleted NETBEANS-5412: --- > proyecto > > > Key: NETBEANS-5412 > URL: https://issues.apache.org/jira/browse/NETBEANS-5412 > Project: NetBeans > Issue Type: Task > Components: cnd - Editor >Affects Versions: 12.2 >Reporter: lucila robles munozs >Assignee: lucila robles munozs >Priority: Major > Fix For: Next > > -- 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] [Deleted] (NETBEANS-5414) un restaurante de comida mexicana
[ https://issues.apache.org/jira/browse/NETBEANS-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gruno deleted NETBEANS-5414: --- > un restaurante de comida mexicana > - > > Key: NETBEANS-5414 > URL: https://issues.apache.org/jira/browse/NETBEANS-5414 > Project: NetBeans > Issue Type: Task > Components: cnd - Code Model >Affects Versions: 12.2 >Reporter: lucila robles munozs >Priority: Major > Fix For: 12.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] [Comment Edited] (NETBEANS-5415) CSS help autocomplete hangs for 180seconds or more
[ https://issues.apache.org/jira/browse/NETBEANS-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295975#comment-17295975 ] nick damouras edited comment on NETBEANS-5415 at 3/5/21, 11:19 AM: --- [https://gyazo.com/02d9071b10097c028902f29d0679da66] This can be simply triggered by this autocomplete on scss, at some point, it will hang for 3 mins and then stops. The issue can't be replicated if I disable the Color Codes Preview plugin !image-2021-03-05-11-19-17-053.png! was (Author: ndam): [https://gyazo.com/02d9071b10097c028902f29d0679da66] This can be simply triggered by this autocomplete on css, at some point, it will hang for 3 mins and then stops. > CSS help autocomplete hangs for 180seconds or more > --- > > Key: NETBEANS-5415 > URL: https://issues.apache.org/jira/browse/NETBEANS-5415 > Project: NetBeans > Issue Type: Bug > Components: platform - Help System, web - CSS Editor >Affects Versions: 12.2 >Reporter: nick damouras >Priority: Minor > Attachments: image-2021-03-05-11-19-17-053.png, selfsampler.npss, > ui_log_css_autocomplete.xml > > > {code:java} > // code placeholder > > 2021-03-05T10:49:29 > 1614941369961 > 31631 > 700 > 514 > UI_USER_CONFIGURATION > UI_USER_CONFIGURATION > org.netbeans.modules.uihandler.Bundle > Windows 10, 10.0, amd64 > Java HotSpot(TM) 64-Bit Server VM, 25.171-b11, Java(TM) SE Runtime > Environment, 1.8.0_171-b11 > Apache NetBeans IDE 12.2 > > LowPerformance took 181974 ms. > Please provide a description of the problem or the steps to > reproduce > * > > {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] [Commented] (NETBEANS-5415) CSS help autocomplete hangs for 180seconds or more
[ https://issues.apache.org/jira/browse/NETBEANS-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295975#comment-17295975 ] nick damouras commented on NETBEANS-5415: - [https://gyazo.com/02d9071b10097c028902f29d0679da66] This can be simply triggered by this autocomplete on css, at some point, it will hang for 3 mins and then stops. > CSS help autocomplete hangs for 180seconds or more > --- > > Key: NETBEANS-5415 > URL: https://issues.apache.org/jira/browse/NETBEANS-5415 > Project: NetBeans > Issue Type: Bug > Components: platform - Help System, web - CSS Editor >Affects Versions: 12.2 >Reporter: nick damouras >Priority: Minor > Attachments: selfsampler.npss, ui_log_css_autocomplete.xml > > > {code:java} > // code placeholder > > 2021-03-05T10:49:29 > 1614941369961 > 31631 > 700 > 514 > UI_USER_CONFIGURATION > UI_USER_CONFIGURATION > org.netbeans.modules.uihandler.Bundle > Windows 10, 10.0, amd64 > Java HotSpot(TM) 64-Bit Server VM, 25.171-b11, Java(TM) SE Runtime > Environment, 1.8.0_171-b11 > Apache NetBeans IDE 12.2 > > LowPerformance took 181974 ms. > Please provide a description of the problem or the steps to > reproduce > * > > {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] [Created] (NETBEANS-5415) CSS help autocomplete hangs for 180seconds or more
nick damouras created NETBEANS-5415: --- Summary: CSS help autocomplete hangs for 180seconds or more Key: NETBEANS-5415 URL: https://issues.apache.org/jira/browse/NETBEANS-5415 Project: NetBeans Issue Type: Bug Components: platform - Help System, web - CSS Editor Affects Versions: 12.2 Reporter: nick damouras Attachments: selfsampler.npss, ui_log_css_autocomplete.xml {code:java} // code placeholder 2021-03-05T10:49:29 1614941369961 31631 700 514 UI_USER_CONFIGURATION UI_USER_CONFIGURATION org.netbeans.modules.uihandler.Bundle Windows 10, 10.0, amd64 Java HotSpot(TM) 64-Bit Server VM, 25.171-b11, Java(TM) SE Runtime Environment, 1.8.0_171-b11 Apache NetBeans IDE 12.2 LowPerformance took 181974 ms. Please provide a description of the problem or the steps to reproduce * {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-5414) un restaurante de comida mexicana
[ https://issues.apache.org/jira/browse/NETBEANS-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Lenz closed NETBEANS-5414. Resolution: Invalid [~jkovalsky] this seems spam, can you please have a look for the user? :) > un restaurante de comida mexicana > - > > Key: NETBEANS-5414 > URL: https://issues.apache.org/jira/browse/NETBEANS-5414 > Project: NetBeans > Issue Type: Task > Components: cnd - Code Model >Affects Versions: 12.2 >Reporter: lucila robles munozs >Priority: Major > Fix For: 12.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] [Commented] (NETBEANS-5010) Go to File search should accept paths too
[ https://issues.apache.org/jira/browse/NETBEANS-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17295861#comment-17295861 ] Czukowski commented on NETBEANS-5010: - [~emi] in my experience, Go to File is slightly faster than Go to Type, but only by a tiny amount, even though there are less types in my project than files. I have to clarify about Ctrl+click, I often use it on method calls, so I guess it makes sense it's slower than file or type lookup, but when it takes too long or rejects the service outright (I'm under impression that this function is completely blocked while changes are being parsed), I use Go to File or Type as a shortcut as I'm usually able to 'guess' the type name correctly without scrolling ways up to check for a declaration. Ctrl+clicking on a type name works much faster, that is, when it does > Go to File search should accept paths too > - > > Key: NETBEANS-5010 > URL: https://issues.apache.org/jira/browse/NETBEANS-5010 > Project: NetBeans > Issue Type: Improvement > Components: php - Editor >Affects Versions: 12.2 >Reporter: Czukowski >Assignee: Emilian Bold >Priority: Minor > Labels: pull-request-available > Time Spent: 1.5h > Remaining Estimate: 0h > > Go to File seems to search only by the file name. For example, it takes only > a double click to copy a file name including its path from a console (eg from > git output), and it's a shame it cannot be pasted into Go to File dialog to > open that file just as easily, without removing the path information first. > Also if there are many files with the same name (eg due to some naming > convention), there will be many results requiring some more time to locate > the correct one. > Therefore Go to File dialog should accept parts of file paths as well. > On Windows, both forward and back slashes should be supported for directory > separators. -- 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] [Assigned] (NETBEANS-5152) Transitive module-mechanism not working in "normal" Ant based projects
[ https://issues.apache.org/jira/browse/NETBEANS-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heiko Wenzel reassigned NETBEANS-5152: -- Assignee: (was: Eric Barboni) > Transitive module-mechanism not working in "normal" Ant based projects > -- > > Key: NETBEANS-5152 > URL: https://issues.apache.org/jira/browse/NETBEANS-5152 > Project: NetBeans > Issue Type: Bug > Components: apisupport - Project >Affects Versions: 12.2 >Reporter: Heiko Wenzel >Priority: Major > > We have a main-project and 2 libraries (lib1 and lib2) projects. > Lib1 has a "requires transitive lib2" in module-info. > The main-project has a "requires lib1" in module-info. > Now the main-project should see the exports from lib2 but it doesn't work! > -- 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] [Assigned] (NETBEANS-5148) JavaFX and Maven- no links in output to source during exception
[ https://issues.apache.org/jira/browse/NETBEANS-5148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heiko Wenzel reassigned NETBEANS-5148: -- Assignee: (was: John McDonnell) > JavaFX and Maven- no links in output to source during exception > --- > > Key: NETBEANS-5148 > URL: https://issues.apache.org/jira/browse/NETBEANS-5148 > Project: NetBeans > Issue Type: Bug > Components: apisupport - Maven >Affects Versions: 12.2 >Reporter: Heiko Wenzel >Priority: Major > Labels: pull-request-available > Attachments: image-2020-12-30-10-27-50-261.png, mavenproject1.tar.gz > > Time Spent: 40m > Remaining Estimate: 0h > > A Maven JavFX project does not make links to source in output when a > exception throws -- 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] [Assigned] (NETBEANS-5412) proyecto
[ https://issues.apache.org/jira/browse/NETBEANS-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lucila robles munozs reassigned NETBEANS-5412: -- Assignee: lucila robles munozs > proyecto > > > Key: NETBEANS-5412 > URL: https://issues.apache.org/jira/browse/NETBEANS-5412 > Project: NetBeans > Issue Type: Task > Components: cnd - Editor >Affects Versions: 12.2 >Reporter: lucila robles munozs >Assignee: lucila robles munozs >Priority: Major > Fix For: Next > > -- 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-5413) un restaurante de comida mexicana
[ https://issues.apache.org/jira/browse/NETBEANS-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lucila robles munozs resolved NETBEANS-5413. Resolution: Fixed > un restaurante de comida mexicana > -- > > Key: NETBEANS-5413 > URL: https://issues.apache.org/jira/browse/NETBEANS-5413 > Project: NetBeans > Issue Type: Task > Components: apisupport - API docs >Affects Versions: 12.2 >Reporter: lucila robles munozs >Assignee: lucila robles munozs >Priority: Major > Fix For: 3.0 > > -- 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-5414) un restaurante de comida mexicana
lucila robles munozs created NETBEANS-5414: -- Summary: un restaurante de comida mexicana Key: NETBEANS-5414 URL: https://issues.apache.org/jira/browse/NETBEANS-5414 Project: NetBeans Issue Type: Task Components: cnd - Code Model Affects Versions: 12.2 Reporter: lucila robles munozs Fix For: 12.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] [Assigned] (NETBEANS-5413) un restaurante de comida mexicana
[ https://issues.apache.org/jira/browse/NETBEANS-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lucila robles munozs reassigned NETBEANS-5413: -- Assignee: lucila robles munozs > un restaurante de comida mexicana > -- > > Key: NETBEANS-5413 > URL: https://issues.apache.org/jira/browse/NETBEANS-5413 > Project: NetBeans > Issue Type: Task > Components: apisupport - API docs >Affects Versions: 12.2 >Reporter: lucila robles munozs >Assignee: lucila robles munozs >Priority: Major > Fix For: 3.0 > > -- 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-5413) un restaurante de comida mexicana
[ https://issues.apache.org/jira/browse/NETBEANS-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lucila robles munozs updated NETBEANS-5413: --- Summary: un restaurante de comida mexicana (was: un restaurante de comida mexicana) > un restaurante de comida mexicana > -- > > Key: NETBEANS-5413 > URL: https://issues.apache.org/jira/browse/NETBEANS-5413 > Project: NetBeans > Issue Type: Task > Components: apisupport - API docs >Affects Versions: 12.2 >Reporter: lucila robles munozs >Priority: Major > Fix For: 3.0 > > -- 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-5413) un restaurante de comida mexicana
lucila robles munozs created NETBEANS-5413: -- Summary: un restaurante de comida mexicana Key: NETBEANS-5413 URL: https://issues.apache.org/jira/browse/NETBEANS-5413 Project: NetBeans Issue Type: Task Components: apisupport - API docs Affects Versions: 12.2 Reporter: lucila robles munozs Fix For: 3.0 -- 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-5412) proyecto
lucila robles munozs created NETBEANS-5412: -- Summary: proyecto Key: NETBEANS-5412 URL: https://issues.apache.org/jira/browse/NETBEANS-5412 Project: NetBeans Issue Type: Task Components: cnd - Editor Affects Versions: 12.2 Reporter: lucila robles munozs Fix For: Next -- 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-5411) Git Branch Display
Victor Pineda created NETBEANS-5411: --- Summary: Git Branch Display Key: NETBEANS-5411 URL: https://issues.apache.org/jira/browse/NETBEANS-5411 Project: NetBeans Issue Type: New Feature Components: versioncontrol - Git Reporter: Victor Pineda One option to display the current branch on we are working, would be great. There is a plugin, but this has not been updated since a while and this is a basic build-in feature that NetBeans definitely should have. see: https://github.com/Chris2011/nb-git-branch-in-statusbar -- 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-5410) Error when project ends loading
Victor Pineda created NETBEANS-5410: --- Summary: Error when project ends loading Key: NETBEANS-5410 URL: https://issues.apache.org/jira/browse/NETBEANS-5410 Project: NetBeans Issue Type: Bug Affects Versions: 12.3 Reporter: Victor Pineda When I open NetBeans and the Opened project ends loading, then I get this error: java.lang.AssertionErrorjava.lang.AssertionError at com.sun.tools.javac.util.Assert.error(Assert.java:155) at com.sun.tools.javac.util.Assert.check(Assert.java:46) at com.sun.tools.javac.util.Bits.incl(Bits.java:200) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.initParam(Flow.java:2198) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.visitMethodDef(Flow.java:2122) at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:908) at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:458) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.scan(Flow.java:1691) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.visitClassDef(Flow.java:2064) at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:804) at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:458) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.scan(Flow.java:1691) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.analyzeTree(Flow.java:2830) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.analyzeTree(Flow.java:2812) at com.sun.tools.javac.comp.Flow.analyzeTree(Flow.java:220) at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1496) at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1470) at com.sun.tools.javac.api.JavacTaskImpl$1.process(JavacTaskImpl.java:504) at com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:651) at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:507)[catch] at org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:261) 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$Work.doIndex(RepositoryUpdater.java:2750) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634) at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622) 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$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419) at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038) 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
[jira] [Created] (NETBEANS-5409) Add a folder-level setting to specify a custom Maven executable
Anthony Vanelverdinghe created NETBEANS-5409: Summary: Add a folder-level setting to specify a custom Maven executable Key: NETBEANS-5409 URL: https://issues.apache.org/jira/browse/NETBEANS-5409 Project: NetBeans Issue Type: Improvement Components: vscode Reporter: Anthony Vanelverdinghe Currently, all Maven invocations use a Maven installation that comes bundled with the extension. However, I'd like a folder-level setting to be able to specify a custom Maven executable to use. -- 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-5408) Add a folder-level setting to specify a custom JDK for running Maven
Anthony Vanelverdinghe created NETBEANS-5408: Summary: Add a folder-level setting to specify a custom JDK for running Maven Key: NETBEANS-5408 URL: https://issues.apache.org/jira/browse/NETBEANS-5408 Project: NetBeans Issue Type: Improvement Components: vscode Reporter: Anthony Vanelverdinghe Currently, all Maven invocations use the `netbeans.jdkhome` JDK. However, I'd like a folder-level setting to be able to specify a custom JDK for running Maven. -- 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-5407) Add a "Compile Folder" command
Anthony Vanelverdinghe created NETBEANS-5407: Summary: Add a "Compile Folder" command Key: NETBEANS-5407 URL: https://issues.apache.org/jira/browse/NETBEANS-5407 Project: NetBeans Issue Type: Improvement Components: vscode Reporter: Anthony Vanelverdinghe Currently there's only a "Compile Workspace" command. It would be useful to also have a "Compile Folder" command. -- 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-5406) Remove unneeded modules from VS Code extension
Anthony Vanelverdinghe created NETBEANS-5406: Summary: Remove unneeded modules from VS Code extension Key: NETBEANS-5406 URL: https://issues.apache.org/jira/browse/NETBEANS-5406 Project: NetBeans Issue Type: Improvement Components: vscode Reporter: Anthony Vanelverdinghe Looking at the list of components, it seems this contains all modules of the regular NetBeans build, including things like PHP/SVN/Git/Mercurial/Angular/... support. These should all be eliminated from the 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] [Created] (NETBEANS-5405) Netbean can't detected java flatform
viet created NETBEANS-5405: -- Summary: Netbean can't detected java flatform Key: NETBEANS-5405 URL: https://issues.apache.org/jira/browse/NETBEANS-5405 Project: NetBeans Issue Type: Bug Components: java - Classfile, java - Classpath, java - Compiler Affects Versions: 12.2 Reporter: viet Assignee: viet 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] [Resolved] (NETBEANS-5380) Background scanning spends significant time in o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner
[ https://issues.apache.org/jira/browse/NETBEANS-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing resolved NETBEANS-5380. Fix Version/s: 12.4 Resolution: Fixed Fix was merged to master > Background scanning spends significant time in > o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner > -- > > Key: NETBEANS-5380 > URL: https://issues.apache.org/jira/browse/NETBEANS-5380 > Project: NetBeans > Issue Type: Bug > Components: java - Source >Affects Versions: Next >Reporter: Matthias Bläsing >Assignee: Matthias Bläsing >Priority: Major > Labels: pull-request-available > Fix For: 12.4 > > Attachments: sample1.npss, sample2.npss > > Time Spent: 40m > Remaining Estimate: 0h > > I opened an angular project into an IDE build from recent master. I observed, > that a very (> 20 minutes) long background scanning times could be observed. > I first used visual VM and then the netbeans internal profiler to try to > narrow it down. > *Profile* > I'll attach two self profiles, both show the same picture, so I'll > concentrate on _sample2.npss_: > There are 9 entries in the self profile, that show CPU times > 190s. From > these 8 are waiting in native code and thus false positives: > - ReferenceHandler > - FileSystemWatchService > - process reaper (3x) > - StreamTerm.Output (2x) > - pool-5-thread-1 (From the trace LSP integration) > The one trace, that is connected to the observed scanning and is in java code > is _RepositoryUpdater.worker._ Breaking this down shows, that, although the > forward calls split into two branches, both hit: > _org.netbeans.modules.java.mx.project.SuiteFileOwnerQueryImpl#getOwner_ > That method is responsible for 178s CPU time. No other FileOwnerQueryImpl > shows up in the trace, and thus this leads me to the conclusion, that this is > fishy. > -- 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] [Assigned] (NETBEANS-5380) Background scanning spends significant time in o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner
[ https://issues.apache.org/jira/browse/NETBEANS-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Bläsing reassigned NETBEANS-5380: -- Assignee: Matthias Bläsing (was: Jaroslav Tulach) > Background scanning spends significant time in > o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner > -- > > Key: NETBEANS-5380 > URL: https://issues.apache.org/jira/browse/NETBEANS-5380 > Project: NetBeans > Issue Type: Bug > Components: java - Source >Affects Versions: Next >Reporter: Matthias Bläsing >Assignee: Matthias Bläsing >Priority: Major > Labels: pull-request-available > Attachments: sample1.npss, sample2.npss > > Time Spent: 40m > Remaining Estimate: 0h > > I opened an angular project into an IDE build from recent master. I observed, > that a very (> 20 minutes) long background scanning times could be observed. > I first used visual VM and then the netbeans internal profiler to try to > narrow it down. > *Profile* > I'll attach two self profiles, both show the same picture, so I'll > concentrate on _sample2.npss_: > There are 9 entries in the self profile, that show CPU times > 190s. From > these 8 are waiting in native code and thus false positives: > - ReferenceHandler > - FileSystemWatchService > - process reaper (3x) > - StreamTerm.Output (2x) > - pool-5-thread-1 (From the trace LSP integration) > The one trace, that is connected to the observed scanning and is in java code > is _RepositoryUpdater.worker._ Breaking this down shows, that, although the > forward calls split into two branches, both hit: > _org.netbeans.modules.java.mx.project.SuiteFileOwnerQueryImpl#getOwner_ > That method is responsible for 178s CPU time. No other FileOwnerQueryImpl > shows up in the trace, and thus this leads me to the conclusion, that this is > fishy. > -- 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-5404) Find in project folders is not working and stuck screen
Shahbaz Jamil created NETBEANS-5404: --- Summary: Find in project folders is not working and stuck screen Key: NETBEANS-5404 URL: https://issues.apache.org/jira/browse/NETBEANS-5404 Project: NetBeans Issue Type: Bug Components: php - Code Affects Versions: 12.2, 12.1, 8.2 Reporter: Shahbaz Jamil Fix For: 12.2, 12.1, 8.2 Attachments: Screenshot 2021-03-03 at 23.12.00.png Hello, The find in the project folder is not working. I am facing this issue from 3 days. I stuck on the find screen and after that need to Force NetBeans then restart again. For more detail please have a look 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] [Created] (NETBEANS-5403) Provide auto-completion for modules in module-info.java
Anthony Vanelverdinghe created NETBEANS-5403: Summary: Provide auto-completion for modules in module-info.java Key: NETBEANS-5403 URL: https://issues.apache.org/jira/browse/NETBEANS-5403 Project: NetBeans Issue Type: Improvement Components: vscode Reporter: Anthony Vanelverdinghe Attachments: image-2021-03-03-18-17-58-683.png As the summary says, I'd like to have auto-completion for modules in module-info.java: !image-2021-03-03-18-17-58-683.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] [Updated] (NETBEANS-5402) Don't create .LCKFoo.java~ files
[ https://issues.apache.org/jira/browse/NETBEANS-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Vanelverdinghe updated NETBEANS-5402: - Issue Type: Bug (was: Improvement) > Don't create .LCKFoo.java~ files > > > Key: NETBEANS-5402 > URL: https://issues.apache.org/jira/browse/NETBEANS-5402 > Project: NetBeans > Issue Type: Bug > Components: vscode > Environment: Windows 10 >Reporter: Anthony Vanelverdinghe >Priority: Major > Attachments: image-2021-03-03-18-04-03-520.png > > > To reproduce, simply open a Java source file. > I don't know what the purpose of these is (some kind of locking, I assume), > but on Windows, files aren't hidden just because they start with a dot, so > this looks messy. > Even if they'd be hidden properly, I'd still consider it problematic that my > IDE creates non-Java "helper" files under src/main/java. > !image-2021-03-03-18-04-03-520.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] [Updated] (NETBEANS-5402) Don't create .LCKmodule-info.java~ files
[ https://issues.apache.org/jira/browse/NETBEANS-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Vanelverdinghe updated NETBEANS-5402: - Description: To reproduce, simply open a Java source file. I don't know what the purpose of these is (some kind of locking, I assume), but on Windows, files aren't hidden just because they start with a dot, so this looks messy. Even if they'd be hidden properly, I'd still consider it problematic that my IDE creates non-Java "helper" files under src/main/java. !image-2021-03-03-18-04-03-520.png! was: To reproduce: * generate a simple Maven project, e.g. via mvn org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="maven-archetype-quickstart" -DarchetypeGroupId="org.apache.maven.archetypes" -DarchetypeVersion="1.4" * add a module-info.java file and add the module declaration in it I don't know what the purpose of these is (some kind of locking, I assume), but on Windows, files aren't hidden just because they start with a dot, so this looks messy. Even if they'd be hidden properly, I'd still consider it problematic that my IDE creates non-Java "helper" files under src/main/java. !image-2021-03-03-18-04-03-520.png! > Don't create .LCKmodule-info.java~ files > > > Key: NETBEANS-5402 > URL: https://issues.apache.org/jira/browse/NETBEANS-5402 > Project: NetBeans > Issue Type: Improvement > Components: vscode > Environment: Windows 10 >Reporter: Anthony Vanelverdinghe >Priority: Major > Attachments: image-2021-03-03-18-04-03-520.png > > > To reproduce, simply open a Java source file. > I don't know what the purpose of these is (some kind of locking, I assume), > but on Windows, files aren't hidden just because they start with a dot, so > this looks messy. > Even if they'd be hidden properly, I'd still consider it problematic that my > IDE creates non-Java "helper" files under src/main/java. > !image-2021-03-03-18-04-03-520.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] [Updated] (NETBEANS-5402) Don't create .LCKFoo.java~ files
[ https://issues.apache.org/jira/browse/NETBEANS-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Vanelverdinghe updated NETBEANS-5402: - Summary: Don't create .LCKFoo.java~ files (was: Don't create .LCKmodule-info.java~ files) > Don't create .LCKFoo.java~ files > > > Key: NETBEANS-5402 > URL: https://issues.apache.org/jira/browse/NETBEANS-5402 > Project: NetBeans > Issue Type: Improvement > Components: vscode > Environment: Windows 10 >Reporter: Anthony Vanelverdinghe >Priority: Major > Attachments: image-2021-03-03-18-04-03-520.png > > > To reproduce, simply open a Java source file. > I don't know what the purpose of these is (some kind of locking, I assume), > but on Windows, files aren't hidden just because they start with a dot, so > this looks messy. > Even if they'd be hidden properly, I'd still consider it problematic that my > IDE creates non-Java "helper" files under src/main/java. > !image-2021-03-03-18-04-03-520.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] [Created] (NETBEANS-5402) Don't create .LCKmodule-info.java~ files
Anthony Vanelverdinghe created NETBEANS-5402: Summary: Don't create .LCKmodule-info.java~ files Key: NETBEANS-5402 URL: https://issues.apache.org/jira/browse/NETBEANS-5402 Project: NetBeans Issue Type: Improvement Components: vscode Environment: Windows 10 Reporter: Anthony Vanelverdinghe Attachments: image-2021-03-03-18-04-03-520.png To reproduce: * generate a simple Maven project, e.g. via mvn org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="maven-archetype-quickstart" -DarchetypeGroupId="org.apache.maven.archetypes" -DarchetypeVersion="1.4" * add a module-info.java file and add the module declaration in it I don't know what the purpose of these is (some kind of locking, I assume), but on Windows, files aren't hidden just because they start with a dot, so this looks messy. Even if they'd be hidden properly, I'd still consider it problematic that my IDE creates non-Java "helper" files under src/main/java. !image-2021-03-03-18-04-03-520.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] [Created] (NETBEANS-5401) Provide a Java formatter
Anthony Vanelverdinghe created NETBEANS-5401: Summary: Provide a Java formatter Key: NETBEANS-5401 URL: https://issues.apache.org/jira/browse/NETBEANS-5401 Project: NetBeans Issue Type: Improvement Components: vscode Reporter: Anthony Vanelverdinghe Currently the "Language Support for Java" extension is still required because of the lack of a formatter in NetBeans' 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] [Created] (NETBEANS-5400) Custom Platform Integration test fail if non converging maven artefacts
Eric Barboni created NETBEANS-5400: -- Summary: Custom Platform Integration test fail if non converging maven artefacts Key: NETBEANS-5400 URL: https://issues.apache.org/jira/browse/NETBEANS-5400 Project: NetBeans Issue Type: Bug Components: platform - Other Affects Versions: 12.2 Reporter: Eric Barboni Hi, I found an issue on the /harness/nbjunit/src/org/netbeans/junit/NbModuleSuite.java. I don't know if this is a common use case but if you have two module with Maven-Class-Path entry in their manifest you will have an issue during the test preparation. I have created the following showcase: [https://github.com/ebarboni/nbappmaventest] wrapper 2 incorporate lucene 3.6.2 and wrapper 1 lucene 5.5.5. It build and run but cannot be tested. {code} java.io.IOException: no match for org.apache.lucene:lucene-core:3.6.2 found at org.netbeans.junit.NbModuleSuite$S.rewrite(NbModuleSuite.java:1129) at org.netbeans.junit.NbModuleSuite$S.turnClassPathModules(NbModuleSuite.java:1094) {code} I have no PR yet because I don't know to handle that. If possible may I have feedback from [~jtulach] or [~sdedic]. -- 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] [Comment Edited] (NETBEANS-5399) JavaScript: rename variable - not all occurrences found
[ https://issues.apache.org/jira/browse/NETBEANS-5399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17294554#comment-17294554 ] Christian Lenz edited comment on NETBEANS-5399 at 3/3/21, 2:29 PM: --- Reproducible, thx :) was (Author: chrizzly): Reproducable, thx :) > JavaScript: rename variable - not all occurrences found > --- > > Key: NETBEANS-5399 > URL: https://issues.apache.org/jira/browse/NETBEANS-5399 > Project: NetBeans > Issue Type: Bug > Components: javascript - Refactoring >Affects Versions: 12.3 > Environment: Product Version: Apache NetBeans IDE 12.3-beta2 > Java: 14.0.2; Java HotSpot(TM) 64-Bit Server VM 14.0.2+12-46 > Runtime: Java(TM) SE Runtime Environment 14.0.2+12-46 >Reporter: Czukowski >Priority: Minor > > Consider a sample project consisting of a single file, {{main.js}}: > {code} > 'use strict'; > const registry = { > categories: {}, > }; > const f = function (category, event, element = null) { > const obj = registry.categories[category]; // [1] > if (!obj.hasOwnProperty(event)) { // [2] > obj[event] = true; // [3] > element.addEventListener(event, function () { > // ... > }); > } > }; > {code} > The variable in question is {{obj}}, referenced at three places. Try renaming > it by placing a cursor at its occurrences and pressing Ctrl+R. Now, depending > on where a cursor has been placed, there is a different outcome: > - If the cursor is at [1] or [3], the occurrence at [2] will not be selected > and therefore renamed > - If the cursor is at [2], all three occurrences will be selected > Commenting out or removing some other code 'fixes' it, in a way that renaming > the variable at any of the three occurrences will rename all three: > - Removing {{'use strict'}} at the 1st line > - Removing the default {{null}} value for the {{element}} argument at the > function {{f}} declaration > - Removing the whole call to {{element.addEventListener}} > The desired behavior is that all occurrences are correctly selected without > the need to remove any 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] [Commented] (NETBEANS-5399) JavaScript: rename variable - not all occurrences found
[ https://issues.apache.org/jira/browse/NETBEANS-5399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17294554#comment-17294554 ] Christian Lenz commented on NETBEANS-5399: -- Reproducable, thx :) > JavaScript: rename variable - not all occurrences found > --- > > Key: NETBEANS-5399 > URL: https://issues.apache.org/jira/browse/NETBEANS-5399 > Project: NetBeans > Issue Type: Bug > Components: javascript - Refactoring >Affects Versions: 12.3 > Environment: Product Version: Apache NetBeans IDE 12.3-beta2 > Java: 14.0.2; Java HotSpot(TM) 64-Bit Server VM 14.0.2+12-46 > Runtime: Java(TM) SE Runtime Environment 14.0.2+12-46 >Reporter: Czukowski >Priority: Minor > > Consider a sample project consisting of a single file, {{main.js}}: > {code} > 'use strict'; > const registry = { > categories: {}, > }; > const f = function (category, event, element = null) { > const obj = registry.categories[category]; // [1] > if (!obj.hasOwnProperty(event)) { // [2] > obj[event] = true; // [3] > element.addEventListener(event, function () { > // ... > }); > } > }; > {code} > The variable in question is {{obj}}, referenced at three places. Try renaming > it by placing a cursor at its occurrences and pressing Ctrl+R. Now, depending > on where a cursor has been placed, there is a different outcome: > - If the cursor is at [1] or [3], the occurrence at [2] will not be selected > and therefore renamed > - If the cursor is at [2], all three occurrences will be selected > Commenting out or removing some other code 'fixes' it, in a way that renaming > the variable at any of the three occurrences will rename all three: > - Removing {{'use strict'}} at the 1st line > - Removing the default {{null}} value for the {{element}} argument at the > function {{f}} declaration > - Removing the whole call to {{element.addEventListener}} > The desired behavior is that all occurrences are correctly selected without > the need to remove any 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] [Created] (NETBEANS-5399) JavaScript: rename variable - not all occurrences found
Czukowski created NETBEANS-5399: --- Summary: JavaScript: rename variable - not all occurrences found Key: NETBEANS-5399 URL: https://issues.apache.org/jira/browse/NETBEANS-5399 Project: NetBeans Issue Type: Bug Components: javascript - Refactoring Affects Versions: 12.3 Environment: Product Version: Apache NetBeans IDE 12.3-beta2 Java: 14.0.2; Java HotSpot(TM) 64-Bit Server VM 14.0.2+12-46 Runtime: Java(TM) SE Runtime Environment 14.0.2+12-46 Reporter: Czukowski Consider a sample project consisting of a single file, {{main.js}}: {code} 'use strict'; const registry = { categories: {}, }; const f = function (category, event, element = null) { const obj = registry.categories[category]; // [1] if (!obj.hasOwnProperty(event)) { // [2] obj[event] = true; // [3] element.addEventListener(event, function () { // ... }); } }; {code} The variable in question is {{obj}}, referenced at three places. Try renaming it by placing a cursor at its occurrences and pressing Ctrl+R. Now, depending on where a cursor has been placed, there is a different outcome: - If the cursor is at [1] or [3], the occurrence at [2] will not be selected and therefore renamed - If the cursor is at [2], all three occurrences will be selected Commenting out or removing some other code 'fixes' it, in a way that renaming the variable at any of the three occurrences will rename all three: - Removing {{'use strict'}} at the 1st line - Removing the default {{null}} value for the {{element}} argument at the function {{f}} declaration - Removing the whole call to {{element.addEventListener}} The desired behavior is that all occurrences are correctly selected without the need to remove any 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-5393) Micronaut projects cannot be launched on non-default JDK
[ https://issues.apache.org/jira/browse/NETBEANS-5393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Svatopluk Dedic closed NETBEANS-5393. - Resolution: Fixed Verified: Projects generated with Micronaut Launch (uses now parent POM from 2.3.4) work OK. > Micronaut projects cannot be launched on non-default JDK > > > Key: NETBEANS-5393 > URL: https://issues.apache.org/jira/browse/NETBEANS-5393 > Project: NetBeans > Issue Type: Bug > Components: projects - Maven >Affects Versions: 12.2 >Reporter: Svatopluk Dedic >Assignee: Svatopluk Dedic >Priority: Major > > When using different than system-default JDK, Micronaut projects that > reference Micronaut's parent pom ( {{io.micronaut:micronaut-parent}}) cannot > be executed. > For example if the system-default JDK is JDK 8, while the Micronaut project > targets JDK11, the project compiles fine using JDK11 compiler, but will be > run by JDK8 (the system-default on the PATH) runtime. > This is caused by Micronaut's parent-pom, that prescribes to run {{java}} and > disables use of {{exec.executable}} project/commandline property. A possible > workaround would be to launch with {{PATH}} prepended with the selected JDK > platform, which can have adverse effects on maven execution itself and other > tools forked from the build process (different java than before the fix in > IDE). > I will try to get Micronaut project fix this, possibly apply the above > workaround if Micronaut either rejects, or takes long to deliver the fix. -- 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-5393) Micronaut projects cannot be launched on non-default JDK
[ https://issues.apache.org/jira/browse/NETBEANS-5393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17294346#comment-17294346 ] Svatopluk Dedic commented on NETBEANS-5393: --- The issue has been fixed; according to Git, the fix was released with Micronaut 2.3.4 > Micronaut projects cannot be launched on non-default JDK > > > Key: NETBEANS-5393 > URL: https://issues.apache.org/jira/browse/NETBEANS-5393 > Project: NetBeans > Issue Type: Bug > Components: projects - Maven >Affects Versions: 12.2 >Reporter: Svatopluk Dedic >Assignee: Svatopluk Dedic >Priority: Major > > When using different than system-default JDK, Micronaut projects that > reference Micronaut's parent pom ( {{io.micronaut:micronaut-parent}}) cannot > be executed. > For example if the system-default JDK is JDK 8, while the Micronaut project > targets JDK11, the project compiles fine using JDK11 compiler, but will be > run by JDK8 (the system-default on the PATH) runtime. > This is caused by Micronaut's parent-pom, that prescribes to run {{java}} and > disables use of {{exec.executable}} project/commandline property. A possible > workaround would be to launch with {{PATH}} prepended with the selected JDK > platform, which can have adverse effects on maven execution itself and other > tools forked from the build process (different java than before the fix in > IDE). > I will try to get Micronaut project fix this, possibly apply the above > workaround if Micronaut either rejects, or takes long to deliver the fix. -- 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-1849) Checkmark for Active plugins not working
[ https://issues.apache.org/jira/browse/NETBEANS-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17294022#comment-17294022 ] Premek Vyhnal commented on NETBEANS-1849: - This issue was one of my first impressions of netbeans coming back after years.. It looks like java plugin it is not enabled, but the Enable button is also grayed out. On first start when enabling the JavaSE plugin this window is currently displayed. If JDK9 would be recommended I'd probably do that !Screenshot from 2021-03-02 23-20-19.png! > Checkmark for Active plugins not working > > > Key: NETBEANS-1849 > URL: https://issues.apache.org/jira/browse/NETBEANS-1849 > Project: NetBeans > Issue Type: Bug > Components: ide - Features On Demand, ide - UI >Affects Versions: 10.0 >Reporter: Charles George >Assignee: Anton Kravets >Priority: Trivial > Labels: easyfix > Fix For: Next > > Attachments: Screenshot from 2021-03-02 23-20-19.png > > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > Tools>Plugins>Installed is not properly reporting which plugins are active. > Specifically, after activating the Groovy and Java SE plugins there is no > green checkmark next to them. This seems to work, however, for Base IDE and > Tools. -- 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-1849) Checkmark for Active plugins not working
[ https://issues.apache.org/jira/browse/NETBEANS-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Premek Vyhnal updated NETBEANS-1849: Attachment: Screenshot from 2021-03-02 23-20-19.png > Checkmark for Active plugins not working > > > Key: NETBEANS-1849 > URL: https://issues.apache.org/jira/browse/NETBEANS-1849 > Project: NetBeans > Issue Type: Bug > Components: ide - Features On Demand, ide - UI >Affects Versions: 10.0 >Reporter: Charles George >Assignee: Anton Kravets >Priority: Trivial > Labels: easyfix > Fix For: Next > > Attachments: Screenshot from 2021-03-02 23-20-19.png > > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > Tools>Plugins>Installed is not properly reporting which plugins are active. > Specifically, after activating the Groovy and Java SE plugins there is no > green checkmark next to them. This seems to work, however, for Base IDE and > Tools. -- 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] [Assigned] (NETBEANS-5389) Maven parent POM VM parameters ignored
[ https://issues.apache.org/jira/browse/NETBEANS-5389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Svatopluk Dedic reassigned NETBEANS-5389: - Assignee: Svatopluk Dedic > Maven parent POM VM parameters ignored > -- > > Key: NETBEANS-5389 > URL: https://issues.apache.org/jira/browse/NETBEANS-5389 > Project: NetBeans > Issue Type: Improvement > Components: projects - Maven >Affects Versions: 12.2 >Reporter: Svatopluk Dedic >Assignee: Svatopluk Dedic >Priority: Major > > During development of a Micronaut-based project, I have realized that launch > of the application gets *different parameters* when run from the IDE, and > from the commandline. > In absence of an action mapping, the IDE attempts to parse out VM parametrs > and application parameters from the pom.xml, but does not use *effective POM* > model. > Micronaut incidentally generates their project's boilerplate so that it > references > {code:java} > > io.micronaut > micronaut-parent > 2.3.3 > > {code} > > as the parent POM. The micronaut parent, in turn, defines > > {code:java} > > org.codehaus.mojo > exec-maven-plugin > ${exec-maven-plugin.version} > > java > > -classpath > > -XX:TieredStopAtLevel=1 > -Dcom.sun.management.jmxremote > ${exec.mainClass} > > > > {code} > But IDE will not pick the VM arguments from here to the Run action, the > Project Customizer, (and subsquently to the created action mappings). > > > -- 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-5380) Background scanning spends significant time in o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner
[ https://issues.apache.org/jira/browse/NETBEANS-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-5380: - Labels: pull-request-available (was: ) > Background scanning spends significant time in > o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner > -- > > Key: NETBEANS-5380 > URL: https://issues.apache.org/jira/browse/NETBEANS-5380 > Project: NetBeans > Issue Type: Bug > Components: java - Source >Affects Versions: Next >Reporter: Matthias Bläsing >Assignee: Jaroslav Tulach >Priority: Major > Labels: pull-request-available > Attachments: sample1.npss, sample2.npss > > Time Spent: 10m > Remaining Estimate: 0h > > I opened an angular project into an IDE build from recent master. I observed, > that a very (> 20 minutes) long background scanning times could be observed. > I first used visual VM and then the netbeans internal profiler to try to > narrow it down. > *Profile* > I'll attach two self profiles, both show the same picture, so I'll > concentrate on _sample2.npss_: > There are 9 entries in the self profile, that show CPU times > 190s. From > these 8 are waiting in native code and thus false positives: > - ReferenceHandler > - FileSystemWatchService > - process reaper (3x) > - StreamTerm.Output (2x) > - pool-5-thread-1 (From the trace LSP integration) > The one trace, that is connected to the observed scanning and is in java code > is _RepositoryUpdater.worker._ Breaking this down shows, that, although the > forward calls split into two branches, both hit: > _org.netbeans.modules.java.mx.project.SuiteFileOwnerQueryImpl#getOwner_ > That method is responsible for 178s CPU time. No other FileOwnerQueryImpl > shows up in the trace, and thus this leads me to the conclusion, that this is > fishy. > -- 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-5398) Gradle Not Work Correctly
Albert Flex created NETBEANS-5398: - Summary: Gradle Not Work Correctly Key: NETBEANS-5398 URL: https://issues.apache.org/jira/browse/NETBEANS-5398 Project: NetBeans Issue Type: Bug Components: projects - Gradle Affects Versions: 12.2 Reporter: Albert Flex Assignee: Laszlo Kishalmi Fix For: 12.3 Attachments: 截图_2021-03-03_00-49-10.png, 截图_2021-03-03_00-50-53.png There is an exception when setting the distribution address of gradle. Although the interface display has been changed, it is still not set successfully after restart. An exception was reported in the log. java.lang.NullPointerException at org.netbeans.modules.gradle.options.SettingsPanel.applyValues(SettingsPanel.java:768) at org.netbeans.modules.gradle.options.GradleOptionsController.applyChanges(GradleOptionsController.java:53) at org.netbeans.modules.options.TabbedController.applyChanges(TabbedController.java:111) at org.netbeans.modules.options.CategoryModel$Category.applyChanges(CategoryModel.java:379) at org.netbeans.modules.options.CategoryModel$Category.access$1100(CategoryModel.java:302) at org.netbeans.modules.options.CategoryModel.save(CategoryModel.java:198) at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:294) at org.netbeans.modules.options.OptionsPanel.save(OptionsPanel.java:278) at org.netbeans.modules.options.OptionsDisplayerImpl$OptionsPanelListener$3.run(OptionsDisplayerImpl.java:514) at org.netbeans.modules.progress.ui.RunOffEDTImpl$3.run(RunOffEDTImpl.java:252) 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) -- 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] [Assigned] (NETBEANS-3042) can't see loggers (log4j2) created from apps deployed on Payara servers
[ https://issues.apache.org/jira/browse/NETBEANS-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Hoffmann reassigned NETBEANS-3042: - Assignee: Robert Hoffmann (was: Gaurav Gupta) > can't see loggers (log4j2) created from apps deployed on Payara servers > --- > > Key: NETBEANS-3042 > URL: https://issues.apache.org/jira/browse/NETBEANS-3042 > Project: NetBeans > Issue Type: Bug > Components: ide - Logger >Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.1 > Environment: Windows 10, jdk 1.8, CentOS 7.x with AdoptOpenJDK 8 and > 11, Windows 10 with AdoptOpenJDK 8 and 11. >Reporter: jose luis romero >Assignee: Robert Hoffmann >Priority: Major > Attachments: screenshot-1.png > > > I can't see the logs (log4j2) generated by my apps deployed in Payara, they > are always empty. > Tried to make a clean re-installation (no cache, no import config) but didn't > work > Initially, I thought that I messed up some config file so I made a post > [https://stackoverflow.com/questions/57679272/i-cant-see-logs-from-apps-on-payara-4-1-just-on-netbeans-console-tab|stackOverflow] > but no, it is a Netbeans issue introduced in 11.1 version + payara 5 -- 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-3042) can't see loggers (log4j2) created from apps deployed on Payara servers
[ https://issues.apache.org/jira/browse/NETBEANS-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17293730#comment-17293730 ] Robert Hoffmann commented on NETBEANS-3042: --- I found it works if I remove the "%d" and the "%n" from the pattern. But I still get the |#] at the end. > can't see loggers (log4j2) created from apps deployed on Payara servers > --- > > Key: NETBEANS-3042 > URL: https://issues.apache.org/jira/browse/NETBEANS-3042 > Project: NetBeans > Issue Type: Bug > Components: ide - Logger >Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.1 > Environment: Windows 10, jdk 1.8, CentOS 7.x with AdoptOpenJDK 8 and > 11, Windows 10 with AdoptOpenJDK 8 and 11. >Reporter: jose luis romero >Assignee: Gaurav Gupta >Priority: Major > Attachments: screenshot-1.png > > > I can't see the logs (log4j2) generated by my apps deployed in Payara, they > are always empty. > Tried to make a clean re-installation (no cache, no import config) but didn't > work > Initially, I thought that I messed up some config file so I made a post > [https://stackoverflow.com/questions/57679272/i-cant-see-logs-from-apps-on-payara-4-1-just-on-netbeans-console-tab|stackOverflow] > but no, it is a Netbeans issue introduced in 11.1 version + payara 5 -- 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-5397) Generating entities from (mysql) database while adding all tables does not work
Peter Hendriks created NETBEANS-5397: Summary: Generating entities from (mysql) database while adding all tables does not work Key: NETBEANS-5397 URL: https://issues.apache.org/jira/browse/NETBEANS-5397 Project: NetBeans Issue Type: Bug Components: javaee - Persistence Affects Versions: 12.2 Environment: !image-2021-03-02-11-40-58-636.png! Reporter: Peter Hendriks Fix For: 12.3 Attachments: Screenshot 2021-03-02 at 11.39.14.png, image-2021-03-02-11-40-58-636.png At this moment, when adding entities from a db with the wizard and selecting all tables. Entities will result in plain classes without even getters or setters. The ide throws a persistence error. when adding the entities table for table at a time it works, np -- 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-5396) Error by autocomplition
Alexey created NETBEANS-5396: Summary: Error by autocomplition Key: NETBEANS-5396 URL: https://issues.apache.org/jira/browse/NETBEANS-5396 Project: NetBeans Issue Type: Bug Environment: --- >Log Session: Tuesday, March 2, 2021 at 9:38:29 AM Moscow Standard Time >System Info: Product Version = Apache NetBeans IDE 12.1 Operating System = Linux version 5.10.6-051006-generic running on amd64 Java; VM; Vendor = 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04; Ubuntu Runtime = OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04 Java Home = /usr/lib/jvm/java-11-openjdk-amd64 System Locale; Encoding = ru_RU (nb); UTF-8 Home Directory = /home/lex Current Directory = /home/lex User Directory = /home/lex/.netbeans/12.1 Cache Directory = /home/lex/.cache/netbeans/12.1 Installation = /opt/netbeans-12.1/netbeans/nb /opt/netbeans-12.1/netbeans/ergonomics /opt/netbeans-12.1/netbeans/ide /opt/netbeans-12.1/netbeans/extide /opt/netbeans-12.1/netbeans/java /opt/netbeans-12.1/netbeans/apisupport /opt/netbeans-12.1/netbeans/webcommon /opt/netbeans-12.1/netbeans/websvccommon /opt/netbeans-12.1/netbeans/profiler /opt/netbeans-12.1/netbeans/php /opt/netbeans-12.1/netbeans/harness /opt/netbeans-12.1/netbeans/cpplite /opt/netbeans-12.1/netbeans/javafx /opt/netbeans-12.1/netbeans/platform Boot & Ext. Classpath = Application Classpath = /opt/netbeans-12.1/netbeans/platform/lib/boot.jar:/opt/netbeans-12.1/netbeans/platform/lib/org-openide-modules.jar:/opt/netbeans-12.1/netbeans/platform/lib/org-openide-util.jar:/opt/netbeans-12.1/netbeans/platform/lib/org-openide-util-lookup.jar:/opt/netbeans-12.1/netbeans/platform/lib/org-openide-util-ui.jar Startup Classpath = /opt/netbeans-12.1/netbeans/platform/core/asm-8.0.1.jar:/opt/netbeans-12.1/netbeans/platform/core/org-openide-filesystems-compat8.jar:/opt/netbeans-12.1/netbeans/platform/core/core.jar:/opt/netbeans-12.1/netbeans/platform/core/org-netbeans-libs-asm.jar:/opt/netbeans-12.1/netbeans/platform/core/asm-tree-8.0.1.jar:/opt/netbeans-12.1/netbeans/platform/core/core-base.jar:/opt/netbeans-12.1/netbeans/platform/core/asm-commons-8.0.1.jar:/opt/netbeans-12.1/netbeans/platform/core/org-openide-filesystems.jar:/opt/netbeans-12.1/netbeans/nb/core/org-netbeans-upgrader.jar:/opt/netbeans-12.1/netbeans/nb/core/locale/core_nb.jar --- INFO [org.openide.util.lookup.MetaInfServicesLookup] java.lang.ClassNotFoundException: org.eclipse.osgi.launch.EquinoxFactory@ModuleCL@310ad207[de.funfried.netbeans.plugins.externalcodeformatter]:jar:file:/home/lex/.netbeans/12.1/modules/ext/de.funfried.netbeans.plugins.externalcodeformatter/org-eclipse-platform/org.eclipse.osgi.jar!/ not a subclass of org.osgi.framework.launch.FrameworkFactory@ModuleCL@769b1183[org.netbeans.libs.osgi]:jar:file:/opt/netbeans-12.1/netbeans/platform/modules/ext/osgi.core-7.0.0.jar!/ [catch] at org.openide.util.lookup.MetaInfServicesLookup.search(MetaInfServicesLookup.java:324) at org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:131) at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:402) at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:396) at org.netbeans.core.netigso.Netigso.prepare(Netigso.java:136) at org.netbeans.NetigsoHandle.turnOn(NetigsoHandle.java:115) at org.netbeans.ModuleManager.enable(ModuleManager.java:1437) at org.netbeans.ModuleManager.enable(ModuleManager.java:1254) at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315) at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251) at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298) at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156) at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125) at org.netbeans.core.startup.Main.start(Main.java:282) at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98) at java.base/java.lang.Thread.run(Thread.java:834) INFO [org.netbeans.modules.netbinox]: Install area set to file:/opt/netbeans-12.1/netbeans/ WARNING [org.netbeans.core.modules]: the modules [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. INFO [org.netbeans.modules.cnd.apt.debug.APTTraceFlags]: C/C++ code model: using old [ CND ] preprocessor WARNING [org.openide.filesystems.Ordering]: Found same position 1 000 000 for both Services/MIMEResolver/org-netbeans-modules-cpplite-editor-file-CDataObject-Extension.xml and
[jira] [Commented] (NETBEANS-5380) Background scanning spends significant time in o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner
[ https://issues.apache.org/jira/browse/NETBEANS-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17293389#comment-17293389 ] Jaroslav Tulach commented on NETBEANS-5380: --- Everything seems to work in NetBeans 12.0, 12.3 as well as with [your patch|https://github.com/matthiasblaesing/netbeans/commit/460042be723b28b430f88c77c1ee7ab18f364892]. To reproduce try: {code:java} graal/truffle$ mx build graal/truffle$ mx netbeansinit graal/truffle$ netbeans --open src/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/Frame.java {code} and when the {{Frame.java}} file is opened in the editor, press _Ctrl-Shift-1_. It always opens the right project. E.g. {{graal/truffle/src/com.oracle.truffle.api}} in case of 12.0 and {{graal/truffle}} in case of new NetBeans. Thanks a lot for the fix, Matthias! > Background scanning spends significant time in > o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner > -- > > Key: NETBEANS-5380 > URL: https://issues.apache.org/jira/browse/NETBEANS-5380 > Project: NetBeans > Issue Type: Bug > Components: java - Source >Affects Versions: Next >Reporter: Matthias Bläsing >Assignee: Jaroslav Tulach >Priority: Major > Attachments: sample1.npss, sample2.npss > > > I opened an angular project into an IDE build from recent master. I observed, > that a very (> 20 minutes) long background scanning times could be observed. > I first used visual VM and then the netbeans internal profiler to try to > narrow it down. > *Profile* > I'll attach two self profiles, both show the same picture, so I'll > concentrate on _sample2.npss_: > There are 9 entries in the self profile, that show CPU times > 190s. From > these 8 are waiting in native code and thus false positives: > - ReferenceHandler > - FileSystemWatchService > - process reaper (3x) > - StreamTerm.Output (2x) > - pool-5-thread-1 (From the trace LSP integration) > The one trace, that is connected to the observed scanning and is in java code > is _RepositoryUpdater.worker._ Breaking this down shows, that, although the > forward calls split into two branches, both hit: > _org.netbeans.modules.java.mx.project.SuiteFileOwnerQueryImpl#getOwner_ > That method is responsible for 178s CPU time. No other FileOwnerQueryImpl > shows up in the trace, and thus this leads me to the conclusion, that this is > fishy. > -- 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-5380) Background scanning spends significant time in o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner
[ https://issues.apache.org/jira/browse/NETBEANS-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17293366#comment-17293366 ] Jaroslav Tulach commented on NETBEANS-5380: --- I'll do some testing, but the solution seems to be very promising. Thanks for bringing it up. > Background scanning spends significant time in > o.n.m.j.mx.project.SuiteFileOwnerQueryImpl#getOwner > -- > > Key: NETBEANS-5380 > URL: https://issues.apache.org/jira/browse/NETBEANS-5380 > Project: NetBeans > Issue Type: Bug > Components: java - Source >Affects Versions: Next >Reporter: Matthias Bläsing >Assignee: Jaroslav Tulach >Priority: Major > Attachments: sample1.npss, sample2.npss > > > I opened an angular project into an IDE build from recent master. I observed, > that a very (> 20 minutes) long background scanning times could be observed. > I first used visual VM and then the netbeans internal profiler to try to > narrow it down. > *Profile* > I'll attach two self profiles, both show the same picture, so I'll > concentrate on _sample2.npss_: > There are 9 entries in the self profile, that show CPU times > 190s. From > these 8 are waiting in native code and thus false positives: > - ReferenceHandler > - FileSystemWatchService > - process reaper (3x) > - StreamTerm.Output (2x) > - pool-5-thread-1 (From the trace LSP integration) > The one trace, that is connected to the observed scanning and is in java code > is _RepositoryUpdater.worker._ Breaking this down shows, that, although the > forward calls split into two branches, both hit: > _org.netbeans.modules.java.mx.project.SuiteFileOwnerQueryImpl#getOwner_ > That method is responsible for 178s CPU time. No other FileOwnerQueryImpl > shows up in the trace, and thus this leads me to the conclusion, that this is > fishy. > -- 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