[jira] [Assigned] (NETBEANS-6470) WE HAVE MOVED TO GITHUB ISSUES

2022-11-24 Thread Neil C Smith (Jira)


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

Neil C Smith reassigned NETBEANS-6470:
--

Assignee: Neil C Smith  (was: d)

> WE HAVE MOVED TO GITHUB ISSUES
> --
>
> Key: NETBEANS-6470
> URL: https://issues.apache.org/jira/browse/NETBEANS-6470
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
>
>  Hello,
> We no longer use JIRA for issue tracking. Please use GitHub Issues instead.
> https://github.com/apache/netbeans/issues
> JIRA is just an archive for old issues. You can no longer create new issues. 
> You can still comment on old issues, but you can't expect a response. If the 
> issue is important to you, please create a new issue at GitHub and include 
> the link to the JIRA issue / discussion.
> Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
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-6417) Unable to register TopComponents when using java 17

2022-11-03 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6417:
---
Priority: Major  (was: Blocker)

> Unable to register TopComponents when using java 17
> ---
>
> Key: NETBEANS-6417
> URL: https://issues.apache.org/jira/browse/NETBEANS-6417
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System, platform - Window System
>Affects Versions: 12.6
> Environment: Windows 10,
> OpenJDK 17,
> Netbeans 12.6,
> Netbeans APIs; RELEASE126
>Reporter: anton
>Assignee: anton
>Priority: Major
>
> We have a Netbeans platform project and currently changing java platform from 
> java 1.8 to java 17. Along with that we've updated all the netbeans APIs to 
> RELEASE126. When doing this, Netbeans seems to be unable to generate/ read 
> the resource bundle. I think the issue stems from 
> org.openide.windows.TopComponent, but I'm not sure.
> The following error message is present for all our TopComponents:
> {code:java}
> INFO [org.netbeans.core.windows.persistence]: 
> [PersistenceManager.getTopComponentForID] Problem when deserializing 
> TopComponent for tcID:'ProblemTopComponent'. Reason: null
> Content: 
> 
>  "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd;>
> 
>   
> 
> Class: class ...core.problem.ProblemTopComponent
> Source: 
> MultiFileObject@73a721d9[Windows2Local/Components/ProblemTopComponent.settings]
> Content: 
> 
>  "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd;>
> 
>   
> 
> Class: class ...core.problem.ProblemTopComponent
> Source: 
> MultiFileObject@73a721d9[Windows2Local/Components/ProblemTopComponent.settings]
> Caused: java.util.MissingResourceException: Can't find resource for bundle 
> org.openide.util.NbBundle$PBundle, key CTL_ProblemTopComponent
>     at java.base/java.util.ResourceBundle.getObject(ResourceBundle.java:564)
>     at java.base/java.util.ResourceBundle.getString(ResourceBundle.java:521)
>     at org.openide.util.NbBundle.getMessage(NbBundle.java:637)
>     at ...core.problem.Bundle.CTL_ProblemTopComponent(Bundle.java:16)
>     at ...core.problem.ProblemTopComponent.(ProblemTopComponent.java:67)
> Caused: java.lang.reflect.InvocationTargetException
>     at 
> java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>  Method)
>     at 
> java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
>     at 
> java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>     at 
> java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
>     at 
> java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
>     at 
> org.netbeans.modules.settings.convertors.XMLSettingsSupport.newInstance(XMLSettingsSupport.java:75)
>     at 
> org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.instanceCreate(XMLSettingsSupport.java:603)
> Caused: java.io.IOException
>     at 
> org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.instanceCreate(XMLSettingsSupport.java:605)
>     at 
> org.netbeans.modules.settings.convertors.SerialDataConvertor$SettingsInstance.instanceCreate(SerialDataConvertor.java:401)
> [catch] at 
> org.netbeans.core.windows.persistence.PersistenceManager.getTopComponentPersistentForID(PersistenceManager.java:547)
>     at 
> org.netbeans.core.windows.persistence.PersistenceManager.getTopComponentForID(PersistenceManager.java:657)
>     at 
> org.netbeans.core.windows.PersistenceHandler.getTopComponentForID(PersistenceHandler.java:453)
>     at org.netbeans.core.windows.LazyLoader.loadNow(LazyLoader.java:135)
>     at org.netbeans.core.windows.LazyLoader.access$400(LazyLoader.java:39)
>     at org.netbeans.core.windows.LazyLoader$2.run(LazyLoader.java:106)
>     at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
>     at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771)
>     at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
>     at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716)
>     at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
>     at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
>     at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:741)
>     at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>     at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>     at 
> 

[jira] [Closed] (NETBEANS-6513) Visit Shees Park in Sharjah for a Relaxing Day Out

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6513.
--
Resolution: Invalid

> Visit Shees Park in Sharjah for a Relaxing Day Out
> --
>
> Key: NETBEANS-6513
> URL: https://issues.apache.org/jira/browse/NETBEANS-6513
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Other
>Reporter: Omar Habib
>Assignee: Omar Habib
>Priority: Minor
>
>  
> Shees Park in Sharjah has been known to be one of the most relaxing places in 
> the Emirate, and it is visited by hundreds of people every year who come to 
> escape from the hustle and bustle of their busy lives. [Shees Park 
> Sharjah|https://wasila.ae/wadi-shees/], which is located at Khor Fakkan, 
> Sharjah, can be reached easily from Dubai as well as from Abu Dhabi. This 
> makes it easy for tourists to visit the park without any hassles and enjoy 
> the pleasant weather in this beautiful place.
>  
> 5 Reasons why you should Visit Shees Park
> If you’re looking to spend some quality time with your family, get away from 
> it all, and relax, then there’s no better place than Sharjah’s most-loved 
> park: Shees. Here are five reasons why you should visit Shees! 3.7k Views · 
> View Upvoters · Answer requested by abdullahzubair1096 on 6/11/2016 9:05 AM 
> Last edited on 11/6/2016 2:04 PM Reason: Updated information about Shees 
> Park, added more details about attractions at Shees park. Updated map of 
> location at Shees Park.
>  
> How to get there
> To get to Shees Park, you’ll have to first drive all the way to Khor Fakkan. 
> From here, take Route 30 towards Khor Kalba. The park is on your left. Look 
> out for a sign pointing left and follow it into one of Sharjah’s 
> less-frequented parks. You can also reach Shees Park by taking a taxi from 
> anywhere in Sharjah or Khor Fakkan. There are several cabs available at both 
> locations.
>  
> Things to Do at the Park
> There’s plenty to do at Shees park, whether you want to enjoy a relaxing day 
> out with your family or are looking for an interesting place to take some 
> stunning photos. Here are just some of our favorite activities -Picnic under 
> a tree: It doesn’t get more laid-back than enjoying lunch under one of Shees 
> park’s many palm trees; just make sure you bring along enough food and water 
> for everyone! -Cycle around on rented bikes: Whether you plan on pedaling 
> through trails that weave through lush green spaces or along smooth pavement 
> as it weaves around modern buildings, cycling is one of the best ways to 
> experience all that Shees park has to offer.
>  
> Where To Eat Nearby
> Just down from Shees Park, you’ll find Khor Fakkan Pier, where you can grab 
> some food at Khor Fakkan Restaurant. They have everything from seafood to 
> traditional Arabic dishes like hummus and falafel. The view over Khor Fakkan 
> Marina is particularly lovely if you visit at sunset. Another option is 
> Begaad Al Sharq Restaurant & Souk, which also serves up Arabic classics with 
> wonderful views of Sheikh Mohammed Bin Zayed Road and Dubai’s skyline.
> Visit [WASILA|https://wasila.ae/] to see more information.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6511) The Best Iranian Restaurant in Dubai – Finding Authentic Iranian Cuisine in the UAE

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6511.
--
Resolution: Invalid

> The Best Iranian Restaurant in Dubai – Finding Authentic Iranian Cuisine in 
> the UAE
> ---
>
> Key: NETBEANS-6511
> URL: https://issues.apache.org/jira/browse/NETBEANS-6511
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Other
>Reporter: Omar Habib
>Assignee: Omar Habib
>Priority: Minor
>
>  
>  
> The [Best Iranian Restaurant in 
> Dubai|https://wasila.ae/top-10-best-iranian-restaurant-in-dubai/], how to get 
> there and what to order when you arrive.
>  
> Persian Food Has Been Influenced by Many Different Cultures
> Persian food is one of those cuisines that has been influenced by many 
> different cultures, such as Turkish, Italian and Middle Eastern. Persian 
> cuisine can have a little bit of everything, from rice to flatbreads to 
> pasta. It is full of flavor and comes with herbs and spices. There are also 
> plenty of vegetarian options for those who prefer more vegetable-based meals. 
> Persian foods are spicy as well; they add hot peppers to some dishes and 
> usually make use of lots of onions, garlic and tomatoes.
>  
> Persian Foods are Richly Spiced
> There are many regional variations of Persian foods. Similar to Middle 
> Eastern cuisine, Persian cooking uses lots of spices and herbs including 
> turmeric, coriander, cumin, cinnamon, cardamom and saffron. In addition to 
> these staples, Persian food also makes use of dried limes (called limoo 
> amani) and rosewater. Sweet dishes often include pomegranate syrup or juice.
>  
> Frying & Grilling Are Common Cooking Methods
> Fried and grilled dishes are a staple of most Persian meals. However, 
> depending on where you’re dining, you may find that these dishes are prepared 
> differently than what you’re used to at home.
>  
> Rice and Bread Can Be a Main Dish
> You may be surprised to find out that rice and bread can be a main dish. 
> Iranians have perfected their art of cooking rice and making bread, so much 
> so that both are filling enough to eat as a main course.
>  
> Chicken, Lamb, Beef, Fish and Vegetables Are Used as Main Ingredients
> Based on their name, you might think Persian dishes are completely 
> meat-based. You’d be wrong. Sure, Persian cuisine does use a lot of beef and 
> lamb—particularly chicken-fried steak (called Reshteh) and grilled meat 
> kebabs known as Kubideh—but there are plenty of vegetarian options as well.
>  
> Herbs & Spices Used as Natural Flavor Enhancers
> Health benefits aside, it’s important to use herbs and spices properly when 
> cooking to truly get their flavor. Simply sprinkling them over your food 
> isn’t enough. The seasoning must be heated up first, or you won’t taste their 
> full potential.
>  
> Drinks Must be Consumed Alongside Meals
> Although wine and beer have been part of Persian cuisine for hundreds of 
> years, it’s only recently that Iranians have started enjoying them on a more 
> regular basis. During meals, you’ll rarely find an Iranian without tea, water 
> or juice to drink alongside their food. As a result, most drinking tends to 
> occur outside of mealtimes. So remember, if you’re hosting an Iranian meal at 
> your house, be sure to get plenty of beverages so your guests can enjoy them 
> throughout.
>  
> Dishes of Meat Should Not be Eaten Alone
> Some people believe that eating meat by itself will not provide enough 
> nutrition to maintain health. In fact, eating a diet that is high in 
> saturated fats from animal products (meat and dairy) has been linked to heart 
> disease, cancer, and other illnesses. Plant-based foods like beans, nuts, and 
> whole grains have been shown to prevent many of these diseases.
> Visit [WASILA|https://wasila.ae/] to see more information.
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6497) class javax.swing.DebugGraphics cannot be cast to class java.awt.Graphics2D

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6497.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> class javax.swing.DebugGraphics cannot be cast to class java.awt.Graphics2D 
> 
>
> Key: NETBEANS-6497
> URL: https://issues.apache.org/jira/browse/NETBEANS-6497
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 12.4, 12.5, 12.6
>Reporter: Austin Stephens
>Priority: Major
>
> A various number of Windowing components (such as ColorUtil) expect the input 
> graphics to be a `Graphics2D`, which is not the case when 
> `JComponent.setDebugGraphicsOptions​` was set with a non-zero value. This 
> makes it difficult to debug graphical issues.
> This, of course, wouldn't be an issue if 
> [https://bugs.openjdk.java.net/browse/JDK-4262543] was resolved instead of 
> left hanging, but we are not expecting them to fix that any time soon. The 
> code location given is not the only place where it is assumed.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6501) Netbeans 12.6 -> 13.0 hangs on C/C++ parsing (Seen on Linux version)

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6501:
---
Sprint:   (was: 0.6.0)

> Netbeans 12.6 -> 13.0 hangs on C/C++ parsing (Seen on Linux version)
> 
>
> Key: NETBEANS-6501
> URL: https://issues.apache.org/jira/browse/NETBEANS-6501
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.6, 13
> Environment: Updates: NetBeans IDE is updated to version NetBeans 8.2 
> Patch 2
> Java: 1.8.0_322; OpenJDK 64-Bit Server VM 25.322-b06
> Runtime: OpenJDK Runtime Environment 1.8.0_322-b06
> System: Linux version 5.4.17-2136.305.5.5.el7uek.x86_64 running on amd64; 
> UTF-8; en_US (nb)
>Reporter: Nathan Hilderman
>Priority: Major
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Note that 12.5 is solid. Starting from 12.6 using Netbeans 8.2 plugin for 
> C/C++ development, parsing large projects hangs Netbeans IDE
>  
> Please reply with what to attach to this Jira.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6501) Netbeans 12.6 -> 13.0 hangs on C/C++ parsing (Seen on Linux version)

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6501.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Netbeans 12.6 -> 13.0 hangs on C/C++ parsing (Seen on Linux version)
> 
>
> Key: NETBEANS-6501
> URL: https://issues.apache.org/jira/browse/NETBEANS-6501
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.6, 13
> Environment: Updates: NetBeans IDE is updated to version NetBeans 8.2 
> Patch 2
> Java: 1.8.0_322; OpenJDK 64-Bit Server VM 25.322-b06
> Runtime: OpenJDK Runtime Environment 1.8.0_322-b06
> System: Linux version 5.4.17-2136.305.5.5.el7uek.x86_64 running on amd64; 
> UTF-8; en_US (nb)
>Reporter: Nathan Hilderman
>Priority: Major
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Note that 12.5 is solid. Starting from 12.6 using Netbeans 8.2 plugin for 
> C/C++ development, parsing large projects hangs Netbeans IDE
>  
> Please reply with what to attach to this Jira.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6512) You Can Now Download the Dubai Metro Map for 2021 in PDF Format

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6512.
--
Resolution: Invalid

> You Can Now Download the Dubai Metro Map for 2021 in PDF Format
> ---
>
> Key: NETBEANS-6512
> URL: https://issues.apache.org/jira/browse/NETBEANS-6512
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Other
>Reporter: Omar Habib
>Priority: Minor
>
>  
> Need to know what the Dubai Metro guide will resemble in 2021? Presently you 
> can! The Roads and Transport Authority (RTA) has delivered its Click [Dubai 
> Metro Map 2021 PDF|https://wasila.ae/dubai-metro-map/], and it's currently 
> accessible to download in PDF design.
>  
> Exactly What Is The File?
> The Dubai Roads and Transport Authority has delivered a hey res guide of its 
> metro framework, taking it as far as possible up to 2021. You can now get a 
> duplicate of that guide here, or underneath. It's not only a lovely picture 
> it is possible that: you can focus in on each station (the record is 
> enormous), and see what administrations will be accessible at each stop. So 
> what's going on? Indeed, there are two new lines on the guide: one running 
> from Jumeirah to Nakheel Harbor and Tower, and another connecting Al Qusais 
> with Union Square through Al Quoz - so prepare for some seriously digging!
>  
> How Do I Access the Map?
> Click here to get to it. This guide is a visual portrayal of what all 
> significant travel organizations will resemble by 2021, when the greater part 
> of Dubai's metro and cable car frameworks are planned to be functional. This 
> incorporates both what's been constructed up until this point and plans for 
> future turns of events. You can download it here or by tapping on each line 
> exclusively underneath
>  
> How was this document made?
> It was made with Canva, a free visual communication programming that is 
> really simple to utilize. It's my #1 apparatus I used to make each of my 
> pictures on Pinterest! I just looked into a picture of a metro map, 
> downloaded it from Google Images and afterward added text boxes and data from 
> different sources online to give it that expert feel. You can do anything you 
> need with it!
>  
> Where might I at any point get more nitty gritty data on the guide?
> If you have any desire to find out about how to explore your strategy for 
> getting around once Phase 2 of The Dubai Metro is finished, you can do as 
> such by downloading a duplicate of their guide (and indeed, they've allowed 
> us to impart it to you!). Feel free to click here, then, at that point, click 
> on Mapping at the highest point of the page. When there, essentially enter 
> 2021 in Search and Tata Consultancy Services - Redundant Content! will spring 
> up.
>  
> How would I understand it, then, at that point?
> To get around by metro on your next excursion to Dubai, or on the other hand 
> in the event that you're anticipating moving there, we suggest downloading 
> and printing out a duplicate of our helpful little guide. It's brimming with 
> subtleties — from station names to numbered exits — making it more helpful 
> than any other time.
>  
> Who made this guide, in any case?
> The guide is being refreshed as a component of a continuous improvement 
> program. It's trusted that these updates will assist city authorities with 
> settling on additional educated conclusions about what kind regarding 
> transportation foundation will be best over the long run. The guides 
> accessible include: an itemized map that shows all of the arranged metro 
> lines and stops, as well as an outline map, which basically shows all lines 
> together.
> Visit [WASILA|https://wasila.ae/] to see more information.
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6510) Is Your TRN Valid in Dubai? Really take a look at the Validity of Your TRN Now

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6510.
--
Resolution: Invalid

> Is Your TRN Valid in Dubai? Really take a look at the Validity of Your TRN Now
> --
>
> Key: NETBEANS-6510
> URL: https://issues.apache.org/jira/browse/NETBEANS-6510
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Other
>Reporter: Omar Habib
>Assignee: Omar Habib
>Priority: Minor
>
>  
> An Emirates ID (or TRN) number is a 10-digit number that fills in as evidence 
> of citizenship in the United Arab Emirates. The TRN is expected for things 
> like opening financial balances, applying for visas and work allows, and in 
> any event, enrolling your vehicle and covering your assessments. Assuming 
> you're hoping to live or work in Dubai, it's vital to have a substantial TRN 
> that can be confirmed online with UAE specialists, and that implies you ought 
> to really take a look at its legitimacy quickly. Click [TRN Verification 
> Dubai|https://wasila.ae/trn-verification/] to see intriguing realities about 
> TRN.
>  
>  
> What is a TRN?
> A Transport Referee Number (TRN) is a special ID number that all UAE 
> occupants need to get from a licensed organization before they start their 
> new position or regardless of whether they are exchanging position. As a 
> matter of fact, a few organizations won't permit you to work for them without 
> a legitimate TRN number. In the event that you don't have one, you could be 
> given with a fine or cross paths with neighborhood specialists.
>  
> Step by step instructions to Verify your TRN
> In the event that you have a substantial Work Permit, you want to enroll your 
> name and visa subtleties with UAE movement, so they can give you a TRN (Theft 
> Record Number). In the event that your visa is supported by a business, your 
> organization will deal with these subtleties for you. In any case, visit any 
> bank office in Dubai (UAE) to handle your TRN. You'll require a duplicate of 
> your identification, four visa estimated photographs and AED 210 money for 
> bank charges.
>  
> Do I Need A Dubai Driving License To Drive Here?
> There is no straightforward solution to that inquiry. Truth be told, you 
> might have heard clashing data from various government offices and policing. 
> In the event that you're anticipating driving a vehicle in Dubai, it's great 
> to get clearness around what documentation you really want to drive lawfully 
> inside UAE. A legitimate Emirates Driving License (EDL) is expected by all 
> expats who hold a non-UAE permit or the individuals who don't have a driving 
> permit however drive at any rate.
>  
> The amount Does it Cost To Learn To Drive In The Emirates?
> To apply for a UAE driving permit, you should initially sign up for a driving 
> school. Driving examples can be costly, and a great many people don't have 
> the foggiest idea the amount of they'll possess to pay. We should investigate 
> how much drivers-to-be ought to hope to pay for driving illustrations
>  
> Where do I go to Get My International Driving Permit (IDP)?
> A substantial UAE Driving License is an essential to apply for an 
> International Driving Permit (IDP). It's generally conceivable to apply for 
> both immediately at your RTA office. Nonetheless, a few licenses are given by 
> police or different specialists who may not impart their area to RTA. For 
> instance, assuming you moved from one more nation and carried your permit 
> with you, you might have to go to that country's consulate for IDP.
>  
> How Long Does it Take To Get My Driving License Here?
> Before you drive a vehicle or ride a motorbike on UAE streets, it's ideal to 
> get your authority driver's permit from Emirates Road and Transport Authority 
> (ERTA). All things considered, we should examine how long does it require to 
> get your driving permit here.
>  
> Which Driving School Should I Choose When I Start Learning To Drive In The 
> UAE?
> In the event that you're wanting to begin figuring out how to drive, you've 
> presumably asked yourself which driving school would it be advisable for me 
> to decide to get my driving permit as fast as could be expected? The decision 
> can plague; there are many driving schools in Dubai alone. While picking a 
> driving school, it's vital to do your exploration so you can land a 
> dependable and cordial driver educator who will give you standard one-on-one 
> illustrations and set you up for your functional test.
> Visit [WASILA|https://wasila.ae/] to see more information.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
To unsubscribe, e-mail: 

[jira] [Closed] (NETBEANS-6490) Plugin Portal: Add GitHub link for the portal itself

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6490.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Plugin Portal: Add GitHub link for the portal itself
> 
>
> Key: NETBEANS-6490
> URL: https://issues.apache.org/jira/browse/NETBEANS-6490
> Project: NetBeans
>  Issue Type: Improvement
>  Components: updatecenters - Pluginportal
>Reporter: Lars Bruun-Hansen
>Priority: Trivial
>
> As has nearly become the standard on many websites the [Plugin 
> Portal|https://plugins.netbeans.apache.org/] should have a link to where it 
> sources can be found. I suggest the footer for this.
> Background: I wanted to contribute but had a hard time figuring out where the 
> code resides.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6479) impossibile visualizzare i metodi di un web service client

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6479.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> impossibile visualizzare i metodi di un web service client
> --
>
> Key: NETBEANS-6479
> URL: https://issues.apache.org/jira/browse/NETBEANS-6479
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Navigation
>Affects Versions: 12.5
>Reporter: leo
>Priority: Major
>
> 
>   2022-03-17T18:19:11
>   1647537551617
>   361
>   1000
>   100
>   Error in RequestProcessor 
> org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler$1
>   
>     java.lang.NoClassDefFoundError: Could not initialize class 
> com.sun.tools.ws.wscompile.Options$Target
>     
>       com.sun.tools.ws.wscompile.Options
>       init
>       174
>       ${netBeansDir}modules/ext/jaxws22/jaxws-tools.jar
>     
>     
>       com.sun.tools.ws.wscompile.WsimportOptions
>       init
>       84
>       ${netBeansDir}modules/ext/jaxws22/jaxws-tools.jar
>     
>     
>       
> org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler
>       generateWsdlModel
>       172
>       
> ${netBeansDir}modules/org-netbeans-modules-websvc-jaxwsmodel.jar
>     
>     
>       
> org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler
>       generateWsdlModel
>       168
>       
> ${netBeansDir}modules/org-netbeans-modules-websvc-jaxwsmodel.jar
>     
>     
>       
> org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler
>       access$000
>       53
>       
> ${netBeansDir}modules/org-netbeans-modules-websvc-jaxwsmodel.jar
>     
>     
>       
> org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler$1
>       run
>       78
>       
> ${netBeansDir}modules/org-netbeans-modules-websvc-jaxwsmodel.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
>     
>   
> 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6474) Real parameter names are not displayed in JavaDoc hint

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6474.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Real parameter names are not displayed in JavaDoc hint
> --
>
> Key: NETBEANS-6474
> URL: https://issues.apache.org/jira/browse/NETBEANS-6474
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing, java - Javadoc
>Affects Versions: 12.6, 13
>Reporter: Petr Miksik
>Priority: Major
>  Labels: javadoc
> Attachments: JavaHintParams.png
>
>
> Parameter names are not parsed properly from JavaDoc in some classes. Instead 
> of real names, generated shortcuts are displayed (see picture in the 
> attachment). It seems that only classes in platform JDK 8 are affected. I 
> haven't observed it in higher JDK versions.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6472) The Netbeans IDE often gets freeze when editing files in JavaEE projects

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6472.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> The Netbeans IDE often gets freeze when editing files in JavaEE projects
> 
>
> Key: NETBEANS-6472
> URL: https://issues.apache.org/jira/browse/NETBEANS-6472
> Project: NetBeans
>  Issue Type: Bug
> Environment: OS: Kubuntu 20.04, Netbeans 12.0 runing on OpenJDK 11
>  
> Operating System = Linux version 5.13.0-30-generic running on amd64
> Runtime = OpenJDK Runtime Environment 11.0.2+9
>   Installation= /opt/netbeans/netbeans-12.0/netbeans/nb
>                             /opt/netbeans/netbeans-12.0/netbeans/ergonomics
>                             /opt/netbeans/netbeans-12.0/netbeans/ide
>                             /opt/netbeans/netbeans-12.0/netbeans/extide
>                             /opt/netbeans/netbeans-12.0/netbeans/java
>                             /opt/netbeans/netbeans-12.0/netbeans/apisupport
>                             /opt/netbeans/netbeans-12.0/netbeans/webcommon
>                             /opt/netbeans/netbeans-12.0/netbeans/websvccommon
>                             /opt/netbeans/netbeans-12.0/netbeans/enterprise
>                             /opt/netbeans/netbeans-12.0/netbeans/profiler
>                             /opt/netbeans/netbeans-12.0/netbeans/php
>                             /opt/netbeans/netbeans-12.0/netbeans/harness
>                             /opt/netbeans/netbeans-12.0/netbeans/groovy
>                             /opt/netbeans/netbeans-12.0/netbeans/javafx
>                             /opt/netbeans/netbeans-12.0/netbeans/platform
>  
>Reporter: Jhon
>Priority: Critical
>
> The Netbeans IDE often gets freeze when editing files in JavaEE projects
>  
> I'm on Kubuntu 20.04 have Netbeans 12.0 runing on OpenJDK 11 
>  
> below i paste the error record
>  
>  
>  
>  
> 
>   2022-02-25T10:10:56
>   1645780256208
>   2286
>   org.netbeans.modules.deadlock.detector.Detector
>   1000
>   37
>   /tmp/deadlock7917094582036583074.txt
>   
>     
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  A deadlock was detected.
> We suggest to restart the IDE to recover.
>     
>       java.awt.Container
>       isParentOf
>       3284
>       jrt:/java.desktop/java/awt/Container.class
>     
>     
>       java.awt.Container
>       clearCurrentFocusCycleRootOnHide
>       3322
>       jrt:/java.desktop/java/awt/Container.class
>     
>     
>       java.awt.Window$1DisposeAction
>       run
>       1214
>       jrt:/java.desktop/java/awt/Window$1DisposeAction.class
>     
>     
>       java.awt.Window
>       doDispose
>       1223
>       jrt:/java.desktop/java/awt/Window.class
>     
>     
>       java.awt.Window
>       dispose
>       1164
>       jrt:/java.desktop/java/awt/Window.class
>     
>     
>       org.openide.explorer.view.CustomPopupFactory$HWPopup
>       dispose
>       201
>       ${netbeans.home}modules/org-openide-explorer.jar
>     
>     
>       org.openide.explorer.view.CustomPopupFactory$HWPopup
>       doHide
>       227
>       ${netbeans.home}modules/org-openide-explorer.jar
>     
>     
>       org.openide.explorer.view.CustomPopupFactory$OurPopup
>       hide
>       107
>       ${netbeans.home}modules/org-openide-explorer.jar
>     
>     
>       org.openide.explorer.view.ViewTooltips
>       ensureOldPopupsHidden
>       276
>       ${netbeans.home}modules/org-openide-explorer.jar
>     
>     
>       org.openide.explorer.view.ViewTooltips
>       hide
>       264
>       ${netbeans.home}modules/org-openide-explorer.jar
>     
>     
>       org.openide.explorer.view.ViewTooltips$Hider
>       change
>       633
>       ${netbeans.home}modules/org-openide-explorer.jar
>     
>     
>       org.openide.explorer.view.ViewTooltips$Hider
>       propertyChange
>       639
>       ${netbeans.home}modules/org-openide-explorer.jar
>     
>     
>       java.beans.PropertyChangeSupport
>       fire
>       341
>       jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>     
>     
>       java.beans.PropertyChangeSupport
>       firePropertyChange
>       333
>       jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>     
>     
>       java.beans.PropertyChangeSupport
>       firePropertyChange
>       266
>       jrt:/java.desktop/java/beans/PropertyChangeSupport.class
>     
>     
>       java.awt.KeyboardFocusManager
>       firePropertyChange
>       1487
>       jrt:/java.desktop/java/awt/KeyboardFocusManager.class
>     
>     
>       java.awt.KeyboardFocusManager
>       setGlobalCurrentFocusCycleRoot
>       1282
>       

[jira] [Closed] (NETBEANS-6471) Border Customizer / border properties and auto-generated code missing

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6471.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Border Customizer / border properties and auto-generated code missing 
> --
>
> Key: NETBEANS-6471
> URL: https://issues.apache.org/jira/browse/NETBEANS-6471
> Project: NetBeans
>  Issue Type: Bug
>  Components: guibuilder - Code, platform - Property Editors
>Affects Versions: 11.2, 12.6
>Reporter: brad foster
>Priority: Major
>
> This might be a combination of several issues, I'm not sure.
> Ever since switching from a 'last known working' NB version 5 or 7 to 11.2, 
> opening, editing and compiling some existing UI projects, there are some 
> weird effects.
> The project setup is 'unconventional'; the UI is created with NB in a 
> different workspace from the business code (where Eclipse is used) and the 
> compiled project/JAR's are then imported there. In turn, some UI extension 
> code is developed and imported from the Eclipse workspace, e. g. a class 
> 'LabelBorder' (which inherits from class 'TitledBorder', only rendering the 
> upper titled border as a visual divider) and provided to the NB project as a 
> JAR.
> _Don't ask why._
> One of the detrimental effects is, that border label's title/name values are 
> lost from PanelUI components inside a GridBagLayout on a parent JPanel, in 
> the compiled version from NB.
> For some such visual 'LabelBorder' divider sub-components, the '{*}border{*}' 
> attribute in the properties view is printed bold. For those, the {{Border 
> Customizer}} via [...] correctly shows a reall {{[?] LabelBorder}} entry for 
> the imported component and all of its properties.
> Here, the auto-generated {{.form}} code from the Parent component using those 
> PanelUI components also shows generated property code for the LabelBorder 
> components:
> {code:java}
> 
>editor="org.netbeans.modules.form.editors3.BorderEditor">
>     
>       
>     
>   
>  {code}
> For other, obviously completely similar sub-components it does not. The 
> {{Border Customizer}} will show  {{[?] Unknown Border (Label Border)}} 
> instead and {{}} (also, in the properties view, the 'border' 
> attribute is not printed bold), even though everything's in the same package 
> hierarchy level.
> I cannot spot any difference in the component's properties, that give me any 
> clue why this is.
> The {{Code Customizer}} will only show generated code entries for the 'good' 
> examples like this:
> {code:java}
> my.ui.components.LabelBorder labelBorder1 = new 
> my.ui.components.LabelBorder();
> zuzug.setBorder(labelBorder1); {code}
> What's obviously missing here, though, is:
> {code:java}
> labelBorder1.setTitle("Section1"); {code}
> This might explain, why the compiled version looses the label texts.
> Manually fiddling with {{Customize Code}} and adding correct code for the 
> borked {{LabelBorder}} components, like above, will not show any different 
> results, not even with full clean/build.
> Also, custom code can only be added '{{{}pre-init{}}}', not as '{{{}default 
> code{}}}'.
> In NB 12.6, another effect shows for the 'borked' {{LabelBorder}} components, 
> where printed the title font size is a little larger in the {{Preview 
> Design}} view, than it is for the 'good' examples - there, the default font 
> size from the super component {{TitledBorder}} is used.
> The only workaround to preserve title properties seems to be manually editing:
> _properties -> [...] -> border/LabelBorder -> title [...] -> Plain text -> OK_
> This step must be done before editing anything else, otherwise, the previous 
> title value is gone and needs to be manually typed in the 'Plain text' field 
> again.
> Closing and re-opening the editor will require to repeat this procedure.
> The issue(s) probably relate (at least in part) to NETBEANS-4798



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6473) Slowness detected

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6473.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Slowness detected
> -
>
> Key: NETBEANS-6473
> URL: https://issues.apache.org/jira/browse/NETBEANS-6473
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - API docs
>Affects Versions: 12.6
>Reporter: Marco Cocciniglia
>Priority: Major
> Attachments: UI.log, ide.log, selfsampler.npss
>
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6508) External project sources are not attached

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6508.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> External project sources are not attached
> -
>
> Key: NETBEANS-6508
> URL: https://issues.apache.org/jira/browse/NETBEANS-6508
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, editor - Search
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
>
> In a maven project which has dependency to another maven project the 'goto 
> source' function (which leads to this other project) brings up some kind of 
> decompiled version of the source. The 'Attach Source' button on the right top 
> has the proper path to the source of the foreign project already set - but it 
> does not attach it and the 'Add Zip/Folder' button does not work neither.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6509) Goto Deklaration in JSF does not work

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6509.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Goto Deklaration in JSF does not work
> -
>
> Key: NETBEANS-6509
> URL: https://issues.apache.org/jira/browse/NETBEANS-6509
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, editor - Navigation, javaee - Editor
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
>
> Rightclick on a method of a managed bean in a JSF and click 'Navigate -> Go 
> to Declaration' ... nothing happens. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6515) Start Page does not show News on upgrade

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6515.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Start Page does not show News on upgrade
> 
>
> Key: NETBEANS-6515
> URL: https://issues.apache.org/jira/browse/NETBEANS-6515
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 12.6, 13
> Environment: macOS 12.4
>Reporter: Martin H.
>Priority: Major
> Attachments: Start Page.png
>
>
> Start Page does not show News after importing settings from previous version 
> on macOS.
> Steps to reproduce:
>  # Install next version after having NetBeans already installed. 
> (e.g. 12.6 > 13, 13 > dev)
>  # Proceed with Import Settings from previous version on first run.
>  # Open Start Page and navigate to What's New
> Expected behaviour:
>  * News feed should load
> Actual result:
>  * Error while loading content is displayed (see screenshot) 
> (Clicking Reload does not work)
> Workaround
>  # Open Terminal
>  # Go to ~/Library/Application\ 
> Support/NetBeans/dev/config/Preferences/org/netbeans/modules/
>  # Delete welcome.properties
>  # Restart NetBeans (News feed is displayed)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6507) Code completion in JSFs does not work

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6507.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Code completion in JSFs does not work
> -
>
> Key: NETBEANS-6507
> URL: https://issues.apache.org/jira/browse/NETBEANS-6507
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor, editor - Completion  Templates, 
> editor - Hints  Annotations
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
> Attachments: bug-code-completion.png, mavenWEBprojectEE91.zip
>
>
> The code completion does not work for managed beans in JSF pages. Affected 
> are maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. A 
> sample project is attached.
> !bug-code-completion.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6505) Wizard for RESTful JavaScript Client does not work

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6505.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Wizard for RESTful JavaScript Client does not work
> --
>
> Key: NETBEANS-6505
> URL: https://issues.apache.org/jira/browse/NETBEANS-6505
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javaee - Samples, javaee - Web Project
>Affects Versions: 13
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
>
> The wizard does not find any existing REST ressources: 
> New -> other -> RESTful JavaScript Client ->REST Project Ressources - Browse: 
> ... Choose a Project with a REST-Project (created by the REST-Service-Wizard) 
> -> the REST-Service is not recognized: "No REST Ressouce is chosen"-alert is 
> shown.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6504) java code completion slow - poor algorithm choice

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6504.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> java code completion slow - poor algorithm choice
> -
>
> Key: NETBEANS-6504
> URL: https://issues.apache.org/jira/browse/NETBEANS-6504
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 13
> Environment: gentoo linux, slackware64-current.  btrfs and jfs.  
> openjdk18, 32GB RAM, 1TB NVME SSD PCI3x4.
> i do not believe this is related to the other bug reports of slow completion 
> which seem to be platform specific (ntfs).
>  
>Reporter: notzed
>Priority: Major
> Attachments: slow-complete-full.patch, slow-complete-simple.patch
>
>
> I have a class with a mere 3000 constants and it takes a few hundred 
> milliseconds to show and (it seems to run twice?) delete the completion popup 
> when these constants are imported using a wildcard static import.  This makes 
> editing extremely tedious and heavily drains a laptop battery.
> I tracked it down to ElementUtilities.isHidden() invoked from 
> getLocalMembersAndVars() using an inefficient algorithm to filter results. 
> Most of the time time is spent in in toString() via Name::compareContents().
> Perhaps there's a reason it isn't used in this case but addIfNotHidden() 
> seems to have been written to address this performance issue but is only used 
> in one of the methods which callls isHidden().
> I've attached a couple of patches.  One just changes getLocalMembersAndVars() 
> to use addIfNotHidden(), the second is more complete and changes all uses of 
> isHidden() to use addIfNotHidden() in a consistent way and also removes the 
> redundant name comparison in the inner loop.
> I'm sorry, i'm not sure how to trigger all code paths to test the patches.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6506) Wizard for RESTful Web Service from Entity Class does not work

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6506.
--
Resolution: Invalid

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-6470

> Wizard for RESTful Web Service from Entity Class does not work
> --
>
> Key: NETBEANS-6506
> URL: https://issues.apache.org/jira/browse/NETBEANS-6506
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project, javaee - Samples, javaee - Web Project
> Environment: Product Version: Apache NetBeans IDE 13
> Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7
> Runtime: OpenJDK Runtime Environment 17.0.3+7
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: S. M.
>Priority: Minor
>
> The wizard for "Wizard for RESTful Web Service from Entity Class" does not 
> recognize the projects entity classes. In Step 2 the warning message ''The 
> project does not have a persistence provider on the classpath" is shown 
> though there a JPA entities and a persistence unit.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6470) WE HAVE MOVED TO GITHUB ISSUES

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6470:
---
Summary: WE HAVE MOVED TO GITHUB ISSUES  (was: How to Check Your RTA Card 
Balance Online.)

> WE HAVE MOVED TO GITHUB ISSUES
> --
>
> Key: NETBEANS-6470
> URL: https://issues.apache.org/jira/browse/NETBEANS-6470
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Neil C Smith
>Priority: Blocker
>
>  Hello,
> We no longer use JIRA for issue tracking. Please use GitHub Issues instead.
> https://github.com/apache/netbeans/issues
> JIRA is just an archive for old issues. You can no longer create new issues. 
> You can still comment on old issues, but you can't expect a response. If the 
> issue is important to you, please create a new issue at GitHub and include 
> the link to the JIRA issue / discussion.
> Thanks!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

-
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-6470) How to Check Your RTA Card Balance Online.

2022-05-27 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6470:
---
Description: 
 Hello,

We no longer use JIRA for issue tracking. Please use GitHub Issues instead.

https://github.com/apache/netbeans/issues

JIRA is just an archive for old issues. You can no longer create new issues. 
You can still comment on old issues, but you can't expect a response. If the 
issue is important to you, please create a new issue at GitHub and include the 
link to the JIRA issue / discussion.

Thanks!


  was:
h1.  

To check your RTA card balance online, you must visit the official website of 
[RTA card balance check 
online|https://wasila.ae/check-nol-card-balance-online/]. Click on the Check 
Nol Balance button. Next, you must enter the numbers on the back of your Nol 
card in the space provided on the site. Once you have entered the numbers 
correctly, the balance of your Nol card will appear on the search screen. 
Alternatively, if you have the Main RTA app installed on your smartphone, you 
can sign in as a guest.

 
h2. NOL card

If you have an RTA card, you can check the balance online via the official 
website. To do this, you can click on the 'Check Nol Balance' link on the RTA 
website. Then, simply enter the number or security code on the back of the card 
into the space provided. Once you have done this, your nol card balance will be 
displayed on the screen. You can also sign in to the main RTA app, if you 
haven't already done so.

The NOL card is the most common way to pay for public transportation in Dubai. 
It is a convenient way to pay for transit and it is also free. Remember, 
however, that the NOL card must be tapped into the machine to use it. If you do 
not, you will be fined 200 AED. To avoid this, make sure to keep the card in a 
safe place and never forget to check the balance before you enter a train 
station.

 
h2. Tapp Pay card

In order to use your Tapp Pay card to pay for your transit rides, you must 
first load funds onto it. You can do this at a Tapp Pay Hub, the payment kiosks 
found at RTA transit centers, and at partner sales outlets. Then, when you 
ride, simply tap your mobile phone on the payment reader or scan the barcode 
with a scanner. Once the payment reader detects your Tapp Pay card, the cost of 
your ride will be deducted from your account. For eligible reduced fare 
customers, you can load your card with unlimited free rides.

If you are a student, senior, or disabled rider, you are automatically enrolled 
in TAP's Balance Protection Program. Whenever you lose or misplace your TAP 
card, you can report it to TAP Regional Services and they will restore the 
value of your card. However, this program does have a three-day waiting period 
before you can claim your money. To make sure your money is safe and secure, 
use the online method of Tapp Pay card balance check to see if you have any 
remaining funds.

 
h2. Silver card

There are three ways that RTA card holders can check their card balance online. 
You can use the RTA website or their mobile application. First, locate your NOL 
card number. This number is located on the back of your card. Next, find the 
card's security code. Once you know your security code, all you need to do is 
enter it into the check form and click submit. Your card's balance will appear 
at the bottom of the page.

If you don't have your card, you can still use it. Often, parking machines will 
display a message to apply for a new card. Most people, though, will continue 
to use their cards until they run out of credit. However, they will no longer 
top up their cards after they have expired. This will cause you to pay a higher 
fee than usual. Therefore, you should check your balance online to avoid 
running out of credits.

 
h2. Website

If you want to know your Nol card balance online, there are two main ways to do 
it. The first is to visit RTA's official website. After signing up, click on 
the "Check Nol Balance" button. Then, enter the numbers on the back of your Nol 
card into the designated space on the website. Once you enter those numbers, 
the balance will show up on the search screen. You can also log in to the main 
RTA app if you haven't already done so. Lastly, you can also choose to use a 
guest sign-in option.

In addition to the traditional methods, you can also use the Internet to check 
your Nol card balance. The RTA website has a special page that allows you to 
check the balance on your card, so you can use it anytime and anywhere. You can 
even top up your card online to take advantage of special offers and deals. 
Just be sure to remember to enter the right nol card ID to ensure you're using 
the correct account number.

 
h2. App

To check your RTA card balance, you can go to the official website of the 
railways and tap the Check NOL balance button. If you have a Nol card, you 

[jira] [Closed] (NETBEANS-6489) NetBeans 13 stops when start and compile the project

2022-03-23 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6489.
--
Resolution: Invalid

Issues should be reported at https://github.com/apache/netbeans/issues

See NETBEANS-6470

> NetBeans 13 stops when start and compile the project
> 
>
> Key: NETBEANS-6489
> URL: https://issues.apache.org/jira/browse/NETBEANS-6489
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Source
>Affects Versions: 12.6, NB13, 13
> Environment: NetBeans 13
> JDK 17
> WildFly 25
>  
>Reporter: Dyego S Carmo
>Priority: Blocker
>
> I'm installed NetBeans 13, and import configurations of 12.5.
> When i start the netbeans, it recreates the cache, but STOP with this message:
>  
> java.lang.IllegalArgumentException: newPosition > limit: (1 > 0)
>     at java.base/java.nio.Buffer.createPositionException(Buffer.java:341)
>     at java.base/java.nio.Buffer.position(Buffer.java:316)
>     at java.base/java.nio.ByteBuffer.position(ByteBuffer.java:1516)
>     at 
> java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:622)
>     at 
> org.netbeans.api.queries.FileEncodingQuery$ProxyCharset$ProxyDecoder.decodeLoop(FileEncodingQuery.java:191)
>     at 
> java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:585)
> Caused: java.nio.charset.CoderMalfunctionError
>     at 
> java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:587)
>     at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:305)
>     at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
>     at java.base/java.io.InputStreamReader.read(InputStreamReader.java:177)
>     at org.netbeans.modules.parsing.api.Source.createSnapshot(Source.java:360)
>     at 
> org.netbeans.modules.parsing.impl.SourceCache.createSnapshot(SourceCache.java:157)
>     at 
> org.netbeans.modules.parsing.impl.SourceCache.getSnapshot(SourceCache.java:132)
>     at 
> org.netbeans.modules.parsing.api.ResultIterator.getSnapshot(ResultIterator.java:86)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1T.run(RepositoryUpdater.java:3192)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:132)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:116)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>     at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>     at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>     at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>     at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>     at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3281)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2860)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.lambda$index$0(RepositoryUpdater.java:2625)
>     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:2624)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.lambda$scanSource$3(RepositoryUpdater.java:5747)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.lambda$runInContext$4(RepositoryUpdater.java:2118)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2116)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2097)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1400(RepositoryUpdater.java:134)
>     at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5782)
>     at 
> 

[jira] [Created] (NETBEANS-6470) WE HAVE MOVED TO GITHUB ISSUES

2022-02-22 Thread Neil C Smith (Jira)
Neil C Smith created NETBEANS-6470:
--

 Summary: WE HAVE MOVED TO GITHUB ISSUES
 Key: NETBEANS-6470
 URL: https://issues.apache.org/jira/browse/NETBEANS-6470
 Project: NetBeans
  Issue Type: Bug
Reporter: Neil C Smith


Hello,

We no longer use JIRA for issue tracking. Please use GitHub Issues instead.

https://github.com/apache/netbeans/issues

JIRA is just an archive for old issues. You can no longer create new issues. 
You can still comment on old issues, but you can't expect a response. If the 
issue is important to you, please create a new issue at GitHub and include the 
link to the JIRA issue / discussion.

Thanks!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6453) How do I get ESA letter online easily | Useful Guide

2022-02-08 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6453.
--
Resolution: Invalid

>  How do I get ESA letter online easily | Useful Guide
> -
>
> Key: NETBEANS-6453
> URL: https://issues.apache.org/jira/browse/NETBEANS-6453
> Project: NetBeans
>  Issue Type: Bug
>Reporter: laurasmith
>Priority: Major
>
> Tenaciously doing battling the considerations to you can be dull. One can't 
> just project them away. They enter the most fundamental standard issues and 
> become incredibly hard to dispose of. At last, one may get inclined to mental 
> issues and disorders and experience the underhanded effects of their fairly 
> long impacts. Under such conditions, there may be no fix detached from 
> clinical intercession. The [legitimate esa letter|https://myesaletter.net/] 
> is the fundamental stress that you genuinely care over.
>  
> Notwithstanding, medications have their own unconstrained effects. You truly 
> need something that would get you help without depending on extra clinical 
> disturbing. How can this be? Irrefutably, an emotional support animal (ESA) 
> is for the most part what you genuinely care about. Never settled a pet could 
> be so colossal huh? Considering everything, here is your opportunity to track 
> down the psyche blowing advantages of these animals. Regardless, before 
> anything, there is a need to get the right indisputable work wrapped up. The 
> best part is, the cycle is especially fundamental.
>  
> Above all, you should get the support that you really need an ESA. This can 
> be accomplished in two ways. Either your clinical master may be the one 
> endorsing the treatment to you, or you can straightforwardly contact ensured 
> letter suppliers who have experts working for them dependably.
>  
> Continuing, you additionally need to guarantee that the help you are trusting 
> for issuance of an ESA letter is real and solid. Assuming it appears, 
> obviously, to be phony and the right partnership isn't being followed, you 
> may have a trick at your hand. Endeavor to avoid such districts. In like way, 
> there is no such thing as ESA choice or certification. Take the fundamental 
> steps not to get hoodwinked. This is the clarification enduring the best 
> master coalition is fundamental.
>  
> Go to the site and finish the screening. This headway guarantees that 
> everything is legitimate and all the information given by you and your 
> clinical master is right. It is a short cycle so no should be senselessly 
> stressed. Your ideal [Emotional Support 
> Dog|https://www.realesaletter.com/sample-esa-letter] or cat will be on its 
> way when the workspace work process is finished.
>  
> After the screening, you will be alluded to a social event with an electronic 
> expert. The master is a specialist of the field of ESAs. This is the 
> fundamental stage that picks assuming you really fit the bill for the ESA or 
> not. Take the fundamental steps not to be terrified. This stage is only for 
> clarification to guarantee that there are no fundamental issues with your 
> emotional support animal later on.
>  
> Presently, you'll need to hold tight for pretty much an ideal opportunity to 
> get a confirmation of the ESA letter. Once supported, you will be given a 
> downloadable duplicate of the letter as well as the printed understanding, 
> with the real that you can intertwine the letter as indicated by your comfort.
>  
>  
> While planning, try to demand the movement of any subtleties that you may 
> need or need for unequivocal conditions. For instance, a carrier may demand 
> the social event and weight from the animal that you may be carrying. 
> Suggesting add such subtleties to the letter can make things more 
> straightforward for you in future. Giving the choice to add subtleties is in 
> addition an indication of a legitimate assistance that will with giving you a 
> certifiable letter.
>  
> Presently you are prepared to get your ESA. The letter goes likely as 
> confirmation that you really want the animal's support. This likewise assists 
> with safeguarding express doorways that ordinary animal people don't have. An 
> [esa letter for dog|https://www.realesaletter.com/sample-esa-letter] can 
> assist you safely live in rental workplaces with your ESA, close to if there 
> are any fundamental issues. These breaker threats to the others around you 
> and a heap on the landlord.
>  
> Once more, the constancy of the source and the letter is fundamental. 
> Conclusively when you get the letter in your hand, there are sure things you 
> can guarantee that permit you to truly look at whether or not it's a phony.
>  
> The letter should be on the letterhead of the association. It in the event 
> that 

[jira] [Commented] (NETBEANS-6448) InaccessibleObjectException: Unable to make field accessible

2022-02-07 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6448:


Just noticed this while checking JIRA (although we're mainly tracking issues 
for release on GitHub). Is this really intended / required for NB13?

> InaccessibleObjectException: Unable to make field accessible
> 
>
> Key: NETBEANS-6448
> URL: https://issues.apache.org/jira/browse/NETBEANS-6448
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Reporter: Martin Entlicher
>Assignee: Martin Entlicher
>Priority: Major
> Fix For: 13
>
>
> This is thrown from 
> {{org.netbeans.modules.debugger.jpda.truffle.DebugAllBaseTest}} on JDK 17:
> {code}
> SEVERE [org.openide.util.Exceptions]
> java.lang.reflect.InaccessibleObjectException: Unable to make field private 
> transient java.lang.String java.net.URI.userInfo accessible: module java.base 
> does not "opens java.net" to unnamed module @3189c6bd
>   at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
>   at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
>   at 
> java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
>   at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
>   at 
> org.netbeans.modules.debugger.jpda.models.VariableMirrorTranslator.setFieldsValues(VariableMirrorTranslator.java:259)
>   at 
> org.netbeans.modules.debugger.jpda.models.VariableMirrorTranslator.createMirrorObject(VariableMirrorTranslator.java:245)
>   at 
> org.netbeans.modules.debugger.jpda.models.VariableMirrorTranslator.createMirrorObject(VariableMirrorTranslator.java:114)
>   at 
> org.netbeans.modules.debugger.jpda.models.VariableMirrorTranslator.createMirrorObject(VariableMirrorTranslator.java:95)
>   at 
> org.netbeans.modules.debugger.jpda.models.AbstractVariable.createMirrorObject(AbstractVariable.java:463)
>   at 
> org.netbeans.modules.debugger.jpda.truffle.access.TruffleAccess.getSourcePosition(TruffleAccess.java:551)
>   at 
> org.netbeans.modules.debugger.jpda.truffle.access.TruffleAccess.getCurrentPosition(TruffleAccess.java:432)
>   at 
> org.netbeans.modules.debugger.jpda.truffle.access.TruffleAccess.getCurrentPosition(TruffleAccess.java:421)
>   at 
> org.netbeans.modules.debugger.jpda.truffle.access.TruffleAccess.setCurrentPosition(TruffleAccess.java:401)
>   at 
> org.netbeans.modules.debugger.jpda.truffle.access.TruffleAccess.breakpointReached(TruffleAccess.java:372)
>   at 
> org.netbeans.api.debugger.jpda.JPDABreakpoint.fireJPDABreakpointChange(JPDABreakpoint.java:275)
>   at 
> org.netbeans.api.debugger.jpda.JPDADebugger.fireBreakpointEvent(JPDADebugger.java:466)
>   at 
> org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.fireBreakpointEvent(JPDADebuggerImpl.java:647)
>   at 
> org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.perform(BreakpointImpl.java:535)
>   at 
> org.netbeans.modules.debugger.jpda.breakpoints.MethodBreakpointImpl.exec(MethodBreakpointImpl.java:253)
> [catch] at 
> org.netbeans.modules.debugger.jpda.util.Operator.processEvents(Operator.java:518)
>   at 
> org.netbeans.modules.debugger.jpda.util.Operator.access$800(Operator.java:96)
>   at 
> org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:228)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>   at 
> org.netbeans.modules.debugger.jpda.util.Operator$2.run(Operator.java:260)
>   at java.base/java.lang.Thread.run(Thread.java:833)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6068) Groovy broken in 12.5

2022-02-07 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6068:
---
Fix Version/s: (was: NB13)

> Groovy broken in 12.5
> -
>
> Key: NETBEANS-6068
> URL: https://issues.apache.org/jira/browse/NETBEANS-6068
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Editor
>Affects Versions: 12.5
> Environment: Windows 10
> JDK 17
>  
>Reporter: Mike
>Assignee: Svatopluk Dedic
>Priority: Major
>  Labels: pull-request-available
> Attachments: groovyclassescreated.jpg, 
> image-2021-10-08-12-57-24-831.png, image-2021-10-08-12-58-24-619.png, 
> image-2021-10-08-12-59-50-283.png, image-2021-10-08-13-00-25-440.png, 
> image-2021-10-08-13-01-27-408.png, image-2021-10-08-13-02-31-076.png, 
> image-2021-10-08-13-03-45-465.png, image-2021-10-08-13-04-54-754.png, 
> image-2021-10-08-13-05-56-717.png, image-2021-10-08-13-08-23-947.png, 
> image-2021-10-08-14-13-26-696.png, image-2021-10-08-14-14-41-061.png, 
> image-2021-10-08-14-16-57-710.png, mavenproject.jpg, sourcecretaed.jpg
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Easy to replicate.
> On a clean install of NB 12.5 using numerous JDK versions. 
> Install JDK
> Install NB 12.5
> Enable Groovy plugin
> Create new project
> Create 'demo' package space in project
> Create new template groovy script in package.
>  * Fails to create file *
>  encoding="UTF-8"?> settings 1.0//EN" 
> "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd;> version="1.0">   class="org.netbeans.modules.jshell.editor.ConsoleEditor"/>ALL 
> [null]: Class: class org.netbeans.modules.jshell.editor.ConsoleEditorALL 
> [null]: Source: 
> MultiFileObject@634c9c14[Windows2Local/Components/JShellEditor.settings]INFO 
> [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving 
> dependencies took: 4 msINFO 
> [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
> indexing of 31 binary roots took: 3,452 msINFO 
> [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: 
> C:\Temp\g4\test took: 2 ms (New or modified files: 0, Deleted files: 0) 
> [Adding listeners took: 0 ms]INFO 
> [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: 
> C:\Temp\g4\src took: 215 ms (New or modified files: 0, Deleted files: 0) 
> [Adding listeners took: 0 ms]INFO 
> [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete 
> indexing of 2 source roots took: 217 ms (New or modified files: 0, Deleted 
> files: 0) [Adding listeners took: 0 ms]SEVERE 
> [global]java.lang.IllegalArgumentException: No folders selected at 
> org.netbeans.spi.java.project.support.ui.templates.JavaTemplates.createPackageChooser(JavaTemplates.java:95)
>  at 
> org.netbeans.spi.java.project.support.ui.templates.JavaTemplates.createPackageChooser(JavaTemplates.java:74)
>  at 
> org.netbeans.spi.java.project.support.ui.templates.JavaTemplates.createPackageChooser(JavaTemplates.java:49)
>  at 
> org.netbeans.modules.groovy.support.wizard.AbstractFileWizard.createPanels(AbstractFileWizard.java:99)
>  at 
> org.netbeans.modules.groovy.support.wizard.AbstractFileWizard.initialize(AbstractFileWizard.java:71)
>  at 
> org.netbeans.modules.groovy.support.wizard.AbstractGroovyWizard.initialize(AbstractGroovyWizard.java:61)
>  
> If you click through the error if creates the template script. However, 
> trying to run the file give this error;
>  
> ant -f C:\\Temp\\g4 -Djavac.includes=demo/newGroovyScript.groovy 
> -Drun.class=demo.newGroovyScript run-single
> init:
> Deleting: C:\Temp\g4\build\built-jar.properties
> deps-jar:
> Updating property file: C:\Temp\g4\build\built-jar.properties
> compile-single:
> run-single:
> Error: Could not find or load main class demo.newGroovyScript
> Caused by: java.lang.ClassNotFoundException: demo.newGroovyScript
> C:\Temp\g4\nbproject\build-impl.xml:1341: The following error occurred while 
> executing this line:
> C:\Temp\g4\nbproject\build-impl.xml:936: Java returned: 1
> BUILD FAILED (total time: 0 seconds)
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6441) Upgrade log4j to latest version

2022-02-07 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6441.
--
Resolution: Invalid

> Upgrade log4j to latest version
> ---
>
> Key: NETBEANS-6441
> URL: https://issues.apache.org/jira/browse/NETBEANS-6441
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 12.1
>Reporter: Ashley Dingman
>Priority: Major
>
> # Which versions of your products utilize Log4j 1.x?
>  # Do they utilize the JMSAppender or SocketServer classes?
>  # Do you have any mitigation options available for addressing both 
> CVE-2019-17571 and CVE-2021-4104?
>  ## Would it impact the product if we deleted both the net/JMSAppender.class 
> and net/SocketServer.class from the Log4j 1.x JAR itself?
>  ## If they are not used can they be removed (required to be approved 
> not-vulnerable)?
>  # Can you provide a roadmap of when you plan to move Log4j version 2.15 or 
> higher (or remove log4j)?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6441) Upgrade log4j to latest version

2022-02-07 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6441:


https://blogs.apache.org/netbeans/entry/log4j-and-apache-netbeans 

> Upgrade log4j to latest version
> ---
>
> Key: NETBEANS-6441
> URL: https://issues.apache.org/jira/browse/NETBEANS-6441
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 12.1
>Reporter: Ashley Dingman
>Priority: Major
>
> # Which versions of your products utilize Log4j 1.x?
>  # Do they utilize the JMSAppender or SocketServer classes?
>  # Do you have any mitigation options available for addressing both 
> CVE-2019-17571 and CVE-2021-4104?
>  ## Would it impact the product if we deleted both the net/JMSAppender.class 
> and net/SocketServer.class from the Log4j 1.x JAR itself?
>  ## If they are not used can they be removed (required to be approved 
> not-vulnerable)?
>  # Can you provide a roadmap of when you plan to move Log4j version 2.15 or 
> higher (or remove log4j)?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6435) Gradle web application project throws java.lang.StackOverflowError exception and doesn't open

2022-02-03 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6435:


Great! Good to know it's fixed. Hopefully a full release of 13 will be 
available by the end of this month.

> Gradle web application project throws java.lang.StackOverflowError exception 
> and doesn't open
> -
>
> Key: NETBEANS-6435
> URL: https://issues.apache.org/jira/browse/NETBEANS-6435
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 12.5, 12.6
> Environment: Windows 10 21H1 64-bit operating system, x64-based 
> processor
> java version "16.0.2" 2021-07-20
> Java(TM) SE Runtime Environment (build 16.0.2+7-67)
> Java HotSpot(TM) 64-Bit Server VM (build 16.0.2+7-67, mixed mode, sharing)
>Reporter: f574
>Priority: Major
> Fix For: 13
>
>
> Attempting to create a gradle web application results in an exception being 
> thrown during the process.
> The project files are created on the file system but attempting to open the 
> project results in the same exception.
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.openide.WizardDescriptor$Listener$2$1
> java.lang.StackOverflowError
>     at 
> org.openide.loaders.FolderInstance.waitProcessingFinished(FolderInstance.java:616)
>     at 
> org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:301)
>     at 
> org.openide.loaders.FolderLookup$ProxyLkp.beforeLookup(FolderLookup.java:398)
>     at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:268)
>     at 
> org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:734)
>     at 
> org.openide.util.lookup.ProxyLookup$R.beforeLookup(ProxyLookup.java:756)
>     at 
> org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:743)
>     at 
> org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:612)
>     at 
> org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:572)
>     at 
> org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:568)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection.computeSingleResult(ProxyLookup.java:1348)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection.computeDelegate(ProxyLookup.java:1186)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection.access$900(ProxyLookup.java:1114)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection$1.hasNext(ProxyLookup.java:1314)
>     at 
> org.netbeans.spi.project.support.DelegatingLookupImpl.beforeLookup(DelegatingLookupImpl.java:92)
>     at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:273)
>     at 
> org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:134)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:388)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.loaders.AbstractProjectLoader$ReloadContext.(AbstractProjectLoader.java:74)
>     at 
> org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl.loadProject(GradleProjectLoaderImpl.java:51)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:396)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.loaders.AbstractProjectLoader$ReloadContext.(AbstractProjectLoader.java:74)
>     at 
> org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl.loadProject(GradleProjectLoaderImpl.java:51)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:396)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.loaders.AbstractProjectLoader$ReloadContext.(AbstractProjectLoader.java:74)
>     at 
> org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl.loadProject(GradleProjectLoaderImpl.java:51)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:396)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> 

[jira] [Commented] (NETBEANS-6427) UI does not initalize

2022-02-03 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6427:


There is not enough information here for anyone to help.  We are in the process 
of moving to GitHub issues and discussions.  I would suggest taking this there 
(either as an issue if you have all the information requested, or as a 
discussion topic).  https://github.com/apache/netbeans/issues/new/choose 

> UI does not initalize
> -
>
> Key: NETBEANS-6427
> URL: https://issues.apache.org/jira/browse/NETBEANS-6427
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.6
> Environment: OS: Windows 10 Version 20H2
> Processor: AMD Ryzen 3 1200
> JDK Version: 17
>Reporter: Yiğit Cemal Öztürk
>Priority: Blocker
> Attachments: 14C7CFA1-2A74-4CDB-9BE1-311550AC537F.jpeg
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The GUI does not initalize. Instead, a blank window is shown.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6427) UI does not initalize

2022-02-03 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6427.
--
Resolution: Incomplete

> UI does not initalize
> -
>
> Key: NETBEANS-6427
> URL: https://issues.apache.org/jira/browse/NETBEANS-6427
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.6
> Environment: OS: Windows 10 Version 20H2
> Processor: AMD Ryzen 3 1200
> JDK Version: 17
>Reporter: Yiğit Cemal Öztürk
>Priority: Blocker
> Attachments: 14C7CFA1-2A74-4CDB-9BE1-311550AC537F.jpeg
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The GUI does not initalize. Instead, a blank window is shown.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6439) Java code formatting doesn't work as expected anymore

2022-02-03 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6439:


I would suggest always using Tools / Java Platforms anyway, and setting up the 
JDK you need for specific projects.  That way you're independent of the JDK you 
run the IDE on.  I would also run the IDE on JDK 17 if you can.

> Java code formatting doesn't work as expected anymore
> -
>
> Key: NETBEANS-6439
> URL: https://issues.apache.org/jira/browse/NETBEANS-6439
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
>Reporter: Roberto Cisternino
>Priority: Major
>
> By editing a java class the alignment while coding the body of a method do 
> not work anymore as expected.
> For instance, if I write the following code and I want to fill up the body of 
> the method I usually put the cursor after the { curly bracket and I press 
> Enter, then the IDE should create a new row and put the cursor inside the 
> body using the right indentation.  This behaviour has been lost into this 
> Netbeans release...  the cursor is placed at the beginning of the row without 
> indentation
>     public void test() {    // PRESS ENTER HERE TO TEST
> *
>     }
> Another unexpected behavious is that starting on an empty row (at col 0) it 
> is not possible to write a Tab character for forcing the indentation.  This 
> worked before.
> Another issue is also available when adding the method comment using the 
> comment completion that it is usually triggered by the /** characters written 
> on top of the method... again here the behaviour has changed... the comment 
> is created without indentation and even its internal formatting doesn't work 
> anymore (e.g. a new line inside the comment should be created with a '*' char 
> in the beginning and the right indentation.
>  
> I think you need to make a regression, too many features of the IDE has been 
> lost...



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6434) can not parse ObjectName

2022-02-02 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6434:


bq. > It actually 12.6, but that was not in the drop down list.

[~cmd1234] so it wasn't!  Just fixed that.  Sorry, and glad you got your issue 
sorted.

> can not parse ObjectName
> 
>
> Key: NETBEANS-6434
> URL: https://issues.apache.org/jira/browse/NETBEANS-6434
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 12.5
> Environment: apple.awt.graphics.UseQuartz=true
> apple.laf.useScreenMenuBar=true
> file.encoding=UTF-8
> file.separator=/
> ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
> guice.disable.misplaced.annotation.check=true
> http.nonProxyHosts=localhost|127.0.0.1|M048.local
> https.nonProxyHosts=localhost|127.0.0.1|M048.local
> java.class.path=/Applications/NetBeans/Apache NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/boot.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-modules.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-lookup.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-ui.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util.jar
> java.class.version=61.0
> java.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
> java.io.tmpdir=/var/folders/sp/1xsf48hd6nz8m66mr4d1njvx6r7q5r/T/
> java.library.path=/Users/clifford/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
> java.rmi.server.randomIDs=true
> java.runtime.name=OpenJDK Runtime Environment
> java.runtime.version=17.0.1+12
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Oracle Corporation
> java.specification.version=17
> java.util.logging.config.class=org.netbeans.core.startup.TopLogging
> java.vendor=Eclipse Adoptium
> java.vendor.url=https://adoptium.net/
> java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues
> java.vendor.version=Temurin-17.0.1+12
> java.version=17.0.1
> java.version.date=2021-10-19
> java.vm.compressedOopsMode=Zero based
> java.vm.info=mixed mode, sharing
> java.vm.name=OpenJDK 64-Bit Server VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Oracle Corporation
> java.vm.specification.version=17
> java.vm.vendor=Eclipse Adoptium
> java.vm.version=17.0.1+12
> jdk.debug=release
> jdk.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
> jna.boot.library.name=jnidispatch-nb
> jna.loaded=true
> jna.platform.library.path=/usr/lib:/usr/lib
> jnidispatch.path=/Users/clifford/Library/Caches/JNA/temp/jna14107829484154736049.tmp
> line.separator=\n
> maven.defaultProjectBuilder.disableGlobalModelCache=true
> native.encoding=UTF-8
> nb.native.filechooser=false
> nb.show.statistics.ui=usageStatisticsEnabled
> netbeans.autoupdate.country=GB
> netbeans.autoupdate.language=en
> netbeans.autoupdate.variant=
> netbeans.autoupdate.version=1.23
> netbeans.buildnumber=12.6-9cacf1fd305b775b176576c8b633b10b73524861
> netbeans.default_userdir_root=/Users/clifford/Library/Application 
> Support/NetBeans
> netbeans.dirs=/Applications/NetBeans/Apache NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/nb:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/ergonomics:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/ide:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/extide:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/java:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/apisupport:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/webcommon:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/websvccommon:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/enterprise:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/mobility:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/profiler:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/python:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/php:/Applications/NetBeans/Apache
>  NetBeans 
> 

[jira] [Comment Edited] (NETBEANS-6433) Trying to use the insert code option and the toString method

2022-02-02 Thread Neil C Smith (Jira)


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

Neil C Smith edited comment on NETBEANS-6433 at 2/2/22, 4:34 PM:
-

Java editing in 12.6 requires running on JDK 11+. Did you intend to select 
JavaScript?  If so, looks like it might too and is affected by the same bug.


was (Author: neilcsmith):
Java editing in 12.6 requires running on JDK 11+.

> Trying to use the insert code option and the toString method
> 
>
> Key: NETBEANS-6433
> URL: https://issues.apache.org/jira/browse/NETBEANS-6433
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion, javascript - Editor
>Affects Versions: 12.6
>Reporter: Emilia Olivera
>Priority: Major
>
> Attempted to add a string to the method and when attempting to add, there 
> space remained blank and instead showed an error in the application.
> 
>   2022-02-01T09:36:03
>   1643726163274
>   3626
>   700
>   148
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Mac OS X, 10.16, x86_64
>   OpenJDK 64-Bit Server VM, 25.282-b08, OpenJDK Runtime Environment, 
> 1.8.0_282-b08
>   Apache NetBeans IDE 12.6
>   
>   NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
> 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6433) Trying to use the insert code option and the toString method

2022-02-02 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6433:


Java editing in 12.6 requires running on JDK 11+.

> Trying to use the insert code option and the toString method
> 
>
> Key: NETBEANS-6433
> URL: https://issues.apache.org/jira/browse/NETBEANS-6433
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion, javascript - Editor
>Affects Versions: 12.6
>Reporter: Emilia Olivera
>Priority: Major
>
> Attempted to add a string to the method and when attempting to add, there 
> space remained blank and instead showed an error in the application.
> 
>   2022-02-01T09:36:03
>   1643726163274
>   3626
>   700
>   148
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Mac OS X, 10.16, x86_64
>   OpenJDK 64-Bit Server VM, 25.282-b08, OpenJDK Runtime Environment, 
> 1.8.0_282-b08
>   Apache NetBeans IDE 12.6
>   
>   NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>   Please provide a description of the problem or the steps to 
> reproduce
>   *
> 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6434) can not parse ObjectName

2022-02-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6434.
--
Resolution: Invalid

> can not parse ObjectName
> 
>
> Key: NETBEANS-6434
> URL: https://issues.apache.org/jira/browse/NETBEANS-6434
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 12.5
> Environment: apple.awt.graphics.UseQuartz=true
> apple.laf.useScreenMenuBar=true
> file.encoding=UTF-8
> file.separator=/
> ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
> guice.disable.misplaced.annotation.check=true
> http.nonProxyHosts=localhost|127.0.0.1|M048.local
> https.nonProxyHosts=localhost|127.0.0.1|M048.local
> java.class.path=/Applications/NetBeans/Apache NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/boot.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-modules.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-lookup.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-ui.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util.jar
> java.class.version=61.0
> java.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
> java.io.tmpdir=/var/folders/sp/1xsf48hd6nz8m66mr4d1njvx6r7q5r/T/
> java.library.path=/Users/clifford/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
> java.rmi.server.randomIDs=true
> java.runtime.name=OpenJDK Runtime Environment
> java.runtime.version=17.0.1+12
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Oracle Corporation
> java.specification.version=17
> java.util.logging.config.class=org.netbeans.core.startup.TopLogging
> java.vendor=Eclipse Adoptium
> java.vendor.url=https://adoptium.net/
> java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues
> java.vendor.version=Temurin-17.0.1+12
> java.version=17.0.1
> java.version.date=2021-10-19
> java.vm.compressedOopsMode=Zero based
> java.vm.info=mixed mode, sharing
> java.vm.name=OpenJDK 64-Bit Server VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Oracle Corporation
> java.vm.specification.version=17
> java.vm.vendor=Eclipse Adoptium
> java.vm.version=17.0.1+12
> jdk.debug=release
> jdk.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
> jna.boot.library.name=jnidispatch-nb
> jna.loaded=true
> jna.platform.library.path=/usr/lib:/usr/lib
> jnidispatch.path=/Users/clifford/Library/Caches/JNA/temp/jna14107829484154736049.tmp
> line.separator=\n
> maven.defaultProjectBuilder.disableGlobalModelCache=true
> native.encoding=UTF-8
> nb.native.filechooser=false
> nb.show.statistics.ui=usageStatisticsEnabled
> netbeans.autoupdate.country=GB
> netbeans.autoupdate.language=en
> netbeans.autoupdate.variant=
> netbeans.autoupdate.version=1.23
> netbeans.buildnumber=12.6-9cacf1fd305b775b176576c8b633b10b73524861
> netbeans.default_userdir_root=/Users/clifford/Library/Application 
> Support/NetBeans
> netbeans.dirs=/Applications/NetBeans/Apache NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/nb:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/ergonomics:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/ide:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/extide:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/java:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/apisupport:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/webcommon:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/websvccommon:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/enterprise:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/mobility:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/profiler:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/python:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/php:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/identity:/Applications/NetBeans/Apache
>  NetBeans 
> 

[jira] [Commented] (NETBEANS-6434) can not parse ObjectName

2022-02-02 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6434:


NetBeans 12.5 does not support JDK 17 fully.

> can not parse ObjectName
> 
>
> Key: NETBEANS-6434
> URL: https://issues.apache.org/jira/browse/NETBEANS-6434
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 12.5
> Environment: apple.awt.graphics.UseQuartz=true
> apple.laf.useScreenMenuBar=true
> file.encoding=UTF-8
> file.separator=/
> ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
> guice.disable.misplaced.annotation.check=true
> http.nonProxyHosts=localhost|127.0.0.1|M048.local
> https.nonProxyHosts=localhost|127.0.0.1|M048.local
> java.class.path=/Applications/NetBeans/Apache NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/boot.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-modules.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-lookup.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util-ui.jar:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/platform/lib/org-openide-util.jar
> java.class.version=61.0
> java.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
> java.io.tmpdir=/var/folders/sp/1xsf48hd6nz8m66mr4d1njvx6r7q5r/T/
> java.library.path=/Users/clifford/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
> java.rmi.server.randomIDs=true
> java.runtime.name=OpenJDK Runtime Environment
> java.runtime.version=17.0.1+12
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Oracle Corporation
> java.specification.version=17
> java.util.logging.config.class=org.netbeans.core.startup.TopLogging
> java.vendor=Eclipse Adoptium
> java.vendor.url=https://adoptium.net/
> java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues
> java.vendor.version=Temurin-17.0.1+12
> java.version=17.0.1
> java.version.date=2021-10-19
> java.vm.compressedOopsMode=Zero based
> java.vm.info=mixed mode, sharing
> java.vm.name=OpenJDK 64-Bit Server VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Oracle Corporation
> java.vm.specification.version=17
> java.vm.vendor=Eclipse Adoptium
> java.vm.version=17.0.1+12
> jdk.debug=release
> jdk.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
> jna.boot.library.name=jnidispatch-nb
> jna.loaded=true
> jna.platform.library.path=/usr/lib:/usr/lib
> jnidispatch.path=/Users/clifford/Library/Caches/JNA/temp/jna14107829484154736049.tmp
> line.separator=\n
> maven.defaultProjectBuilder.disableGlobalModelCache=true
> native.encoding=UTF-8
> nb.native.filechooser=false
> nb.show.statistics.ui=usageStatisticsEnabled
> netbeans.autoupdate.country=GB
> netbeans.autoupdate.language=en
> netbeans.autoupdate.variant=
> netbeans.autoupdate.version=1.23
> netbeans.buildnumber=12.6-9cacf1fd305b775b176576c8b633b10b73524861
> netbeans.default_userdir_root=/Users/clifford/Library/Application 
> Support/NetBeans
> netbeans.dirs=/Applications/NetBeans/Apache NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/nb:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/ergonomics:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/ide:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/extide:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/java:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/apisupport:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/webcommon:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/websvccommon:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/enterprise:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/mobility:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/profiler:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/python:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/php:/Applications/NetBeans/Apache
>  NetBeans 
> 12.6.app/Contents/Resources/NetBeans/netbeans/identity:/Applications/NetBeans/Apache
>  NetBeans 
> 

[jira] [Commented] (NETBEANS-6435) Gradle web application project throws java.lang.StackOverflowError exception and doesn't open

2022-02-02 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6435:


Can you check with 13-rc2 (or very soon rc3)?  Check the dev list archive for 
links - https://lists.apache.org/list.html?d...@netbeans.apache.org I think 
this might be NETBEANS-6117.

> Gradle web application project throws java.lang.StackOverflowError exception 
> and doesn't open
> -
>
> Key: NETBEANS-6435
> URL: https://issues.apache.org/jira/browse/NETBEANS-6435
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 12.5, 12.6
> Environment: Windows 10 21H1 64-bit operating system, x64-based 
> processor
> java version "16.0.2" 2021-07-20
> Java(TM) SE Runtime Environment (build 16.0.2+7-67)
> Java HotSpot(TM) 64-Bit Server VM (build 16.0.2+7-67, mixed mode, sharing)
>Reporter: f574
>Priority: Major
>
> Attempting to create a gradle web application results in an exception being 
> thrown during the process.
> The project files are created on the file system but attempting to open the 
> project results in the same exception.
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.openide.WizardDescriptor$Listener$2$1
> java.lang.StackOverflowError
>     at 
> org.openide.loaders.FolderInstance.waitProcessingFinished(FolderInstance.java:616)
>     at 
> org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:301)
>     at 
> org.openide.loaders.FolderLookup$ProxyLkp.beforeLookup(FolderLookup.java:398)
>     at org.openide.util.lookup.ProxyLookup.beforeLookup(ProxyLookup.java:268)
>     at 
> org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:734)
>     at 
> org.openide.util.lookup.ProxyLookup$R.beforeLookup(ProxyLookup.java:756)
>     at 
> org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:743)
>     at 
> org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:612)
>     at 
> org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:572)
>     at 
> org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:568)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection.computeSingleResult(ProxyLookup.java:1348)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection.computeDelegate(ProxyLookup.java:1186)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection.access$900(ProxyLookup.java:1114)
>     at 
> org.openide.util.lookup.ProxyLookup$LazyCollection$1.hasNext(ProxyLookup.java:1314)
>     at 
> org.netbeans.spi.project.support.DelegatingLookupImpl.beforeLookup(DelegatingLookupImpl.java:92)
>     at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:273)
>     at 
> org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:134)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:388)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.loaders.AbstractProjectLoader$ReloadContext.(AbstractProjectLoader.java:74)
>     at 
> org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl.loadProject(GradleProjectLoaderImpl.java:51)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:396)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.loaders.AbstractProjectLoader$ReloadContext.(AbstractProjectLoader.java:74)
>     at 
> org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl.loadProject(GradleProjectLoaderImpl.java:51)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:396)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.getGradleProject(NbGradleProjectImpl.java:193)
>     at 
> org.netbeans.modules.gradle.loaders.AbstractProjectLoader$ReloadContext.(AbstractProjectLoader.java:74)
>     at 
> org.netbeans.modules.gradle.loaders.GradleProjectLoaderImpl.loadProject(GradleProjectLoaderImpl.java:51)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.loadOwnProject0(NbGradleProjectImpl.java:396)
>     at 
> org.netbeans.modules.gradle.NbGradleProjectImpl.projectWithQuality(NbGradleProjectImpl.java:273)
>     at 
> 

[jira] [Commented] (NETBEANS-6439) Java code formatting doesn't work as expected anymore

2022-02-02 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6439:


Sounds like you're running on JDK 8? This is not supported.

> Java code formatting doesn't work as expected anymore
> -
>
> Key: NETBEANS-6439
> URL: https://issues.apache.org/jira/browse/NETBEANS-6439
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
>Reporter: Roberto Cisternino
>Priority: Major
>
> By editing a java class the alignment while coding the body of a method do 
> not work anymore as expected.
> For instance, if I write the following code and I want to fill up the body of 
> the method I usually put the cursor after the { curly bracket and I press 
> Enter, then the IDE should create a new row and put the cursor inside the 
> body using the right indentation.  This behaviour has been lost into this 
> Netbeans release...  the cursor is placed at the beginning of the row without 
> indentation
>     public void test() {    // PRESS ENTER HERE TO TEST
> *
>     }
> Another unexpected behavious is that starting on an empty row (at col 0) it 
> is not possible to write a Tab character for forcing the indentation.  This 
> worked before.
> Another issue is also available when adding the method comment using the 
> comment completion that it is usually triggered by the /** characters written 
> on top of the method... again here the behaviour has changed... the comment 
> is created without indentation and even its internal formatting doesn't work 
> anymore (e.g. a new line inside the comment should be created with a '*' char 
> in the beginning and the right indentation.
>  
> I think you need to make a regression, too many features of the IDE has been 
> lost...



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6397) Error occurs when Java module info is added

2022-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6397.
--
Resolution: Not A Problem

> Error occurs when Java module info is added
> ---
>
> Key: NETBEANS-6397
> URL: https://issues.apache.org/jira/browse/NETBEANS-6397
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10 Enterprise, version 1809,
> Apache NetBeans IDE 12.2,
> Default Java platform: JDK14,
> Project Java platform: JDK17.
>Reporter: Oleksij Lupandin
>Priority: Major
> Attachments: netbeans-ide-log.txt, netbeans-ui-0001.png
>
>
> 1. Create a Java modular project (File / New Project… / Java with Ant / Java 
> Modular Project / Next / Choose platform JDK17 / Finish).
> 2. Try to add a module (Right-click on the project in its pane / New / 
> Module... / Set module name "moduleA" / Finish).
> Expected result: module moduleA appears in the project tree.
> Actual result: moduleA does not appear in the project tree, Unexpected 
> Exception occurs:
> !netbeans-ui-0001.png!
> IDE log is attached.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6397) Error occurs when Java module info is added

2022-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6397:


Only NetBeans 12.6+ supports JDK 17.

> Error occurs when Java module info is added
> ---
>
> Key: NETBEANS-6397
> URL: https://issues.apache.org/jira/browse/NETBEANS-6397
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10 Enterprise, version 1809,
> Apache NetBeans IDE 12.2,
> Default Java platform: JDK14,
> Project Java platform: JDK17.
>Reporter: Oleksij Lupandin
>Priority: Major
> Attachments: netbeans-ide-log.txt, netbeans-ui-0001.png
>
>
> 1. Create a Java modular project (File / New Project… / Java with Ant / Java 
> Modular Project / Next / Choose platform JDK17 / Finish).
> 2. Try to add a module (Right-click on the project in its pane / New / 
> Module... / Set module name "moduleA" / Finish).
> Expected result: module moduleA appears in the project tree.
> Actual result: moduleA does not appear in the project tree, Unexpected 
> Exception occurs:
> !netbeans-ui-0001.png!
> IDE log is attached.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6418) On Windows 11 Copy does not work to external applications

2022-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6418:


Please reopen this one in GitHub issues.  If there's anything useful in IDE 
log, please post that there.  Having tried to check for this bug when others 
have reported on Windows 10 I couldn't replicate, and also can't replicate with 
new Windows 11 machine, so it's not a universal problem.

> On Windows 11 Copy does not work to external applications
> -
>
> Key: NETBEANS-6418
> URL: https://issues.apache.org/jira/browse/NETBEANS-6418
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 12.6
> Environment: Intel i9
> 32 G Ram
> Windows 11
> Java 17
>Reporter: Kenneth Fogel
>Priority: Major
>
> The Copy command or Ctrl-C will copy whatever is selected so that it can be 
> pasted into a file opened in NetBeans. It does not work if you are copying to 
> an external program such as NotePad++ or MS Word. These programs show that 
> there is nothing to paste.
> However, if you Cut or Ctrl-X the selection then it can be pasted into an 
> external program.
> I have seen this behaviour in earlier versions.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6420) GUI bug, Find toolbar

2022-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6420:


This is possibly a JDK bug anyway. And "major" never implied that in itself.

> GUI bug, Find toolbar
> -
>
> Key: NETBEANS-6420
> URL: https://issues.apache.org/jira/browse/NETBEANS-6420
> Project: NetBeans
>  Issue Type: Bug
> Environment: This seems to be related to a recent upgrade from 
> Windows 10 pro to Windows 11 pro. The problem was not present in Windows 10. 
> This behavior was noted in Netbeans 12.5, and now in 12.6.
>  
> *Product Version:* Apache NetBeans IDE 12.6
> *Java:* 16.0.1; Java HotSpot(TM) 64-Bit Server VM 16.0.1+9-24
> *Runtime:* Java(TM) SE Runtime Environment 16.0.1+9-24
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> *User directory:* C:\Users\tkirb\AppData\Roaming\NetBeans\12.6
> *Cache directory:* C:\Users\tkirb\AppData\Local\NetBeans\Cache\12.6
>Reporter: Thomas Kirby
>Priority: Major
> Fix For: 12.6
>
> Attachments: Netbeans-Jira-Find.png
>
>
> Problem with Find toolbar (see attached image). The icons for Match Case, 
> Whole Word, and Regular Expression are not showing the current state of those 
> settings. When enabled, they should be highlighted, but are not. This happens 
> for both clicking the controls and using the keyboard shortcuts. The 
> functions seem to be active, but the user has no confirmation of the current 
> settings.  This happens for any file that supports the Find toolbar (e.g. 
> txt, c, php, etc.).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6429) Widen the options for editing global maven goals

2022-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6429:


We're in the process of moving to GitHub issues in parallel with NetBeans 13 
release.  I suggest you post this there.

> Widen the options for editing global maven goals
> 
>
> Key: NETBEANS-6429
> URL: https://issues.apache.org/jira/browse/NETBEANS-6429
> Project: NetBeans
>  Issue Type: Improvement
>  Components: apisupport - Maven
>Reporter: Thomas Schapitz
>Priority: Minor
>
> Things I'd like to see - support for (in order of preference):
>  * renaming a definition
>  * duplicating an existing definition
>  * a broader selection of the command line options to chose from (see 
> [https://maven.apache.org/ref/3.8.4/maven-embedder/cli.html,] not all of them 
> make sense - especially not the ineffective ones; -D, -N & -P are 
> already supported by the controls present. It is also possible to work around 
> this, by prefixing some of them in the 'Execute Goals:' entry field. But 
> duplicating the "Global Execution Options" Control from the previous Panel 
> would probably the most generic solution, and maybe even the one requiring 
> the least work. and the easiest to understand by newbies)
>  * Expand the option, to filter availability of the goals from just the 
> packaging (in order of preference - to) groupId, artifactId, name, buildDir, 
> parent.groupId, parent.artfactId, parent.name.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6430) Java Class Refactor (Rename) fails

2022-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6430.
--
Resolution: Won't Fix

> Java Class Refactor (Rename) fails
> --
>
> Key: NETBEANS-6430
> URL: https://issues.apache.org/jira/browse/NETBEANS-6430
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 12.6
> Environment: Windows:
> Edition    Windows 11 Home
> Version    21H2
> Installed on    ‎14/‎01/‎2022
> OS build    22000.438
> Serial number    MP21B589
> Experience    Windows Feature Experience Pack 1000.22000.438.0
> Java:
> openjdk version "1.8.0_312"
> OpenJDK Runtime Environment Corretto-8.312.07.1 (build 1.8.0_312-b07)
> OpenJDK 64-Bit Server VM Corretto-8.312.07.1 (build 25.312-b07, mixed mode)
>Reporter: Andrew Chapman
>Priority: Minor
>
> Existing Java EE project. Renaming a class throws the following exception.
>  
> SEVERE [org.openide.util.Exceptions]
> java.lang.IllegalArgumentException: Copying to 2066 is greater then its size 
> (1399).
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:6116)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:6095)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffPrecedingComments(CasualDiff.java:4427)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5510)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5451)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5378)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5349)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:4184)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:1102)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5557)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5451)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5378)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5349)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:4184)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTopLevel(CasualDiff.java:594)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5530)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5451)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5378)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5361)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diff(CasualDiff.java:350)
>     at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:920)
>     at 
> org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1332)
>     at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:676)
>     at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>     at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>     at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>     at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>     at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>     at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>     at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>     at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>     at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>     at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
>     at 
> 

[jira] [Commented] (NETBEANS-6430) Java Class Refactor (Rename) fails

2022-02-01 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6430:


Java support in 12.6 requires running on JDK 11. NetBeans 13 as a whole 
requires JDK 11.

> Java Class Refactor (Rename) fails
> --
>
> Key: NETBEANS-6430
> URL: https://issues.apache.org/jira/browse/NETBEANS-6430
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 12.6
> Environment: Windows:
> Edition    Windows 11 Home
> Version    21H2
> Installed on    ‎14/‎01/‎2022
> OS build    22000.438
> Serial number    MP21B589
> Experience    Windows Feature Experience Pack 1000.22000.438.0
> Java:
> openjdk version "1.8.0_312"
> OpenJDK Runtime Environment Corretto-8.312.07.1 (build 1.8.0_312-b07)
> OpenJDK 64-Bit Server VM Corretto-8.312.07.1 (build 25.312-b07, mixed mode)
>Reporter: Andrew Chapman
>Priority: Minor
>
> Existing Java EE project. Renaming a class throws the following exception.
>  
> SEVERE [org.openide.util.Exceptions]
> java.lang.IllegalArgumentException: Copying to 2066 is greater then its size 
> (1399).
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:6116)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:6095)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffPrecedingComments(CasualDiff.java:4427)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5510)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5451)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5378)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5349)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:4184)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:1102)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5557)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5451)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5378)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5349)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:4184)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTopLevel(CasualDiff.java:594)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5530)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5451)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5378)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5361)
>     at 
> org.netbeans.modules.java.source.save.CasualDiff.diff(CasualDiff.java:350)
>     at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:920)
>     at 
> org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1332)
>     at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:676)
>     at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>     at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>     at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>     at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>     at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>     at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>     at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>     at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>     at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>     at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>     at 
> 

[jira] [Updated] (NETBEANS-6416) No way to find original stream handler for jar protocol

2022-01-31 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6416:
---
Priority: Minor  (was: Blocker)

> No way to find original stream handler for jar protocol
> ---
>
> Key: NETBEANS-6416
> URL: https://issues.apache.org/jira/browse/NETBEANS-6416
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 12.6
> Environment: Windows 10,
> Openjdk 17,
> Netbeans 12.6
> Netbeans API versions: RELEASE126
>  
>Reporter: anton
>Priority: Minor
>
> We're currently trying to migrate a Netbeans platform project from java 1.8 
> to 17, and are running into multiple Netbeans related problems. When 
> launching the application, the very first error that is occurring is the 
> following: 
> {code:java}
> SEVERE: No way to find original stream handler for jar protocol
> java.lang.reflect.InaccessibleObjectException: Unable to make field transient 
> java.net.URLStreamHandler java.net.URL.handler accessible: module java.base 
> does not "opens java.net" to unnamed module @448139f0
>     at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
>     at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
>     at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
>     at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
>     at 
> org.netbeans.ProxyURLStreamHandlerFactory.register(ProxyURLStreamHandlerFactory.java:59)
>     at org.netbeans.JarClassLoader.(JarClassLoader.java:117)
>     at org.netbeans.MainImpl.execute(MainImpl.java:153)
>     at org.netbeans.MainImpl.main(MainImpl.java:60)
>     at org.netbeans.Main.main(Main.java:58){code}
> }}{}}}I've tried adding {-}J{-}-add-opens java.base/java.net=ALL-UNNAMED 
> to the maven-compiler-plugin as a compiler argument in multiple modules to 
> try and fix the problem, but it doesn't seem to work.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6416) No way to find original stream handler for jar protocol

2022-01-31 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6416:


You need to add the required add-opens, add-exports, etc. into a custom .conf 
file for your application. We do need to fix the default .conf file. Please 
open an issue at https://github.com/apache/netbeans/issues for that. We're 
transitioning to GitHub issues with NetBeans 13, and this issue won't be fixed 
before NetBeans 14.

> No way to find original stream handler for jar protocol
> ---
>
> Key: NETBEANS-6416
> URL: https://issues.apache.org/jira/browse/NETBEANS-6416
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 12.6
> Environment: Windows 10,
> Openjdk 17,
> Netbeans 12.6
> Netbeans API versions: RELEASE126
>  
>Reporter: anton
>Priority: Blocker
>
> We're currently trying to migrate a Netbeans platform project from java 1.8 
> to 17, and are running into multiple Netbeans related problems. When 
> launching the application, the very first error that is occurring is the 
> following: 
> {code:java}
> SEVERE: No way to find original stream handler for jar protocol
> java.lang.reflect.InaccessibleObjectException: Unable to make field transient 
> java.net.URLStreamHandler java.net.URL.handler accessible: module java.base 
> does not "opens java.net" to unnamed module @448139f0
>     at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
>     at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
>     at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
>     at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
>     at 
> org.netbeans.ProxyURLStreamHandlerFactory.register(ProxyURLStreamHandlerFactory.java:59)
>     at org.netbeans.JarClassLoader.(JarClassLoader.java:117)
>     at org.netbeans.MainImpl.execute(MainImpl.java:153)
>     at org.netbeans.MainImpl.main(MainImpl.java:60)
>     at org.netbeans.Main.main(Main.java:58){code}
> }}{}}}I've tried adding {-}J{-}-add-opens java.base/java.net=ALL-UNNAMED 
> to the maven-compiler-plugin as a compiler argument in multiple modules to 
> try and fix the problem, but it doesn't seem to work.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-31 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6347:


[~taps] does the imported action have any goals? Actions without goals should 
appear disabled.

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Svatopluk Dedic
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: dialog-hint.jpg, image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png, image-2022-01-13-19-09-32-623.png, 
> image-2022-01-13-19-27-19-230.png
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6401) Newly created Micronau project is not open in NB

2022-01-24 Thread Neil C Smith (Jira)


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

Neil C Smith edited comment on NETBEANS-6401 at 1/24/22, 12:34 PM:
---

Possibly my fault for not adding an is executable check on mvnw.  That was 
somewhat deliberate - I'm not sure it should blindly revert to bundled Maven 
without warning.  Why is this not executable anyway?  Should take this 
discussion elsewhere.  JIRA is being winded down, and in general not being used 
for NB13 release candidates, where a fix would be good.


was (Author: neilcsmith):
Possibly my fault for not adding an is executable check on mvnw.  That was 
somewhat deliberate - I'm not sure it should blindly revert to bundled Maven 
without warning.  Why is this not executable anyway?  Should take this 
discussion elsewhere.  JIRA is being winded down, and in general not being used 
for NB13, where a fix would be good.

> Newly created Micronau project is not open in NB
> 
>
> Key: NETBEANS-6401
> URL: https://issues.apache.org/jira/browse/NETBEANS-6401
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Micronaut
>Affects Versions: 12.6
> Environment: *Product Version:* Apache NetBeans IDE 12.6
> *Java:* 17.0.1; Java HotSpot(TM) 64-Bit Server VM 17.0.1+12-LTS-39
> *Runtime:* Java(TM) SE Runtime Environment 17.0.1+12-LTS-39
> *System:* Mac OS X version 12.1 running on x86_64; UTF-8; en_GB (nb)
> *User directory:* /Users/mbalin/Library/Application Support/NetBeans/12.6
> *Cache directory:* /Users/mbalin/Library/Caches/NetBeans/12.6
>  
>Reporter: Martin Balin
>Priority: Major
>
> Select File | New project
> then Java with Maven > Micronaut Project OR Java with Gradle > Micronaut 
> Project
> Name it {{{}MicronautProject{}}}. Leave all defaults on MN v. is 3.2.7 Java 
> is 8 , step through and click Finish.
> Project is created on disk properly but it is not open in IDE.
> Structure on disk is: 
> {{{_}{_}/MicronautProject/MicronautProject }}then 
> there are \{{src }}and{{ pom.xml}}
> Open the project in NB and there is Resolve problems window shown "Unable to 
> properly load project" with details:
>  
> {code:java}
> Some problems were encountered while processing the POMs:
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-inject:jar is missing. @ line 34, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-validation:jar is missing. @ line 39, column 17
> [ERROR] 'dependencies.dependency.version' for 
> org.junit.jupiter:junit-jupiter-api:jar is missing. @ line 44, column 17
> [ERROR] 'dependencies.dependency.version' for 
> org.junit.jupiter:junit-jupiter-engine:jar is missing. @ line 49, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut.test:micronaut-test-junit5:jar is missing. @ line 54, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-http-client:jar is missing. @ line 59, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-http-server-netty:jar is missing. @ line 64, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-runtime:jar is missing. @ line 69, column 17
> [ERROR] 'dependencies.dependency.version' for 
> ch.qos.logback:logback-classic:jar is missing. @ line 74, column 17
>  
> {code}
> and Output window has in:
> {code:java}
> cd /Users/mbalin/Development/MicronautProject/MicronautProject; 
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17.0.1.jdk/Contents/Home 
> /Users/mbalin/Development/MicronautProject/MicronautProject/mvnw 
> -DskipTests=true --fail-at-end package
> Cannot run program 
> "/Users/mbalin/Development/MicronautProject/MicronautProject/mvnw" (in 
> directory "/Users/mbalin/Development/MicronautProject/MicronautProject"): 
> error=13, Permission denied{code}
> {{mvnw}} is not executable by default. chmod +x for it and it can be built 
> and project is fixed. Not _unloadable_ anymore.
> Gradle project generated the same way can be open without errors in NB.
> When I create the Micronaut Maven project using NBLS (VSIX) 12.6.301 release 
> then I have mvnw executable and also directory structure is 
> {{{_}{_}/demomn2g/mvnw and}} pom.xml



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6058) new maven action is disabled permanently

2022-01-24 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6058.
--
Resolution: Fixed

> new maven action is disabled permanently
> 
>
> Key: NETBEANS-6058
> URL: https://issues.apache.org/jira/browse/NETBEANS-6058
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, projects - Maven
>Affects Versions: 12.5, 12.6
> Environment: NB 12.5
> NB: open-jdk-17 / project: Jkd 11
> Win10
>Reporter: S. M.
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Newly created maven action in project-properties is disabled permanently and 
> can be edited or enabled. So no usefull maven actions can be created.
> How to reproduce:
> Open Project Properties of a maven netbeans project. Klick 'Actions', klick 
> 'Add Custom', Type in an action name and klick OK. The resulting action is 
> disabled - there is no possibility to enable it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6323) The contextual action does not work in Gradle project

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


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

Neil C Smith resolved NETBEANS-6323.

Resolution: Fixed

> The contextual action does not work in Gradle project
> -
>
> Key: NETBEANS-6323
> URL: https://issues.apache.org/jira/browse/NETBEANS-6323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: Linux Mint 20.2 MATE Edition, JDK 17.0.1, NetBeans 12.6.
>Reporter: Alexander
>Assignee: Neil C Smith
>Priority: Major
>  Labels: pull-request-available
> Attachments: messages.log
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I created new Gradle project using "New Project" action.
> Then I clicked mouse's right button on project name, selected "Run Gradle", 
> then "Tasks..."
> Nothing happened, althrough dialog window shoud be opened.
> No exceptions in messages.log.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6323) The contextual action does not work in Gradle project

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


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

Neil C Smith commented on NETBEANS-6323:


Thanks for the report. Should be fixed in NetBeans 13-rc2 available next week.  
In the meantime, popup menu on any of the action nodes in the navigator view 
for Gradle is a workaround.

> The contextual action does not work in Gradle project
> -
>
> Key: NETBEANS-6323
> URL: https://issues.apache.org/jira/browse/NETBEANS-6323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: Linux Mint 20.2 MATE Edition, JDK 17.0.1, NetBeans 12.6.
>Reporter: Alexander
>Assignee: Neil C Smith
>Priority: Major
>  Labels: pull-request-available
> Attachments: messages.log
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I created new Gradle project using "New Project" action.
> Then I clicked mouse's right button on project name, selected "Run Gradle", 
> then "Tasks..."
> Nothing happened, althrough dialog window shoud be opened.
> No exceptions in messages.log.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6323) The contextual action does not work in Gradle project

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


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

Neil C Smith reassigned NETBEANS-6323:
--

Assignee: Neil C Smith

> The contextual action does not work in Gradle project
> -
>
> Key: NETBEANS-6323
> URL: https://issues.apache.org/jira/browse/NETBEANS-6323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: Linux Mint 20.2 MATE Edition, JDK 17.0.1, NetBeans 12.6.
>Reporter: Alexander
>Assignee: Neil C Smith
>Priority: Major
> Attachments: messages.log
>
>
> I created new Gradle project using "New Project" action.
> Then I clicked mouse's right button on project name, selected "Run Gradle", 
> then "Tasks..."
> Nothing happened, althrough dialog window shoud be opened.
> No exceptions in messages.log.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6401) Newly created Micronau project is not open in NB

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


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

Neil C Smith commented on NETBEANS-6401:


Possibly my fault for not adding an is executable check on mvnw.  That was 
somewhat deliberate - I'm not sure it should blindly revert to bundled Maven 
without warning.  Why is this not executable anyway?  Should take this 
discussion elsewhere.  JIRA is being winded down, and in general not being used 
for NB13, where a fix would be good.

> Newly created Micronau project is not open in NB
> 
>
> Key: NETBEANS-6401
> URL: https://issues.apache.org/jira/browse/NETBEANS-6401
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Micronaut
>Affects Versions: 12.6
> Environment: *Product Version:* Apache NetBeans IDE 12.6
> *Java:* 17.0.1; Java HotSpot(TM) 64-Bit Server VM 17.0.1+12-LTS-39
> *Runtime:* Java(TM) SE Runtime Environment 17.0.1+12-LTS-39
> *System:* Mac OS X version 12.1 running on x86_64; UTF-8; en_GB (nb)
> *User directory:* /Users/mbalin/Library/Application Support/NetBeans/12.6
> *Cache directory:* /Users/mbalin/Library/Caches/NetBeans/12.6
>  
>Reporter: Martin Balin
>Priority: Major
>
> Select File | New project
> then Java with Maven > Micronaut Project OR Java with Gradle > Micronaut 
> Project
> Name it {{{}MicronautProject{}}}. Leave all defaults on MN v. is 3.2.7 Java 
> is 8 , step through and click Finish.
> Project is created on disk properly but it is not open in IDE.
> Structure on disk is: 
> {{{_}{_}/MicronautProject/MicronautProject }}then 
> there are \{{src }}and{{ pom.xml}}
> Open the project in NB and there is Resolve problems window shown "Unable to 
> properly load project" with details:
>  
> {code:java}
> Some problems were encountered while processing the POMs:
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-inject:jar is missing. @ line 34, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-validation:jar is missing. @ line 39, column 17
> [ERROR] 'dependencies.dependency.version' for 
> org.junit.jupiter:junit-jupiter-api:jar is missing. @ line 44, column 17
> [ERROR] 'dependencies.dependency.version' for 
> org.junit.jupiter:junit-jupiter-engine:jar is missing. @ line 49, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut.test:micronaut-test-junit5:jar is missing. @ line 54, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-http-client:jar is missing. @ line 59, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-http-server-netty:jar is missing. @ line 64, column 17
> [ERROR] 'dependencies.dependency.version' for 
> io.micronaut:micronaut-runtime:jar is missing. @ line 69, column 17
> [ERROR] 'dependencies.dependency.version' for 
> ch.qos.logback:logback-classic:jar is missing. @ line 74, column 17
>  
> {code}
> and Output window has in:
> {code:java}
> cd /Users/mbalin/Development/MicronautProject/MicronautProject; 
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-17.0.1.jdk/Contents/Home 
> /Users/mbalin/Development/MicronautProject/MicronautProject/mvnw 
> -DskipTests=true --fail-at-end package
> Cannot run program 
> "/Users/mbalin/Development/MicronautProject/MicronautProject/mvnw" (in 
> directory "/Users/mbalin/Development/MicronautProject/MicronautProject"): 
> error=13, Permission denied{code}
> {{mvnw}} is not executable by default. chmod +x for it and it can be built 
> and project is fixed. Not _unloadable_ anymore.
> Gradle project generated the same way can be open without errors in NB.
> When I create the Micronaut Maven project using NBLS (VSIX) 12.6.301 release 
> then I have mvnw executable and also directory structure is 
> {{{_}{_}/demomn2g/mvnw and}} pom.xml



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6384) Detect another Java support ext and recommend to Disable one

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6384:
---
Fix Version/s: NB13
   (was: 13.0)

> Detect another Java support ext and recommend to Disable one
> 
>
> Key: NETBEANS-6384
> URL: https://issues.apache.org/jira/browse/NETBEANS-6384
> Project: NetBeans
>  Issue Type: Task
>  Components: vscode
>Affects Versions: 12.5
>Reporter: Martin Balin
>Assignee: Jaroslav Tulach
>Priority: Major
> Fix For: NB13
>
>
> VSNetBeans currently detects installation of MS Java ext pack and informs 
> user it will disable some services of it, code lenses and code completion.
> See 
> [https://github.com/apache/netbeans/blob/master/java/java.lsp.server/vscode/src/extension.ts#L284]
> {code:javascript}
> conf.update('java.test.editor.enableShortcuts', false, false).then(() => {}, 
> disablingFailed);
> conf.update('java.debug.settings.enableRunDebugCodeLens', false, 
> false).then(() => {}, disablingFailed);
> {code}
> This behaviour should change to better coexist with MS Java ext. 
> VSNetBeans needs to show user a dialog recommending to Enable per workspace 
> one of the Java ext packs. Looking at VSCode API it seems there is still 
> missing API to DISABLE extension programatically, while there is 
> [uninstallExtension|https://code.visualstudio.com/api/references/commands] 
> command?
> Proposed solution is not perfect:
> VSNetBeans will show dialog with text like: _Another Java support extension 
> is already installed. It is recommended to use only one Java support per 
> workspace. Please Disable one of Java ext for workspace._ *OK* button to open 
> Extensions panel and user has to do it UX is TBD.
> Some context info:
> VSCode plans to stop recommend extensions see 
> [https://github.com/microsoft/vscode/issues/136301] in Feb.
> And they are also working on extension sets per workspace 
> [https://github.com/microsoft/vscode/issues/40239]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-2005) Grid CSS support

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-2005:
---
Fix Version/s: NB13
   (was: 12.2)
   (was: 13.0)

> Grid CSS support
> 
>
> Key: NETBEANS-2005
> URL: https://issues.apache.org/jira/browse/NETBEANS-2005
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Arnaud BERNARD
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: NB13
>
> Attachments: screen.jpg
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Need support of Grid as soon as possible. This feature is supported by all 
> browsers now. Thx!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6347:
---
Fix Version/s: 13

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6347:
---
Fix Version/s: NB13
   (was: 13)

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Fix For: NB13
>
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6347:
---
Priority: Critical  (was: Major)

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Neil C Smith
>Priority: Critical
>  Labels: pull-request-available
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6347:


Have opened a pull request to revert the change that causes this. Also breaks 
the project level actions configuration as well as at global level.

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Neil C Smith
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6347) Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith reassigned NETBEANS-6347:
--

Assignee: Neil C Smith

> Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6.
> ---
>
> Key: NETBEANS-6347
> URL: https://issues.apache.org/jira/browse/NETBEANS-6347
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Neil C Smith
>Priority: Major
> Attachments: image-2021-12-31-10-27-08-275.png, 
> image-2021-12-31-10-30-58-143.png
>
>
> The following hardcopy illustrates the problem.
> It *is* possible, to add a new definition, but afterwards, it is no longer 
> possible to maintain values for the goals & profiles, as has been the case up 
> to version 12.3
> And it isn't possible to activate the definition, it get's created in 
> disabled state. (Prior to 12.4, it wasn't possible to disable a definition)
> Furthermore, at least on Windows 10 / JDK 17, one may observe, that the 
> alignment of the buttons with the list is botched, as the last one, "Disable" 
> gets clipped, because the listbox default hight dictates the length.
> !image-2021-12-31-10-30-58-143.png!
>  
> This is how it looked like up to 12.3:
> !image-2021-12-31-10-27-08-275.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6379) Editor NoSuchMethodError on JDK1.8

2022-01-12 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6379.
--
Resolution: Duplicate

Unfortunately, the binary releases of 12.6 don't support editing Java sources 
when running on JDK 8. You can build from the source release if you really need 
that, or run the IDE itself on JDK 11 or 17.

If the versioning label problem replicates, please open another issue.

> Editor NoSuchMethodError on JDK1.8
> --
>
> Key: NETBEANS-6379
> URL: https://issues.apache.org/jira/browse/NETBEANS-6379
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.6
> Environment: Fedora 34 and 
> java-1.8.0-openjdk-1.8.0.312.b07-2.fc34.x86_64
>Reporter: Arnaud Kleinveld
>Priority: Major
> Attachments: Screenshot from 2022-01-11 14-02-06.png, Screenshot from 
> 2022-01-11 14-34-21.png, ide.log, ui.log
>
>
> Hit enter at the end of a line (35) the editor throws a NoSuchMethodError and 
> does not complete the expected indention on the inserted line (36). A green 
> versioning label/mark is wrongly placed at the start of the next line (37) 
> after the inserted line.
> !Screenshot from 2022-01-11 14-02-06.png|width=575,height=58!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-08 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


[~taps] as a point of clarity, there have never been "interim" versions of 
NetBeans. 2021 releases : 12.3, 12.4, 12.5, and 12.6, 2022 releases : 13, 14, 
15, and 16.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Jaroslav Tulach
>Priority: Critical
> Fix For: 13
>
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6285) Netbeans 12.6 compiles against JDK9+ CharBuffer.flip() and no longer runs on JDK 8

2022-01-08 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6285:


Requirements for running the ASF binary releases has been updated at 
https://netbeans.apache.org/download/nb126/nb126.html

> Netbeans 12.6 compiles against JDK9+ CharBuffer.flip() and no longer runs on 
> JDK 8
> --
>
> Key: NETBEANS-6285
> URL: https://issues.apache.org/jira/browse/NETBEANS-6285
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform
>Affects Versions: 12.6
>Reporter: Jean-Marc Borer
>Assignee: Jaroslav Tulach
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 13
>
> Attachments: messages.log
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> After a full fresh install of NB12.6 and trying to run with Azul Open JDK 1.8 
> 312, there are several ClassNotFoundExceptions in the logs. It seems that NB 
> looks for missing methods that make NB not longer properly. For example, it 
> is no longer possible to properly format Java sources files due to a 
> java/nio/CharBuffer method missing.
> Is NB platform supposed to no longer work with Java 8?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-08 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


[~blocked] JDK 11+ if you use Apache convenience binaries, JDK 8 if you build 
from the source release on JDK 8.  The download page on the website is now 
explicit about this (unintended) change, and also that JDK 17 is supported - 
https://netbeans.apache.org/download/nb126/nb126.html 

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Jaroslav Tulach
>Priority: Critical
> Fix For: 13
>
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-06 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


bq. i don't have errors but netbeans set JDK9 for Gradle and i don't want this.

[~blocked] run NetBeans on JDK 11 or 17. Use Tools / Java Platforms and set up 
the JDK(s) you want to use with Gradle or other projects. In the project 
properties, select the relevant JDK.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Assignee: Jaroslav Tulach
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


[~taps] NetBeans 13 (no 0!) is complicated. The full IDE release will no longer 
officially support JDK 8, but we're not dropping the ability for many modules 
to run on JDK 8 yet. eg. VSNetBeans will still support running on JDK 8 for 
now. So this bug probably still needs addressing - cc [~jtulach]

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6182) Implement abstract methods -> java.lang.NoSuchMethodError

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6182:


Could you confirm which convenience binary of 12.5 you're using here, or did 
you build yourself?

> Implement abstract methods -> java.lang.NoSuchMethodError
> -
>
> Key: NETBEANS-6182
> URL: https://issues.apache.org/jira/browse/NETBEANS-6182
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor, java - Hints
>Affects Versions: 12.5
>Reporter: Bartosz Tomasik
>Priority: Major
>
> *Product Version:* Apache NetBeans IDE 12.5
> *Java:* 1.8.0_292; OpenJDK 64-Bit Server VM 25.292-b10
> *Runtime:* OpenJDK Runtime Environment 1.8.0_292-8u292-b10-0ubuntu1~20.04-b10
>  
> I'm unable to use `implement abstract methods` hint - it throws:
>  
> {quote}SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.editor.hints.HintsUI$1
> java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
> at 
> org.netbeans.modules.java.source.parsing.FileObjects.memoryFileObject(FileObjects.java:516)
> at 
> org.netbeans.modules.java.source.parsing.FileObjects.memoryFileObject(FileObjects.java:490)
> at 
> org.netbeans.modules.java.source.save.Reformatter.reformat(Reformatter.java:114)
> at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printAnnotationsFormatted(VeryPretty.java:2747)
> at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printAnnotations(VeryPretty.java:2766)
> at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitMethodDef(VeryPretty.java:985)
> at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:908)
> at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:421)
> at 
> org.netbeans.modules.java.source.pretty.VeryPretty.print(VeryPretty.java:283)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:4259)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:1102)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5549)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5443)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5370)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5341)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:4176)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTopLevel(CasualDiff.java:594)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5522)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5443)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5370)
> at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5353)
> at org.netbeans.modules.java.source.save.CasualDiff.diff(CasualDiff.java:350)
> at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:920)
> at org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1332)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:676)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
> at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
> at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
> at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
> at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
> at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
> at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
> at 
> 

[jira] [Commented] (NETBEANS-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


[~blocked] like I said, I can replicate on 12.6 but not 12.5, and we switched 
to building the convenience binaries on JDK 11 with 12.6. A build of the 
sources for 12.6 on JDK 8 should still work. Likewise a build of 12.5 on JDK 11 
probably had the same issue.  There's not enough context in NETBEANS-6064 to 
know for sure what's going on there.

Your other option is to build 12.6 from the source bundle on JDK 8.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith edited comment on NETBEANS-6349 at 1/5/22, 12:18 PM:
--

[~blocked] this is the people responsible taking action!  That text should be 
updated, as well to say that JDK 17 is fully supported (it's been copied over 
from 12.5 release).  JDK 8 support is legacy and will be dropped - NetBeans 13 
release candidate will be available in a couple of weeks.  If you _really_ need 
to run the IDE on JDK 8, then I would stick to 12.5 for now.

[~geertjan] what do you think we should do with this on the website - make JDK 
11 a requirement for the 12.6 convenience binaries at this point in time?  
Source release should still work with JDK 8.

[~taps] just tried with 12.5 and 12.6.  Can reproduce only on 12.6.  Does show 
we don't have enough people testing on JDK 8 that this didn't actually get 
picked up in a release candidate!


was (Author: neilcsmith):
[~blocked] this is the people responsible taking action!  That text should be 
updated, as well to say that JDK 17 is fully supported (it's been copied over 
from 12.5 release).  JDK 8 support is legacy and will be dropped - NetBeans 13 
release candidate will be available in a couple of weeks.  If you _really_ need 
to run the IDE on JDK 8, then I would stick to 12.5 for now.

[~geertjan] what do you think we should do with this on the website - make JDK 
11 a requirement for the 12.6 convenience binaries at this point in time?  
Source release should still work with JDK 8.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


[~blocked] this is the people responsible taking action!  That text should be 
updated, as well to say that JDK 17 is fully supported (it's been copied over 
from 12.5 release).  JDK 8 support is legacy and will be dropped - NetBeans 13 
release candidate will be available in a couple of weeks.  If you _really_ need 
to run the IDE on JDK 8, then I would stick to 12.5 for now.

[~geertjan] what do you think we should do with this on the website - make JDK 
11 a requirement for the 12.6 convenience binaries at this point in time?  
Source release should still work with JDK 8.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6281) Hitting the enter key at the end of a line of code jumps the cursor to the start of the next line, and the code is not formatted for alignment or indentation.

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6281:


Please run the IDE on JDK 11+ or downgrade to 12.5 for now.

> Hitting the enter key at the end of a line of code jumps the cursor to the 
> start of the next line, and the code is not formatted for alignment or 
> indentation.
> --
>
> Key: NETBEANS-6281
> URL: https://issues.apache.org/jira/browse/NETBEANS-6281
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.6
>Reporter: luke
>Priority: Blocker
> Fix For: 12.6
>
> Attachments: 12.5.gif, 12.6-1.gif
>
>
> As shown in the attached gif:
> !12.5.gif!
> !12.6-1.gif!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6281) Hitting the enter key at the end of a line of code jumps the cursor to the start of the next line, and the code is not formatted for alignment or indentation.

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6281:
---
Priority: Critical  (was: Blocker)

> Hitting the enter key at the end of a line of code jumps the cursor to the 
> start of the next line, and the code is not formatted for alignment or 
> indentation.
> --
>
> Key: NETBEANS-6281
> URL: https://issues.apache.org/jira/browse/NETBEANS-6281
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.6
>Reporter: luke
>Priority: Critical
> Fix For: 12.6
>
> Attachments: 12.5.gif, 12.6-1.gif
>
>
> As shown in the attached gif:
> !12.5.gif!
> !12.6-1.gif!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith edited comment on NETBEANS-6349 at 1/5/22, 10:22 AM:
--

{quote}I didn't check for 12.5 explicitly, I simply concluded that from the 
linked NETBEANS-6064{quote}

OK, that's an interesting one, because it does seem to imply 12.5, but our 12.5 
binaries were built on JDK 8.

{quote}From a personal as well a resources point of view I simply would wait 
that out until 13.0 becomes available, which would remedy problem as described 
in the workaround section.{quote}

That doesn't change anything. The workaround will be identical, except that 
we'll be more explicit that the IDE doesn't support JDK 8.  That module still 
has to support JDK 8 for now.

{quote}But it might indeed be sensible to spawn a discussion on dev, on whether 
and how to proof our builds with respect to cross JDK compilation.{quote}

It would, because that is meant to have happened already. Everything should be 
being built with release 8 for a start.


was (Author: neilcsmith):
bq. I didn't check for 12.5 explicitly, I simply concluded that from the linked 
NETBEANS-6064

OK, that's an interesting one, because it does seem to imply 12.5, but our 12.5 
binaries were built on JDK 8.

bq. From a personal as well a resources point of view I simply would wait that 
out until 13.0 becomes available, which would remedy problem as described in 
the workaround section.

That doesn't change anything. The workaround will be identical, except that 
we'll be more explicit that the IDE doesn't support JDK 8.  That module still 
has to support JDK 8 for now.

bq. But it might indeed be sensible to spawn a discussion on dev, on whether 
and how to proof our builds with respect to cross JDK compilation.

It would, because that is meant to have happened already. Everything should be 
being built with release 8 for a start.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


bq. I didn't check for 12.5 explicitly, I simply concluded that from the linked 
NETBEANS-6064

OK, that's an interesting one, because it does seem to imply 12.5, but our 12.5 
binaries were built on JDK 8.

bq. From a personal as well a resources point of view I simply would wait that 
out until 13.0 becomes available, which would remedy problem as described in 
the workaround section.

That doesn't change anything. The workaround will be identical, except that 
we'll be more explicit that the IDE doesn't support JDK 8.  That module still 
has to support JDK 8 for now.

bq. But it might indeed be sensible to spawn a discussion on dev, on whether 
and how to proof our builds with respect to cross JDK compilation.

It would, because that is meant to have happened already. Everything should be 
being built with release 8 for a start.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6285) Netbeans 12.6 seems no properly run on JDK 8

2022-01-05 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6285:


[~jmborer] you can bring it up on dev@ but I don't see anyone putting the time 
into a new Maven release for this bug even if we were to ship updates to the 
IDE. In theory, most of the platform will still support JDK 8 from NB13 
(modules that require JDK 11 will be marked in their manifest) - but it won't 
be officially supported.

> Netbeans 12.6 seems no properly run on JDK 8
> 
>
> Key: NETBEANS-6285
> URL: https://issues.apache.org/jira/browse/NETBEANS-6285
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform
>Affects Versions: 12.6
>Reporter: Jean-Marc Borer
>Priority: Major
> Attachments: messages.log
>
>
> After a full fresh install of NB12.6 and trying to run with Azul Open JDK 1.8 
> 312, there are several ClassNotFoundExceptions in the logs. It seems that NB 
> looks for missing methods that make NB not longer properly. For example, it 
> is no longer possible to properly format Java sources files due to a 
> java/nio/CharBuffer method missing.
> Is NB platform supposed to no longer work with Java 8?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-04 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6349:


Are you sure this affects 12.5? We switched the convenience binary builds to 
JDK 11 for 12.6 in preparation for NB13. That seems the likely cause. JDK 9+ 
(well 11+ really) has been strongly recommended for the IDE for some time now.  
If you _really_ need to run the IDE on JDK 8, then a building the source 
release on JDK 8 should work around this.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6349) Recent builds of the module responsible for java source parsing break BC to JDK 8

2022-01-04 Thread Neil C Smith (Jira)


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

Neil C Smith edited comment on NETBEANS-6349 at 1/4/22, 7:29 PM:
-

Are you sure this affects 12.5? We switched the convenience binary builds to 
JDK 11 for 12.6 in preparation for NB13. That seems the likely cause. JDK 9+ 
(well 11+ really) has been strongly recommended for the IDE for some time now.  
If you _really_ need to run the IDE on JDK 8, then building the source release 
on JDK 8 should work around this.


was (Author: neilcsmith):
Are you sure this affects 12.5? We switched the convenience binary builds to 
JDK 11 for 12.6 in preparation for NB13. That seems the likely cause. JDK 9+ 
(well 11+ really) has been strongly recommended for the IDE for some time now.  
If you _really_ need to run the IDE on JDK 8, then a building the source 
release on JDK 8 should work around this.

> Recent builds of the module responsible for java source parsing break BC to 
> JDK 8
> -
>
> Key: NETBEANS-6349
> URL: https://issues.apache.org/jira/browse/NETBEANS-6349
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 12.5, 12.6
>Reporter: Thomas Schapitz
>Priority: Critical
>
> There are 6 linked Issues, that all follow a common pattern, pointing to a 
> common cause:
>  * They are accompanied by an java.lang.NoSuchMethodError: 
> java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
>  * The users indicate, they are running NB 12.5+ with JDK8
>  * The errors occur during parsing.
> Sure enough, JDK 8 hasn't 
> java.nio.CharBuffer.flip()Ljava/nio/{*}+CharBuffer+{*},
> it has only java.nio.CharBuffer.flip()Ljava/nio/{+}*Buffer,*{+} which it 
> inherits from Buffer.
> Which means: the Module in question has obviously been compiled against a 
> library more recent then JDK8, at least JDK9, which has this method.
>  
> Consequences:
> This and the 6 linked issues will automatically be fixed with the rollout of 
> NB 13, which will require JDK 11 as prerequisite anyway.
> In the mean time, users may work around the problem, by immediately switching 
> to JDK 9+ when executing Netbeans. Note that they should still be able to 
> develop and build for JDKs 8 an prior.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6285) Netbeans 12.6 seems no properly run on JDK 8

2022-01-04 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6285:


[~jmborer] for platform applications, if you have to continue supporting JDK 8, 
you could build the platform on JDK 8 to work around this. It sounds like our 
switch to building binaries on JDK 11 in preparation for NB13 has a few quirks.

> Netbeans 12.6 seems no properly run on JDK 8
> 
>
> Key: NETBEANS-6285
> URL: https://issues.apache.org/jira/browse/NETBEANS-6285
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform
>Affects Versions: 12.6
>Reporter: Jean-Marc Borer
>Priority: Major
> Attachments: messages.log
>
>
> After a full fresh install of NB12.6 and trying to run with Azul Open JDK 1.8 
> 312, there are several ClassNotFoundExceptions in the logs. It seems that NB 
> looks for missing methods that make NB not longer properly. For example, it 
> is no longer possible to properly format Java sources files due to a 
> java/nio/CharBuffer method missing.
> Is NB platform supposed to no longer work with Java 8?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6358) Font style regression: badly readable font style

2022-01-04 Thread Neil C Smith (Jira)


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

Neil C Smith reassigned NETBEANS-6358:
--

Assignee: Eirik Bakke

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Assignee: Eirik Bakke
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> Bulky and badly readable: New bold style
> !bold.png!
> Clear and readable: Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6358) Font style regression: badly readable font style

2022-01-04 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6358:


Thanks for the report. It's not a minor issue, in the sense that 12.6 
introduced code to improve this, which looks like it might not be behaving 
correctly on your machine?  Please compare with the images at 
[https://github.com/apache/netbeans/pull/3114] And also, please try switching 
to FlatLaf Light (Tools / Options / Appearance / Look and Feel) and see if the 
same problem exists there.

> Font style regression: badly readable font style
> 
>
> Key: NETBEANS-6358
> URL: https://issues.apache.org/jira/browse/NETBEANS-6358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Navigation, ide - UI, java - Navigation
>Affects Versions: 12.6
> Environment: NB 12.6
> Win10
>Reporter: S. M.
>Priority: Minor
> Attachments: bold.png, regular.png
>
>
> The font style changed in 12.6 in a way that makes it less readable. The 
> following fonts are bold now: 
> - The name of the source files in the source-code-tab 
> - The project names in the projects windows (and all its child nodes)
> This bulky use of bold fonts makes the text badly readable. Please use a 
> regular font instead! The source-code names in the source-window-tab used to 
> be bold only when the file had unsaved changes, which seems to be a good 
> thing to me.
> It might seem to be a 'minor' problem, but the font as part of the 
> ergonomically usability is quite important.
> Thanks a lot!
> Here the comparison:
> Bulky and badly readable: New bold style
> !bold.png!
> Clear and readable: Old regular style
> !regular.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6089) Java type conversion error hint in editor vs compiler

2021-12-08 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6089:


Thanks [~bht] that makes sense. NB13 should come with nb-javac included, so 
this should hopefully be the last release where the workaround is required.  
The other workaround should be to not import from previous NB at start, but 
import via Tools / Options.

> Java type conversion error hint in editor vs compiler
> -
>
> Key: NETBEANS-6089
> URL: https://issues.apache.org/jira/browse/NETBEANS-6089
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.5
>Reporter: Bernard
>Priority: Major
> Fix For: 12.6
>
> Attachments: messages.log
>
>
> Settings imported from IDE 12.4
> Project is fine with IDE 12.4
> Project compiles without errors in 12.4 and 12.5
> With 12.5, getting problems in the editor and in the Projects window as 
> follows:
> On the following source code:
> final List> evaluatedPopulation = 
> this.populationAccessibleEvolutionEngine.getEvaluatedPopulation();
> I get a red error hint:
> incompatible types: List cannot be converted to 
> List>
> 
> (Alt-Enter shows hints)
> and in the Project window, the project is marked red.
> The relevant source code:
> private final PopulationAccessibleEvolutionEngine 
> populationAccessibleEvolutionEngine;
> The above code has parameterized type CgpNetwork as seen below:
> public class PopulationAccessibleEvolutionEngine extends 
> GenerationalEvolutionEngine implements EvaluatedPopulationAccessible {
> In Project settings:
> Sources, Source/Binary Format: 1.8
> Build, Compile, Java Platform is JDK 14 (Default)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6251) version

2021-12-03 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-6251.
--
Resolution: Incomplete

> version
> ---
>
> Key: NETBEANS-6251
> URL: https://issues.apache.org/jira/browse/NETBEANS-6251
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Binish Raza
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6238) NetBeans 12.4 blocked on background scan (Java process kill only way out, JIRA alert on restart)

2021-12-03 Thread Neil C Smith (Jira)


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

Neil C Smith resolved NETBEANS-6238.

Resolution: Duplicate

> NetBeans 12.4 blocked on background scan (Java process kill only way out, 
> JIRA alert on restart)
> 
>
> Key: NETBEANS-6238
> URL: https://issues.apache.org/jira/browse/NETBEANS-6238
> Project: NetBeans
>  Issue Type: Bug
> Environment: Log Session: Saturday, November 27, 2021 7:11:29 PM SAST
> >System Info: 
>   Product Version = Apache NetBeans IDE 12.4
>   Operating System= Linux version 4.18.0-305.12.1.el8_4.x86_64 
> running on amd64
>   Java; VM; Vendor= 1.8.0_291; Java HotSpot(TM) 64-Bit Server VM 
> 25.291-b10; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_291-b10
>   Java Home   = /usr/java/jdk1.8.0_291-amd64/jre
>   System Locale; Encoding = en_ZA (nb); UTF-8
>   Home Directory  = /home/mkhomo
>   Current Directory   = /home/mkhomo
>   User Directory  = /home/mkhomo/.netbeans/12.4
>   Cache Directory = /home/mkhomo/.cache/netbeans/12.4
>   Installation= /usr/local/netbeans-12.4/netbeans/nb
> /usr/local/netbeans-12.4/netbeans/ergonomics
> /usr/local/netbeans-12.4/netbeans/ide
> /usr/local/netbeans-12.4/netbeans/extide
> /usr/local/netbeans-12.4/netbeans/java
> /usr/local/netbeans-12.4/netbeans/apisupport
> /usr/local/netbeans-12.4/netbeans/webcommon
> /usr/local/netbeans-12.4/netbeans/websvccommon
> /usr/local/netbeans-12.4/netbeans/enterprise
> /usr/local/netbeans-12.4/netbeans/profiler
> /usr/local/netbeans-12.4/netbeans/php
> /usr/local/netbeans-12.4/netbeans/harness
> /usr/local/netbeans-12.4/netbeans/cpplite
> /usr/local/netbeans-12.4/netbeans/groovy
> /usr/local/netbeans-12.4/netbeans/javafx
> /usr/local/netbeans-12.4/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/java/jdk1.8.0_291-amd64/jre/lib/resources.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/rt.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/sunrsasign.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/jsse.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/jce.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/charsets.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/jfr.jar:/usr/java/jdk1.8.0_291-amd64/jre/classes:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/cldrdata.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/dnsns.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/jaccess.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/jfxrt.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/nashorn.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/sunec.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/sunjce_provider.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/sunpkcs11.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/zipfs.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/localedata.jar
>   Application Classpath   = 
> /usr/local/netbeans-12.4/netbeans/platform/lib/boot.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-modules.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-util.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-util-ui.jar:/usr/java/jdk1.8.0_291-amd64/lib/dt.jar:/usr/java/jdk1.8.0_291-amd64/lib/tools.jar
>   Startup Classpath   = 
> /usr/local/netbeans-12.4/netbeans/platform/core/org-openide-filesystems-compat8.jar:/usr/local/netbeans-12.4/netbeans/platform/core/org-openide-filesystems.jar:/usr/local/netbeans-12.4/netbeans/platform/core/org-netbeans-libs-asm.jar:/usr/local/netbeans-12.4/netbeans/platform/core/asm-commons-8.0.1.jar:/usr/local/netbeans-12.4/netbeans/platform/core/asm-tree-8.0.1.jar:/usr/local/netbeans-12.4/netbeans/platform/core/core-base.jar:/usr/local/netbeans-12.4/netbeans/platform/core/asm-8.0.1.jar:/usr/local/netbeans-12.4/netbeans/platform/core/core.jar:/usr/local/netbeans-12.4/netbeans/nb/core/org-netbeans-upgrader.jar:/usr/local/netbeans-12.4/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/usr/local/netbeans-12.4/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING 

[jira] [Commented] (NETBEANS-6238) NetBeans 12.4 blocked on background scan (Java process kill only way out, JIRA alert on restart)

2021-12-03 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6238:


Please try with 12.6 (about to be announced), or 12.5.  This is likely related 
to a bug fixed in 12.5 - [NETBEANS-5914].

> NetBeans 12.4 blocked on background scan (Java process kill only way out, 
> JIRA alert on restart)
> 
>
> Key: NETBEANS-6238
> URL: https://issues.apache.org/jira/browse/NETBEANS-6238
> Project: NetBeans
>  Issue Type: Bug
> Environment: Log Session: Saturday, November 27, 2021 7:11:29 PM SAST
> >System Info: 
>   Product Version = Apache NetBeans IDE 12.4
>   Operating System= Linux version 4.18.0-305.12.1.el8_4.x86_64 
> running on amd64
>   Java; VM; Vendor= 1.8.0_291; Java HotSpot(TM) 64-Bit Server VM 
> 25.291-b10; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_291-b10
>   Java Home   = /usr/java/jdk1.8.0_291-amd64/jre
>   System Locale; Encoding = en_ZA (nb); UTF-8
>   Home Directory  = /home/mkhomo
>   Current Directory   = /home/mkhomo
>   User Directory  = /home/mkhomo/.netbeans/12.4
>   Cache Directory = /home/mkhomo/.cache/netbeans/12.4
>   Installation= /usr/local/netbeans-12.4/netbeans/nb
> /usr/local/netbeans-12.4/netbeans/ergonomics
> /usr/local/netbeans-12.4/netbeans/ide
> /usr/local/netbeans-12.4/netbeans/extide
> /usr/local/netbeans-12.4/netbeans/java
> /usr/local/netbeans-12.4/netbeans/apisupport
> /usr/local/netbeans-12.4/netbeans/webcommon
> /usr/local/netbeans-12.4/netbeans/websvccommon
> /usr/local/netbeans-12.4/netbeans/enterprise
> /usr/local/netbeans-12.4/netbeans/profiler
> /usr/local/netbeans-12.4/netbeans/php
> /usr/local/netbeans-12.4/netbeans/harness
> /usr/local/netbeans-12.4/netbeans/cpplite
> /usr/local/netbeans-12.4/netbeans/groovy
> /usr/local/netbeans-12.4/netbeans/javafx
> /usr/local/netbeans-12.4/netbeans/platform
>   Boot & Ext. Classpath   = 
> /usr/java/jdk1.8.0_291-amd64/jre/lib/resources.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/rt.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/sunrsasign.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/jsse.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/jce.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/charsets.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/jfr.jar:/usr/java/jdk1.8.0_291-amd64/jre/classes:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/cldrdata.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/dnsns.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/jaccess.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/jfxrt.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/nashorn.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/sunec.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/sunjce_provider.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/sunpkcs11.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/zipfs.jar:/usr/java/jdk1.8.0_291-amd64/jre/lib/ext/localedata.jar
>   Application Classpath   = 
> /usr/local/netbeans-12.4/netbeans/platform/lib/boot.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-modules.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-util.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar:/usr/local/netbeans-12.4/netbeans/platform/lib/org-openide-util-ui.jar:/usr/java/jdk1.8.0_291-amd64/lib/dt.jar:/usr/java/jdk1.8.0_291-amd64/lib/tools.jar
>   Startup Classpath   = 
> /usr/local/netbeans-12.4/netbeans/platform/core/org-openide-filesystems-compat8.jar:/usr/local/netbeans-12.4/netbeans/platform/core/org-openide-filesystems.jar:/usr/local/netbeans-12.4/netbeans/platform/core/org-netbeans-libs-asm.jar:/usr/local/netbeans-12.4/netbeans/platform/core/asm-commons-8.0.1.jar:/usr/local/netbeans-12.4/netbeans/platform/core/asm-tree-8.0.1.jar:/usr/local/netbeans-12.4/netbeans/platform/core/core-base.jar:/usr/local/netbeans-12.4/netbeans/platform/core/asm-8.0.1.jar:/usr/local/netbeans-12.4/netbeans/platform/core/core.jar:/usr/local/netbeans-12.4/netbeans/nb/core/org-netbeans-upgrader.jar:/usr/local/netbeans-12.4/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/usr/local/netbeans-12.4/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> 

[jira] [Commented] (NETBEANS-6192) Very slow performance on RHEL 7

2021-12-03 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6192:


As I asked previously, is this only with the CND support installed?  When using 
with C/C++?  I see the following in the stack trace you shared - {{class 
org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl}}  The CND modules have 
never been released by Apache.  If this is the case, perhaps look at the 
alternative CPPLite modules which are built in.

> Very slow performance on RHEL 7
> ---
>
> Key: NETBEANS-6192
> URL: https://issues.apache.org/jira/browse/NETBEANS-6192
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 12.5
>Reporter: satendra gupta
>Priority: Major
>
> i recently migrated from RHEL6 to RHEL7 and i observe very slow performance 
> on RHEL7. i am using Netbeans 11.0 with JDK 8



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

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


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

Neil C Smith closed NETBEANS-6214.
--
Fix Version/s: (was: 13)
 Assignee: (was: Karl Tauber)
   Resolution: Won't Fix

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Priority: Major
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

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


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

Neil C Smith commented on NETBEANS-6214:


Curious! I was expecting a problem with distro JVM, but looks like perhaps a 
problem caused by differences (rasterizer, fonts?) between Oracle Java 8 and 
OpenJDK 8.

Note that just to be released 12.6 is going to be the last version of NetBeans 
that officially supports running on JDK 8.  It is already recommended to run on 
JDK 11+.  I would look to run NetBeans on a more recent OpenJDK, and then 
register the Oracle JDK you need as a Java Platform inside the IDE.

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Assignee: Karl Tauber
>Priority: Major
> Fix For: 13
>
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6225) Netbeans loses almost all functionality after package update

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


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

Neil C Smith commented on NETBEANS-6225:


NetBeans 12.4 does not support OpenJDK 17. Try removing 12.4 and installing 
12.5 again, making sure this is the version that is running.

> Netbeans loses almost all functionality after package update
> 
>
> Key: NETBEANS-6225
> URL: https://issues.apache.org/jira/browse/NETBEANS-6225
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, java - Navigation
>Affects Versions: 12.4
> Environment: Operating System: Manjaro Linux (Qonos 21.2.0)
> JDK Version: openjdk 17.0.1
> Package Manager: Pamac 10.3.0-1 - libpamac 11.2.0
>Reporter: Mac Coleman
>Priority: Major
>  Labels: newbie, patch
> Attachments: IDElog
>
>
> After updating packages on Linux machine, Netbeans loses all functionality. 
> New Java with Ant projects or files can not be created, and existing projects 
> can not be opened. Projects that remain open can not be built or run. The 
> navigator remains stuck on "Please wait..." and the output window stays 
> blank. This issue occurs independently of program complexity, and projects 
> that are as simple as "hello world" programs can not be opened or run. 
> Projects with Maven can be created, but new files within those projects can 
> not be created or run.
> I initially installed Netbeans and used it for several weeks without issue. I 
> suspect that my package manager somehow messed up one of the dependencies of 
> Netbeans, but I've been unsuccessful in finding exactly which one. I've tried 
> reinstalling Netbeans, removing everything related to Java development from 
> my machine, and even deleting all of my NetBeansProjects directory to resolve 
> the problem, but nothing has been successful. I also tried installing 
> NetBeans 12.5, but I was met with the same issue. I worry that in my attempts 
> to solve the problem myself, I probably made the issue worse.
> Also, my apologies for the poorly made bug report. I'm very new to Jira, but 
> I hope I can give all the information you need. It sounds likely that this 
> might be an issue with my package manager, so I understand if there isn't 
> much that can be done.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6222) Why Apache NetBeans doesn't have support for 32-bit architecture?

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


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

Neil C Smith closed NETBEANS-6222.
--
Resolution: Not A Problem

> Why Apache NetBeans doesn't have support for 32-bit architecture? 
> --
>
> Key: NETBEANS-6222
> URL: https://issues.apache.org/jira/browse/NETBEANS-6222
> Project: NetBeans
>  Issue Type: Wish
> Environment: *Debian 11 32-bit*
> *JDK 11.0.13 32-bit*
>Reporter: Swapnil Sidram Nagtilak
>Priority: Major
>  Labels: 32bit
>
> Why Apache NetBeans doesn't have support for 32-bit architecture?
> Many libraries have support for 32-bit architecture in Java platform even JDK 
> still supports 32-bit architecture. 
> Or may I use binaries on 32-bit architecture?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6222) Why Apache NetBeans doesn't have support for 32-bit architecture?

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


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

Neil C Smith commented on NETBEANS-6222:


Try the zip download, which should run on this architecture.

> Why Apache NetBeans doesn't have support for 32-bit architecture? 
> --
>
> Key: NETBEANS-6222
> URL: https://issues.apache.org/jira/browse/NETBEANS-6222
> Project: NetBeans
>  Issue Type: Wish
> Environment: *Debian 11 32-bit*
> *JDK 11.0.13 32-bit*
>Reporter: Swapnil Sidram Nagtilak
>Priority: Major
>  Labels: 32bit
>
> Why Apache NetBeans doesn't have support for 32-bit architecture?
> Many libraries have support for 32-bit architecture in Java platform even JDK 
> still supports 32-bit architecture. 
> Or may I use binaries on 32-bit architecture?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6215:


NetBeans appears to be behaving correctly here. Check the version in the Gradle 
wrapper in the downloaded project. Which one are you trying.  The "Java 17" one 
I just downloaded specifies Gradle 7.2! You can always turn off the preference 
to prefer the project's Gradle wrapper in the options.

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
> Fix For: 12.6
>
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

2021-11-17 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6214:


Thanks for the report. Does anything show in the log files?  Which JDK? If a 
distribution JDK, does it replicate with another JDK (eg. Zulu)?

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Assignee: Karl Tauber
>Priority: Major
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

2021-11-17 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6214:
---
Fix Version/s: 13

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Assignee: Karl Tauber
>Priority: Major
> Fix For: 13
>
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6214) Netbeans UI completely inoperable after switching to FlatLAF (Fedora)

2021-11-17 Thread Neil C Smith (Jira)


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

Neil C Smith reassigned NETBEANS-6214:
--

Assignee: Karl Tauber

> Netbeans UI completely inoperable after switching to FlatLAF (Fedora)
> -
>
> Key: NETBEANS-6214
> URL: https://issues.apache.org/jira/browse/NETBEANS-6214
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Affects Versions: 12.5
> Environment: * Fedora 35 (even appeared in earlier versions) with 
> GNOME 3/4 (Wayland)
>  * NetBeans 12.5 (even appeeared in ealier versions, maybe 12.2)
>  ** JavaEE Plugins active
>  ** Checkstyle Beans
>  ** Subversion
>Reporter: Stefan Uhlig
>Assignee: Karl Tauber
>Priority: Major
> Attachments: Bildschirmfoto vom 2021-11-17 08-29-36.png
>
>
> I use NetBeans under Fedora 35. When I switch theLAF to FlatLAF Light or 
> Dark, netbeans restarts and gets completely unoperable. Any labels in the 
> entire UI are GONE. The menus are empty. The project tree is empty. Context 
> Menues are empty. See Screenshot.
> The only chance to solve this was to delete the laf.properties and return to 
> a default LAF or to Darcula.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6215) Netbeans not respecting configured Gradle version

2021-11-17 Thread Neil C Smith (Jira)


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

Neil C Smith commented on NETBEANS-6215:


This is fixed in 12.6, which will be the first release to officially support 
Java 17. We're currently at third (and hopefully final) release candidate. 
Please feel free to test that and report back any concerns - 
https://lists.apache.org/thread/x807ox1hb6tjtj5rmw76vc0x95r7y0wb 

> Netbeans not respecting configured Gradle version
> -
>
> Key: NETBEANS-6215
> URL: https://issues.apache.org/jira/browse/NETBEANS-6215
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: Windows 10
> Netbeans 12.5
> Java 17
> Gradle version cofigured (in Tools > Options > Java > Gradle > Execution > 
> Gradle Distribution > Use Standard Gradle Version) to 7.3
>Reporter: Rick Yagodich
>Priority: Major
>
> Loading a basic Java 17 Gradle-wrapped SpringBoot Project from Spring 
> Initilizr with no dependencies, Netbeans downloads and uses Gradle 7.0 to 
> attempt (and fail) to build project despite the Gradle version being 
> specified as 7.3. (7.3 is the first that supports Java 17.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

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



  1   2   3   4   5   6   7   8   9   >