[jira] [Assigned] (NETBEANS-5037) NetBeans dialog windows in Big Sur

2022-07-29 Thread Anonymous (Jira)


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

Anonymous reassigned NETBEANS-5037:
---

Assignee: Donatello Santoro

> NetBeans dialog windows in Big Sur
> --
>
> Key: NETBEANS-5037
> URL: https://issues.apache.org/jira/browse/NETBEANS-5037
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Search, editor - Settings, platform - Plugin 
> Manager
>Affects Versions: 8.2, 12.0, 11.1, 11.3, 12.1, 12.2
> Environment: macOS 11.0.2
>Reporter: Donatello Santoro
>Assignee: Donatello Santoro
>Priority: Major
> Attachments: netbeans.conf, settings.png
>
>
> In macOS Big Sur some NetBeans panels (settings and find in project) are 
> broken:
>  * they are shown in full screen, as tab, please see screenshot 
>  * when they are shown, NB completely hangs, with high CPU usage.
> I tried almost every version of NetBeans (from 8.2 to 12.2rc) with every JDK 
> (1.8, 11, 13, 15), with the same behavior.
> The only way I have to solve the issue is to run NB as sudo
> {code:java}
> sudo /Applications/NetBeans/Apache\ NetBeans\ 12.1.app/Contents/MacOS/netbeans
> {code}
> Of course this is a permission related issue, but it appears only on 
> NetBeans. Other Java apps seems not affected. On command line there are no 
> evidence of the crash.
> Finally, in our office we are 4 with the same MacBook, and same macOS (just 
> upgraded from Catalina to Big Sur). 2 out of 4 have this issue. The other 2 
> can run NB without the sudo command.



--
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] [Commented] (NETBEANS-3972) Unable to git commit changes with GPG signing

2022-07-27 Thread hotis (Jira)


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

hotis commented on NETBEANS-3972:
-

Please, fix this ticket. NB release 14 is still affected.

I tried all instruction for Windows, but it doesn't work in NB, work fine 
manually in cmd with -S flag on commit.

> Unable to git commit changes with GPG signing
> -
>
> Key: NETBEANS-3972
> URL: https://issues.apache.org/jira/browse/NETBEANS-3972
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0, 11.3, 12.5, 12.6
>Reporter: Kevin Andrews
>Priority: Major
>  Labels: git, gpg
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> After setting up git GPG key signing on the repo config:
> {code:java}
> [user] 
> name = XX
> email =  XX
> signingkey = XX
> [commit] 
> gpgsign = true{code}
> I can commit in a terminal and commits are signed, however through NetBeans I 
> get the following error after entering a commit message and clicking commit:
> {code:java}
> 
>   2020-03-06T21:35:15
>   1583530515293
>   21894
>   org.netbeans.ui.focus
>   500
>   138
>   LOG_WINDOW_ACTIVATED
>   LOG_WINDOW_ACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
>   25
> 
> 
>   2020-03-06T21:35:17
>   1583530517740
>   21895
>   org.netbeans.ui.actions
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   javax.swing.JMenuItem[Commit...]
>   javax.swing.JMenuItem
>   
> org.netbeans.modules.versioning.util.SystemActionBridge[Commit...]
>   org.netbeans.modules.versioning.util.SystemActionBridge
>   Commit...
> 
> 
>   2020-03-06T21:35:17
>   1583530517740
>   21896
>   org.netbeans.ui.SystemActionBridge
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   
>   
>   
> org.netbeans.modules.git.ui.commit.CommitAction[Commit...]
>   org.netbeans.modules.git.ui.commit.CommitAction
>   Commit...
> 
> 
>   2020-03-06T21:35:19
>   1583530519266
>   21898
>   org.netbeans.ui.vcs
>   800
>   138
>   USG_VCS_CMD
>   USG_VCS_CMD
>   org.netbeans.modules.versioning.util.Bundle
>   GIT
>   11
>   0
>   commit
>   INTERNAL
> 
> 
>   2020-03-06T21:35:19
>   1583530519266
>   21899
>   org.netbeans.modules.git
>   800
>   138
>   org.eclipse.jgit.api.errors.JGitInternalException: missing 
> credentials provider
>   
> org.netbeans.libs.git.GitException: 
> org.eclipse.jgit.api.errors.JGitInternalException: missing credentials 
> provider
> 
>   org.netbeans.libs.git.jgit.commands.CommitCommand
>   run
>   153
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand$1
>   run
>   57
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand$1
>   run
>   54
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   java.security.AccessController
>   doPrivileged
>   jrt:/java.base/java/security/AccessController.class
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand
>   execute
>   54
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.GitClient
>   commit
>   480
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$9
>   call
>   297
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$9
>   call
>   293
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1
>   call
>   933
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1
>   call
>   956
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.FilesystemInterceptor
>   runWithoutExternalEvents
>   473
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.Git
>   runWithoutExternal

[jira] [Commented] (NETBEANS-4210) Education

2022-07-23 Thread Simon Walker (Jira)


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

Simon Walker commented on NETBEANS-4210:


I am glad that there are such services where the student can find help with 
their assignments.

> Education
> -
>
> Key: NETBEANS-4210
> URL: https://issues.apache.org/jira/browse/NETBEANS-4210
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Accessibility
>Affects Versions: 11.0
> Environment: https://www.advancedwriters.com/
>Reporter: joseph moore
>Priority: Major
> Fix For: 11.3
>
>
> Order the Essay Online to Become Straight-A Student
> Writing academic papers requires special skills, and students, though learn 
> it in all stages of their education, often lack these skills. It would be a 
> pity to get the one single low grade for an ordinary essay. If earlier, all 
> you could count on was finding a friend with a little better writing skills 
> and trying to write this dull paper by themselves with little hope of good 
> results. Modern students can easily avoid this 
> nuisance.https://www.advancedwriters.com/



--
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] [Assigned] (NETBEANS-5232) Crashes during renaming methods or search usage in related projects

2022-07-18 Thread Arvind (Jira)


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

Arvind reassigned NETBEANS-5232:


Assignee: Meghna Jayan

> Crashes during renaming methods or search usage in related projects
> ---
>
> Key: NETBEANS-5232
> URL: https://issues.apache.org/jira/browse/NETBEANS-5232
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.0
> Environment: windows 10
>Reporter: Eugene Pliskin
>Assignee: Meghna Jayan
>Priority: Major
> Attachments: netbeans-2021-01-31.zip, netbeans_log.zip
>
>
> The project group includes a relatively light web Java project and a heavy 
> supporting "server" Java library. Crashes repeated for the last week of 
> active developement while I attempted to rename some "server" methods. Today 
> I shut down NetBeans, cleared logs directory, restarted NetBeans and produced 
> these logs of the crash for this report. Crash reproduces well at the same 
> point.
> This particular crash happened while I tried to refactor-rename a new method 
> in the "server" library. This new method is actually not referenced anywhere 
> at all in any of the two said Java projects. Included in log directory 
> happened to be a dump of apparently unrelated Java class in the web project. 
> My guess though is that crashes while renaming "server" methods happen more 
> likely in those classes which are referenced from the web project. 



--
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] [Assigned] (NETBEANS-5996) Code highlighting and error checking stop working when method reference passed as a parameter where it should't be.

2022-07-18 Thread Arvind (Jira)


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

Arvind reassigned NETBEANS-5996:


Assignee: Meghna Jayan

> Code highlighting and error checking stop working when method reference 
> passed as a parameter where it should't be.
> ---
>
> Key: NETBEANS-5996
> URL: https://issues.apache.org/jira/browse/NETBEANS-5996
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.4
>Reporter: Aliaksandr Rasolka
>Assignee: Meghna Jayan
>Priority: Major
> Attachments: IDE log.txt, UI log.zip, UserDao_150.dump
>
>
> Code highlighting and error checking stop working when method reference 
> passed as a parameter to method not on it's proper place. Page and/or 
> application reload don't help.
> IDE said that I have found a bug in the application.
> {noformat}
> Annotation: An error occurred during parsing of 
> 'C:\Users\User\Documents\NetBeansProjects\MusicWaves\src\java\by\musicwaves\dao\UserDao.java'.
>  
> ...
> Please report a bug against java/source and attach dump file 
> 'C:\Users\User\AppData\Roaming\NetBeans\12.4\var\log\UserDao_150.dump'.
> ...
> Caused by: java.lang.IllegalStateException: java.lang.ClassCastException  
> at 
> jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:383)
>   
> at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:729)
>   
> at 
> org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:515)
>   
> at 
> org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:139)
>   
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
>   
> at 
> org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239) 
>  
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
>   
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)  
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>   
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>   
> at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>   
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)  
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)  
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)  
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused by: java.lang.ClassCastException
> ...{noformat}
>  
> From *UserDao* I call method
> {code:java}
> public  List processMultipleResultsSelectRequest(
> String sql,
> PreparedStatementContainerInitializer statementInitializer,
> Supplier entityCreator,
> EntityInitializer entityInitializer) throws DaoException {
> ...
> }{code}
> I pass reference to constructor as *entityCreator* parameter.
>  If I place parameters correctly:
> {code:java}
> requestHandler.processMultipleResultsSelectRequest(
> "some SQL String",
> null,
> User::new,
> this::initUser);
> {code}
> , everything works just fine.
> However, I've found that if I swap parameters by mistake and do something 
> like that:
> {code:java}
> requestHandler.processMultipleResultsSelectRequest(
> "some SQL String",
> User::new,
> null,
> this::initUser);
> {code}
> , instead of highlighting my mistake, I get an error message from IDE.
>  
> IDE log and UI log are attached in case there is something useful inside. I 
> copied text from them a bit earlier so there might be mentioned some other 
> UserDao_XXX.dump.
> UserDao_150.dump attached since it was requested by IDE.
>  



--
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] [Commented] (NETBEANS-6078) Remove `mixed` type from JsonSerializable

2022-07-17 Thread Jira


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

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

I was not able to reproduce this issue in NetBeans 14.

> Remove `mixed` type from JsonSerializable
> -
>
> Key: NETBEANS-6078
> URL: https://issues.apache.org/jira/browse/NETBEANS-6078
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis
>Reporter: Fabian Grutschus
>Assignee: Tomáš Procházka
>Priority: Minor
>
> Hello,
> I get the following error when using JsonSerializable in a PHP project:
> {quote}{className} is not abstract and does not override abstract method 
> jsonSerialize() in \JsonSerializable
> {quote}
> The PHP code is the following:
>  
> {code:java}
>  class ClassName implements JsonSerializable {
> public function jsonSerialize(): array {
> return [];
> }
> }
> {code}
>  
> As of PHP 8 {{JsonSerializable::jsonSerialize()}} has the return type mixed 
> defined and Netbeans now defines that return type. But it is perfectly fine 
> to change the return type of an interface method with return type mixed.
> From the RFC:
> {quote}"The mixed return type could be narrowed in a subclass as this is 
> covariant and is allowed in LSP." ([https://wiki.php.net/rfc/mixed_type_v2])
> {quote}
> The error is very misleading and wrong. So I propose removing `mixed` again 
> from the interface definition in Netbeans.
> Thank you!



--
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] [Assigned] (NETBEANS-6078) Remove `mixed` type from JsonSerializable

2022-07-17 Thread Jira


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

Tomáš Procházka reassigned NETBEANS-6078:
-

Assignee: Tomáš Procházka

> Remove `mixed` type from JsonSerializable
> -
>
> Key: NETBEANS-6078
> URL: https://issues.apache.org/jira/browse/NETBEANS-6078
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis
>Reporter: Fabian Grutschus
>Assignee: Tomáš Procházka
>Priority: Minor
>
> Hello,
> I get the following error when using JsonSerializable in a PHP project:
> {quote}{className} is not abstract and does not override abstract method 
> jsonSerialize() in \JsonSerializable
> {quote}
> The PHP code is the following:
>  
> {code:java}
>  class ClassName implements JsonSerializable {
> public function jsonSerialize(): array {
> return [];
> }
> }
> {code}
>  
> As of PHP 8 {{JsonSerializable::jsonSerialize()}} has the return type mixed 
> defined and Netbeans now defines that return type. But it is perfectly fine 
> to change the return type of an interface method with return type mixed.
> From the RFC:
> {quote}"The mixed return type could be narrowed in a subclass as this is 
> covariant and is allowed in LSP." ([https://wiki.php.net/rfc/mixed_type_v2])
> {quote}
> The error is very misleading and wrong. So I propose removing `mixed` again 
> from the interface definition in Netbeans.
> Thank you!



--
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] [Commented] (NETBEANS-4191) JPA metamodel classes not indexed properly so IDE generates symbol not found message

2022-07-13 Thread Jira


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

Jürgen Simon commented on NETBEANS-4191:


The issue still occurs in version 13 as well as in version 14.

> JPA metamodel classes not indexed properly so IDE generates symbol not found 
> message
> 
>
> Key: NETBEANS-4191
> URL: https://issues.apache.org/jira/browse/NETBEANS-4191
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 11.3
> Environment: Windows 10 - 1607
> OpenJDK jdk8u242-b08
> apache-maven 3.6.3
> JavaEE 6 web application project
> EclipseLink JPA provider
> Eclipselink annotation processor
>Reporter: Miklos Krivan
>Priority: Major
> Attachments: nb-1.PNG, nb-2.PNG
>
>
> first scenario NB is not running everything is executed in a console window
>  * maven clean install on my javaee web application project is successful
>  * all of the metamodel classess are compiled into 
> target/generated-sources/annotations folder
>  * the project can be deployed in TomEE instance - run without any mistake
> second scenario:
>  * clear all of the NetBeans cache from 
> %USERPROFILE%/AppData/Local/NetBeans/Cache
>  * now let's start the netbeans64.exe with my project
>  * after a while (some minutes) it finishes indexing and red flags appears on 
> some java source files (where JPA metamodel classess are used) All of the 
> generated metamodel classes looks missing - see my attached nb-1.PNG file
>  * now I do clean and build from the NetBeans and the read flags still 
> appears because of the metamodel classes are not indexed (so not recognized)
>  * now I have tried to open one of them and make some changes (space entered 
> and deleted) so triggering the modification of the source Java file and look 
> in the background the *.rapt and *_.sig suddenly appears in the Cache folder.
>  * so I am proceed with all of them and finally all of the red flag disappears
>  * no I make a new clean and build in the IDE and no red flag appears the 
> project is clean now
> If I repeat the scenarios again the same result.
> I would like to inform you also that this problem not exists in NB 11.2 there 
> only frequent freezing error happens during facelet scanning (full freeze of 
> NetBeans) that is why I wanted to step forward.
> So finally I did somthing magic in my pom file:
>  
> {code:java}
> // code placeholder
> 
> nb-modelgen-fix
> 
> 
> 
> org.apache.maven.plugins
> maven-antrun-plugin
> 3.0.0
> 
> 
> modelgen-touch-files
> install
> 
> run
> 
> 
> 
> 
>  dir="src/main/java" includes="**/*.java">
>  expression="(@Entity|@MappedSuperclass|@Embeddable)" casesensitive="yes" />
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {code}
> You see this is just for NB so I have changed also the NB actions for clean 
> and build as well activating this profile.
> You see I just touch all of the modell classess after finishing the build 
> (install phase) and this way NB make records in his cache finally based on 
> the source change trigger.
> One more important thing I use the following annotation processor with 
> maven-compiler plugin:
> {code:java}
> // code placeholder
> 
> org.apache.maven.plugins
> maven-compiler-plugin
> 
> 
> 
> 
> org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor
> 
> 
> 
> -Aeclipselink.persistenceunits=REFLEX-PU
> 
> 1.8
> 1.8
> 
> 
> {code}
> and of course the build-helper plugin:
> {code:java}
> // code placeholder
> 
> org.codehaus.mojo
> build-helper-maven-plugin
> 3.1.0
> 
> 
> add-source
> generate-sources
> 
>

[jira] [Created] (NETBEANS-6517) Gradle project reports generated sources among regular ones

2022-07-11 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-6517:
-

 Summary: Gradle project reports generated sources among regular 
ones
 Key: NETBEANS-6517
 URL: https://issues.apache.org/jira/browse/NETBEANS-6517
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 14
Reporter: Svatopluk Dedic
Assignee: Laszlo Kishalmi
 Attachments: micronaut-core.png

I worked with Micronaut Starter 
(g...@github.com:micronaut-projects/micronaut-starter.git
) project. It apparently generates some Java sources using rocker templates, 
which are placed in {*}build/generated-src{*}.

But the presentation in the project view is as on the following screenshot:

!micronaut-core.png!

The highlighted (second from the top) [java][main] source directory is actually 
*build/generated-src/rocker/main* directory. The same applies to tests, the 2nd 
[java][test] is *build/generated-src/rocker/test*

 



--
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] [Resolved] (NETBEANS-5928) Proposed improvements to FlatLAF tab components+borders/margins

2022-07-10 Thread Eirik Bakke (Jira)


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

Eirik Bakke resolved NETBEANS-5928.
---
Resolution: Fixed

Resolved by the following PRs:

https://github.com/apache/netbeans/pull/3992
https://github.com/apache/netbeans/pull/4286
https://github.com/apache/netbeans/pull/4335
https://github.com/apache/netbeans/pull/4349


> Proposed improvements to FlatLAF tab components+borders/margins
> ---
>
> Key: NETBEANS-5928
> URL: https://issues.apache.org/jira/browse/NETBEANS-5928
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf
>Affects Versions: 12.4
> Environment: Windows, MacOS, and Linux with FlatLAF Light and FlatLAF 
> Dark
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Attachments: flatlaf-dark-1-before.png, flatlaf-dark-2-after.png, 
> flatlaf-light-1-before.png, flatlaf-light-2-after.png
>
>  Time Spent: 9h 50m
>  Remaining Estimate: 0h
>
> In a previous PR ( https://github.com/apache/netbeans/pull/2967 ), the tab 
> components in the NetBeans window system were redesigned and modernized for 
> the Windows LAF. This PR ports related tabcontrol improvements back into 
> FlatLAF, and proposes a similar tab style for FlatLAF. See the attached 
> screenshots.
> The proposed style, compared to the current FlatLAF style, makes the selected 
> tab look like an actual "tab" with an actual rectangular border around it, 
> while keeping the much simpler "separators only" look for unselected tabs. 
> The proposed style also tightens up vertical space significantly, like in 
> other LAFs. See the attached screenshots. The new tab controls work well on 
> all HiDPI scaling levels, and on all platforms (Windows, Linux, MacOS).
> Advantages of the proposed tabcontrol style:
> * Other applications that have tabs as part of their window system still tend 
> to render at least the active window system tab as an actual "tabs", e.g. 
> Chrome, Excel, Photoshop, Unity.
> * Personally, I find it hard to orient my eyes around the old FlatLAF tab 
> style; the drawn selected tab seems to fix this. (Hard to explain in a fully 
> objective way!)
> * The tab content areas (contents of editor, projects pane, navigator pane 
> etc.) has borders around them, so it is logical that the border continues 
> around the tab that is associated with them.
> * Conserve vertical space. Modern monitors have tended to become wider but 
> not taller. With e.g. 2x HiDPI scaling (as on all MacBooks), there may 
> actually be _fewer_ logical pixels available in the vertical direction than 
> on older laptop screens.
> This PR also removes an extraneous border around the editor area, and 
> introduces a little bit of extra space in the toolbar area.
> I've been using FlatLAF as the default LAF on Linux for my NetBeans Platform 
> application. It handles HiDPI scaling very well, and it's getting really 
> solid--thanks to @DevCharly for all his work on it!



--
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] [Commented] (NETBEANS-4468) No dependent plugins are available at Apache NetBeans plugin portal for Hibernate

2022-07-08 Thread Alfredo Jose Acosta Reyes (Jira)


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

Alfredo Jose Acosta Reyes commented on NETBEANS-4468:
-

Can you helpme, I have The same Problem. I am using netbeans 14.0. 
I did what Debra Petta suggested replace the .jar but it still shows me the 
same problem, I closed netbeans and shutdown the pc but it still doesn't work.  
How can I activate Java SE and reactivating it again on windows.

> No dependent plugins are available at Apache NetBeans plugin portal for 
> Hibernate
> -
>
> Key: NETBEANS-4468
> URL: https://issues.apache.org/jira/browse/NETBEANS-4468
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javaee - Hibernate
> Environment: Debain 10.4 Buster AMD 64-bits  
> openjdk 11.0.7 2020-04-14 LTS
> Apache NetBeans 12.0 LTS
>Reporter: Swapnil Sidram Nagtilak
>Priority: Major
>  Labels: Debian
> Attachments: error.png, hibernate plugin.png, 
> image-2020-07-20-08-31-46-458.png, image-2020-07-20-08-32-13-869.png, 
> image-2020-07-20-08-32-33-110.png, image-2020-07-20-08-33-01-925.png, 
> image-2020-07-20-08-37-07-773.png, image-2020-07-20-08-38-48-458.png
>
>
> In Apache NetBeans 12.0 LTS 
> When I'm trying to install Hibernate plugin it says :
> *Some plugins require plugin Freemarker Integration to be installed*
> *^The plugin Freemarker Integration is requested in implementation version 
> 238.^*
> ^{color:#172b4d}*The following plugin is affected:*{color}^   
> {color:#172b4d}*^Hibernate^*  {color}
>  
> {color:#172b4d}But at {color:#de350b}Apache Plugin Portal{color} *Freemarker* 
> plugin is not available.  {color}
> {color:#172b4d}I tried installing *Freemarker* plugin from old *NetBeans' 
> plugin portal*{color}
> {color:#172b4d}*[FreeMarker support for 
> NetBeans{color}|http://plugins.netbeans.org/plugin/58284/freemarker-support-for-netbeans]*
> but getting same error. 
> !error.png!
>  
> {color:#172b4d}Please make them available on *Apache Plugin Portal*{color}



--
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] [Created] (NETBEANSINFRA-268) Some plugins require plugin Freemarker Integration to be installed

2022-07-08 Thread Alfredo Jose Acosta Reyes (Jira)
Alfredo Jose Acosta Reyes created NETBEANSINFRA-268:
---

 Summary: Some plugins require plugin Freemarker Integration to be 
installed
 Key: NETBEANSINFRA-268
 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-268
 Project: Apache NetBeans Infra
  Issue Type: Bug
  Components: MU - Apache NetBeans nb repository plugin
Affects Versions: Release Management 12.3
 Environment: WINDOWS, APACHE NETBEANS
Reporter: Alfredo Jose Acosta Reyes
 Attachments: image-2022-07-08-23-30-55-812.png

When I'm trying to install {{Hibernate plugin}} it says :

*Some plugins require plugin Freemarker Integration to be installed*

*The plugin Freemarker Integration is requested in implementation version 238.*
*The following plugin is affected:*

*{{Hibernate}}*

*!image-2022-07-08-23-30-55-812.png!*

 



--
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] [Commented] (NETBEANS-4191) JPA metamodel classes not indexed properly so IDE generates symbol not found message

2022-07-08 Thread Vlasta Ramik (Jira)


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

Vlasta Ramik commented on NETBEANS-4191:


The issue still occurs on 12.5, any update on this?

> JPA metamodel classes not indexed properly so IDE generates symbol not found 
> message
> 
>
> Key: NETBEANS-4191
> URL: https://issues.apache.org/jira/browse/NETBEANS-4191
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 11.3
> Environment: Windows 10 - 1607
> OpenJDK jdk8u242-b08
> apache-maven 3.6.3
> JavaEE 6 web application project
> EclipseLink JPA provider
> Eclipselink annotation processor
>Reporter: Miklos Krivan
>Priority: Major
> Attachments: nb-1.PNG, nb-2.PNG
>
>
> first scenario NB is not running everything is executed in a console window
>  * maven clean install on my javaee web application project is successful
>  * all of the metamodel classess are compiled into 
> target/generated-sources/annotations folder
>  * the project can be deployed in TomEE instance - run without any mistake
> second scenario:
>  * clear all of the NetBeans cache from 
> %USERPROFILE%/AppData/Local/NetBeans/Cache
>  * now let's start the netbeans64.exe with my project
>  * after a while (some minutes) it finishes indexing and red flags appears on 
> some java source files (where JPA metamodel classess are used) All of the 
> generated metamodel classes looks missing - see my attached nb-1.PNG file
>  * now I do clean and build from the NetBeans and the read flags still 
> appears because of the metamodel classes are not indexed (so not recognized)
>  * now I have tried to open one of them and make some changes (space entered 
> and deleted) so triggering the modification of the source Java file and look 
> in the background the *.rapt and *_.sig suddenly appears in the Cache folder.
>  * so I am proceed with all of them and finally all of the red flag disappears
>  * no I make a new clean and build in the IDE and no red flag appears the 
> project is clean now
> If I repeat the scenarios again the same result.
> I would like to inform you also that this problem not exists in NB 11.2 there 
> only frequent freezing error happens during facelet scanning (full freeze of 
> NetBeans) that is why I wanted to step forward.
> So finally I did somthing magic in my pom file:
>  
> {code:java}
> // code placeholder
> 
> nb-modelgen-fix
> 
> 
> 
> org.apache.maven.plugins
> maven-antrun-plugin
> 3.0.0
> 
> 
> modelgen-touch-files
> install
> 
> run
> 
> 
> 
> 
>  dir="src/main/java" includes="**/*.java">
>  expression="(@Entity|@MappedSuperclass|@Embeddable)" casesensitive="yes" />
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {code}
> You see this is just for NB so I have changed also the NB actions for clean 
> and build as well activating this profile.
> You see I just touch all of the modell classess after finishing the build 
> (install phase) and this way NB make records in his cache finally based on 
> the source change trigger.
> One more important thing I use the following annotation processor with 
> maven-compiler plugin:
> {code:java}
> // code placeholder
> 
> org.apache.maven.plugins
> maven-compiler-plugin
> 
> 
> 
> 
> org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor
> 
> 
> 
> -Aeclipselink.persistenceunits=REFLEX-PU
> 
> 1.8
> 1.8
> 
> 
> {code}
> and of course the build-helper plugin:
> {code:java}
> // code placeholder
> 
> org.codehaus.mojo
> build-helper-maven-plugin
> 3.1.0
> 
> 
> add-source
> generate-sources
> 
> add

[jira] [Commented] (NETBEANS-6129) Extra space in try with resources without nb-javac

2022-07-06 Thread Andrew (Jira)


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

Andrew commented on NETBEANS-6129:
--

Seems due to: [WE HAVE MOVED TO GITHUB 
ISSUES|https://issues.apache.org/jira/browse/NETBEANS-6470]


We all need to upvote & monitor the following issue: 
https://github.com/apache/netbeans/issues/3720

> Extra space in try with resources without nb-javac
> --
>
> Key: NETBEANS-6129
> URL: https://issues.apache.org/jira/browse/NETBEANS-6129
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation
>Affects Versions: 12.5, 13
>Reporter: Dominik Derwiński
>Priority: Minor
>
> Automatic formatting adds a space for try with resources if nb-javac is not 
> installed:
> {code:java}
> try ( MyType myObject = new MyType()) {
> }
> {code}
> Once nb-javac is installed the space goes away:
> {code:java}
> try (MyType myObject = new MyType()) {
> }
> {code}



--
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] [Comment Edited] (NETBEANS-4641) Code auto formatting for try-with-resources statements

2022-07-06 Thread Andrew (Jira)


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

Andrew edited comment on NETBEANS-4641 at 7/7/22 2:45 AM:
--

Seems due to: [WE HAVE MOVED TO GITHUB 
ISSUES|https://issues.apache.org/jira/browse/NETBEANS-6470]

We all need to upvote & monitor the following issue: 
[https://github.com/apache/netbeans/issues/3720]


was (Author: andrewgr):
Seems due to: WE HAVE MOVED TO GITHUB ISSUES

We all need to upvote & monitor the following issue: 
https://github.com/apache/netbeans/issues/3720

> Code auto formatting for try-with-resources statements
> --
>
> Key: NETBEANS-4641
> URL: https://issues.apache.org/jira/browse/NETBEANS-4641
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation, java - Editor
>Affects Versions: 12.0, 13
> Environment: Arch Linux, AdoptOpenJDK 14.0.1, official NB 12.0 bin 
> download
>Reporter: Bernd Michaely
>Priority: Major
>
> Since NB 12.0, auto formatting for try-with-resources statements adds an 
> additional space after the opening parenthesis after the try keyword. To 
> reproduce the problem, choose:
> Menu »Tools« → Options → Editor → Formatting →
> Language »Java« and Category »Spaces« →
> Tree item »Within Parentheses« → Checkbox "try"
> If checked, two spaces are added after the opening parenthesis after try, if 
> unchecked, one space is added, instead of one and zero.
> (Note, that there is also no example available in the preview. There is for 
> try-catch, but not for try-with-resources.)
>  



--
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] [Commented] (NETBEANS-4641) Code auto formatting for try-with-resources statements

2022-07-06 Thread Andrew (Jira)


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

Andrew commented on NETBEANS-4641:
--

Seems due to: WE HAVE MOVED TO GITHUB ISSUES

We all need to upvote & monitor the following issue: 
https://github.com/apache/netbeans/issues/3720

> Code auto formatting for try-with-resources statements
> --
>
> Key: NETBEANS-4641
> URL: https://issues.apache.org/jira/browse/NETBEANS-4641
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation, java - Editor
>Affects Versions: 12.0, 13
> Environment: Arch Linux, AdoptOpenJDK 14.0.1, official NB 12.0 bin 
> download
>Reporter: Bernd Michaely
>Priority: Major
>
> Since NB 12.0, auto formatting for try-with-resources statements adds an 
> additional space after the opening parenthesis after the try keyword. To 
> reproduce the problem, choose:
> Menu »Tools« → Options → Editor → Formatting →
> Language »Java« and Category »Spaces« →
> Tree item »Within Parentheses« → Checkbox "try"
> If checked, two spaces are added after the opening parenthesis after try, if 
> unchecked, one space is added, instead of one and zero.
> (Note, that there is also no example available in the preview. There is for 
> try-catch, but not for try-with-resources.)
>  



--
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] [Assigned] (NETBEANS-5037) NetBeans dialog windows in Big Sur

2022-07-05 Thread Anonymous (Jira)


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

Anonymous reassigned NETBEANS-5037:
---

Assignee: Donatello Santoro

> NetBeans dialog windows in Big Sur
> --
>
> Key: NETBEANS-5037
> URL: https://issues.apache.org/jira/browse/NETBEANS-5037
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Search, editor - Settings, platform - Plugin 
> Manager
>Affects Versions: 8.2, 12.0, 11.1, 11.3, 12.1, 12.2
> Environment: macOS 11.0.2
>Reporter: Donatello Santoro
>Assignee: Donatello Santoro
>Priority: Major
> Attachments: netbeans.conf, settings.png
>
>
> In macOS Big Sur some NetBeans panels (settings and find in project) are 
> broken:
>  * they are shown in full screen, as tab, please see screenshot 
>  * when they are shown, NB completely hangs, with high CPU usage.
> I tried almost every version of NetBeans (from 8.2 to 12.2rc) with every JDK 
> (1.8, 11, 13, 15), with the same behavior.
> The only way I have to solve the issue is to run NB as sudo
> {code:java}
> sudo /Applications/NetBeans/Apache\ NetBeans\ 12.1.app/Contents/MacOS/netbeans
> {code}
> Of course this is a permission related issue, but it appears only on 
> NetBeans. Other Java apps seems not affected. On command line there are no 
> evidence of the crash.
> Finally, in our office we are 4 with the same MacBook, and same macOS (just 
> upgraded from Catalina to Big Sur). 2 out of 4 have this issue. The other 2 
> can run NB without the sudo command.



--
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] [Assigned] (NETBEANS-5037) NetBeans dialog windows in Big Sur

2022-07-05 Thread Anonymous (Jira)


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

Anonymous reassigned NETBEANS-5037:
---

Assignee: (was: Donatello Santoro)

> NetBeans dialog windows in Big Sur
> --
>
> Key: NETBEANS-5037
> URL: https://issues.apache.org/jira/browse/NETBEANS-5037
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Search, editor - Settings, platform - Plugin 
> Manager
>Affects Versions: 8.2, 12.0, 11.1, 11.3, 12.1, 12.2
> Environment: macOS 11.0.2
>Reporter: Donatello Santoro
>Priority: Major
> Attachments: netbeans.conf, settings.png
>
>
> In macOS Big Sur some NetBeans panels (settings and find in project) are 
> broken:
>  * they are shown in full screen, as tab, please see screenshot 
>  * when they are shown, NB completely hangs, with high CPU usage.
> I tried almost every version of NetBeans (from 8.2 to 12.2rc) with every JDK 
> (1.8, 11, 13, 15), with the same behavior.
> The only way I have to solve the issue is to run NB as sudo
> {code:java}
> sudo /Applications/NetBeans/Apache\ NetBeans\ 12.1.app/Contents/MacOS/netbeans
> {code}
> Of course this is a permission related issue, but it appears only on 
> NetBeans. Other Java apps seems not affected. On command line there are no 
> evidence of the crash.
> Finally, in our office we are 4 with the same MacBook, and same macOS (just 
> upgraded from Catalina to Big Sur). 2 out of 4 have this issue. The other 2 
> can run NB without the sudo command.



--
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] [Created] (NETBEANS-6516) --modules --disable commandline option does not work

2022-06-30 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-6516:
-

 Summary: --modules --disable commandline option does not work
 Key: NETBEANS-6516
 URL: https://issues.apache.org/jira/browse/NETBEANS-6516
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Autoupdate
Affects Versions: NB13
Reporter: Svatopluk Dedic


The *--disable* option should disable the mentioned modules, perhaps (because 
of possible issues with {*}un{*}loading code from the memory) during the next 
IDE run.

However the implementation does not actually generate post-restart files that 
would be read by the Updater and does not even force the restart, so in effect 
it does nothing.



--
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] [Commented] (NETBEANS-1538) NetBeans installer Not locating Java properly

2022-06-27 Thread bhangad singh (Jira)


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

bhangad singh commented on NETBEANS-1538:
-

[criminal case mod apk free hints|https://gemwire.gg/en/criminal-case/] | 
[Jurassic world alive mod apk|https://gemwire.gg/en/jurassic-world-alive/]

> NetBeans installer Not locating Java properly
> -
>
> Key: NETBEANS-1538
> URL: https://issues.apache.org/jira/browse/NETBEANS-1538
> Project: NetBeans
>  Issue Type: Bug
>Reporter: martha
>Priority: Trivial
> Fix For: 10.0
>
>
> I'm trying to install the NetBeans "all" package, and, I'm pretty sure I 
> already have Java SE Development Kit installed, however, it's not locating it 
> properly, it comes with an error.
>  {{Java SE Development Kit (JDK) was not found on this 
> computer[!https://issues.apache.org/jira/images/icons/emoticons/sad.png!|https://www.essayhave.com/essay-writing-service.html]}}
>  So I ran the CMD and typed:
>  {{netbeans-7.1.3-windows.exe --javahome "C:\Program Files\Java\jdk1.7.0_25"}}
>  As I checked, I was in the right directory (E:\Mark\Downloads) where the 
> setup file of netbeans is supposed to be. After pressing ENTER, it did locate 
> JDK, however it would not locate JRE and came up with this error.
>  {{Java Runtime Environment (JRE) was not found There is no JRE at the 
> specified location C:\Program Files\Java\jdk1.7.0_25}}
>  So I tried installing the JDK+NetBeans Bundle by Oracle [x86 (32-bit) for 
> Windows (I'm running a 32-bit Windows XP SP3 so it should have worked)] but 
> it says that it's not compatible with my current platform. I also tried 
> --jdkhome but it didn't seem to work at all. Please, this has been going on 
> for two days.



--
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] [Comment Edited] (NETBEANS-2162) Jsp file won't compile

2022-06-26 Thread AO Industries, Inc. (Jira)


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

AO Industries, Inc. edited comment on NETBEANS-2162 at 6/26/22 12:17 PM:
-

We're having the same problem.  Specifically, enabling precompilation of JSP in 
a standard NetBeans web project (not Maven-based) results in the above 
exception.

If we find a workaround, we'll describe it here.  If we do not find a solution, 
we'll create a minimal GitHub project to reproduce the problem.

Environment: NetBeans 14, Tomcat 9.0.64, Debian Linux 11.3, OpenJDK 
11.0.15(x86_64).


was (Author: aoindustries):
We're having the same problem.  Specifically, enabling precompilation of JSP in 
a standard NetBeans web project (not Maven-based) results in the above 
exception.

If we find a workaround, we'll describe it here.  If we do not find a solution, 
we'll create a minimal GitHub project to reproduce the problem.

> Jsp file won't compile
> --
>
> Key: NETBEANS-2162
> URL: https://issues.apache.org/jira/browse/NETBEANS-2162
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - JSP
>Affects Versions: 10.0
> Environment: Windows 10, Netbeans 10, Apache Tomcat 9.0
>Reporter: Gabriel 
>Priority: Major
>
> I'm trying to compile a JSP file in a project, when i get this exception:
> Exception in thread "main" java.lang.IllegalArgumentException: PWC6309: 
> Illegal compilerSourceVM: 11
>     at org.apache.jasper.JspC.setCompilerSourceVM(JspC.java:724)
>     at org.netbeans.modules.web.project.ant.JspC.main(JspC.java:80)
>     at 
> org.netbeans.modules.web.project.ant.JspCSingle.main(JspCSingle.java:119)
> C:\Netbeans local file\JavaWebApps\demoApp\nbproject\build-impl.xml:961: Java 
> returned: 1
> BUILD FAILED (total time: 1 second)



--
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] [Comment Edited] (NETBEANS-2162) Jsp file won't compile

2022-06-25 Thread AO Industries, Inc. (Jira)


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

AO Industries, Inc. edited comment on NETBEANS-2162 at 6/26/22 3:23 AM:


We're having the same problem.  Specifically, enabling precompilation of JSP in 
a standard NetBeans web project (not Maven-based) results in the above 
exception.

If we find a workaround, we'll describe it here.  If we do not find a solution, 
we'll create a minimal GitHub project to reproduce the problem.


was (Author: aoindustries):
We're having the same problem.  If we find a workaround, we'll describe it 
here.  If we do not find a solution, we'll create a minimal GitHub project to 
reproduce the problem.

> Jsp file won't compile
> --
>
> Key: NETBEANS-2162
> URL: https://issues.apache.org/jira/browse/NETBEANS-2162
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - JSP
>Affects Versions: 10.0
> Environment: Windows 10, Netbeans 10, Apache Tomcat 9.0
>Reporter: Gabriel 
>Priority: Major
>
> I'm trying to compile a JSP file in a project, when i get this exception:
> Exception in thread "main" java.lang.IllegalArgumentException: PWC6309: 
> Illegal compilerSourceVM: 11
>     at org.apache.jasper.JspC.setCompilerSourceVM(JspC.java:724)
>     at org.netbeans.modules.web.project.ant.JspC.main(JspC.java:80)
>     at 
> org.netbeans.modules.web.project.ant.JspCSingle.main(JspCSingle.java:119)
> C:\Netbeans local file\JavaWebApps\demoApp\nbproject\build-impl.xml:961: Java 
> returned: 1
> BUILD FAILED (total time: 1 second)



--
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] [Commented] (NETBEANS-2162) Jsp file won't compile

2022-06-25 Thread AO Industries, Inc. (Jira)


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

AO Industries, Inc. commented on NETBEANS-2162:
---

We're having the same problem.  If we find a workaround, we'll describe it 
here.  If we do not find a solution, we'll create a minimal GitHub project to 
reproduce the problem.

> Jsp file won't compile
> --
>
> Key: NETBEANS-2162
> URL: https://issues.apache.org/jira/browse/NETBEANS-2162
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - JSP
>Affects Versions: 10.0
> Environment: Windows 10, Netbeans 10, Apache Tomcat 9.0
>Reporter: Gabriel 
>Priority: Major
>
> I'm trying to compile a JSP file in a project, when i get this exception:
> Exception in thread "main" java.lang.IllegalArgumentException: PWC6309: 
> Illegal compilerSourceVM: 11
>     at org.apache.jasper.JspC.setCompilerSourceVM(JspC.java:724)
>     at org.netbeans.modules.web.project.ant.JspC.main(JspC.java:80)
>     at 
> org.netbeans.modules.web.project.ant.JspCSingle.main(JspCSingle.java:119)
> C:\Netbeans local file\JavaWebApps\demoApp\nbproject\build-impl.xml:961: Java 
> returned: 1
> BUILD FAILED (total time: 1 second)



--
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] [Commented] (NETBEANS-4641) Code auto formatting for try-with-resources statements

2022-06-21 Thread Jira


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

Francesco Chicchiriccò commented on NETBEANS-4641:
--

I can confirm it is still there in Netbeans 14.
A workaround at least would be appreciated.

> Code auto formatting for try-with-resources statements
> --
>
> Key: NETBEANS-4641
> URL: https://issues.apache.org/jira/browse/NETBEANS-4641
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation, java - Editor
>Affects Versions: 12.0, 13
> Environment: Arch Linux, AdoptOpenJDK 14.0.1, official NB 12.0 bin 
> download
>Reporter: Bernd Michaely
>Priority: Major
>
> Since NB 12.0, auto formatting for try-with-resources statements adds an 
> additional space after the opening parenthesis after the try keyword. To 
> reproduce the problem, choose:
> Menu »Tools« → Options → Editor → Formatting →
> Language »Java« and Category »Spaces« →
> Tree item »Within Parentheses« → Checkbox "try"
> If checked, two spaces are added after the opening parenthesis after try, if 
> unchecked, one space is added, instead of one and zero.
> (Note, that there is also no example available in the preview. There is for 
> try-catch, but not for try-with-resources.)
>  



--
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-5599) PHP 8.1 Support

2022-06-20 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto closed NETBEANS-5599.
--
Resolution: Implemented

Finished in NB15.

> PHP 8.1 Support
> ---
>
> Key: NETBEANS-5599
> URL: https://issues.apache.org/jira/browse/NETBEANS-5599
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 13h 10m
>  Remaining Estimate: 0h
>
> [https://wiki.php.net/rfc#php_81]
>  * [https://wiki.php.net/rfc/final_class_const]
>  * [https://wiki.php.net/rfc/noreturn_type]
>  * [https://wiki.php.net/rfc/readonly_properties_v2]
>  * [https://wiki.php.net/rfc/new_in_initializers]
>  * [https://wiki.php.net/rfc/pure-intersection-types]
>  * [https://wiki.php.net/rfc/enumerations]
>  * [https://wiki.php.net/rfc/first_class_callable_syntax]
>  



--
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] [Commented] (NETBEANS-4453) Output window doesn't display System.out.print lines until newline is sent.

2022-06-16 Thread Nicolas Richard (Jira)


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

Nicolas Richard commented on NETBEANS-4453:
---

I can not reproduce with Netbeans 14 ! Nice.

> Output window doesn't display System.out.print lines until newline is sent.
> ---
>
> Key: NETBEANS-4453
> URL: https://issues.apache.org/jira/browse/NETBEANS-4453
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
> Environment: Any
>Reporter: Juan F Arjona
>Priority: Major
> Attachments: nb-bug.zip
>
>
> Hello:
> I am attaching a demonstration of the bug.  Please load the Maven project and 
> run it by selecting on the menu, Run/Run File.
> The output window stream seems to wait for newline in order to render the 
> output.  This behavior breaks any CLI application that asks questions to the 
> user in a single line.
> This was only present in prior versions when a custom installation of Maven 
> was used.  After NB 12, it happens always.
>  



--
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-6233) Netbeans console input has unknown encoding

2022-06-16 Thread Nicolas Richard (Jira)


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

Nicolas Richard closed NETBEANS-6233.
-
Fix Version/s: 14
   Resolution: Fixed

I can not reproduce the bug with Netbeans 14. Closing this bug report.

> Netbeans console input has unknown encoding
> ---
>
> Key: NETBEANS-6233
> URL: https://issues.apache.org/jira/browse/NETBEANS-6233
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 12.5
> Environment: I'm using Netbeans 12.5 on a Linux (Ubuntu 20.04) 
> platform
> Maven is Maven 3.6.3 (bundled) – I also tried with Maven 3.8.4
> and Java is Open JDK 11 – I also tried running with Open JDK 15.0.2 (by 
> adding that as a Java platform from within Netbeans)
>  
>Reporter: Nicolas Richard
>Priority: Major
> Fix For: 14
>
>
> I'm trying to understand what charset is being used when typing into the 
> Netbeans console. I expected it to obey my current locale (which is UTF8 on 
> my system), but it obviously isn't doing that. I then set on trying to 
> understand what charset it is. And the answer seems to be : none. Here are my 
> findings :
> Using Netbeans 12.5 + Maven and the following code :
> {code:java}
>         final InputStream IN = System.in;
>         do {
>             System.out.println("Byte: " + IN.read());
>         } while (IN.available() > 0);
> {code}
> When I enter "€" in the Netbeans console, I get the following unexpected 
> output ("10" is just the newline char):
> {noformat}
> Byte: 172
> Byte: 10{noformat}
> It is unexpected because € is never encoded as 172 (0xac) alone. In UTF8 it 
> is three bytes (0xe2 0x82 0xac), and in UTF16 it is two (0x20 0xac)
> Similarly, entering з (DESERET SMALL LETTER YEE), I get something unexpected:
> {noformat}
> Byte: 1
> Byte: 55
> Byte: 10{noformat}
> IOW these are 0x01 0x37. In UTF8, it should be 0xf0 0x90 0x90 0xb7 – in UTF16 
> it should be 0xd8 0x01 0xdc 0x37
> I'm on Linux, my locale (as reported by the command {_}locale{_}) is UTF8, 
> but these results look like the encoding is "half UTF16" : it's like UTF16 
> but every other byte is missing.
> If I run the same code within an Ant project or a Gradle project it works 
> fine for the symbol €, and the bytes reported are consistent with my UTF8 
> locale ;
> but if I enter з (DESERET SMALL LETTER YEE), then :
>  * with the Gradle project, it outputs "Byte: -1" (no other bytes reported), 
> and
>  * with the Ant project, it outputs nothing and the program does not seem to 
> stop, I have to manually abort the Run.
>  



--
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] [Assigned] (NETBEANS-5733) NetBeans IDE 8.2 Unable to connect to the Plugin Portal because of Connection reset

2022-06-16 Thread Anonymous (Jira)


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

Anonymous reassigned NETBEANS-5733:
---

Assignee: (was: Jiří Kovalský)

> NetBeans IDE 8.2 Unable to connect to the Plugin Portal because of Connection 
> reset
> ---
>
> Key: NETBEANS-5733
> URL: https://issues.apache.org/jira/browse/NETBEANS-5733
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: NetBeans IDE 8.2
> Windows 10 Pro
>Reporter: Danny García
>Priority: Major
> Attachments: Image1.JPG, Image2.JPG, Image3.JPG, Image4.JPG
>
>
> I need to install plugins for Java Web and EE category, but I got the error 
> that appears en Image3.
> At the same time, I check the proxy configuration but it doesn't work for all 
> web browser and setting No Proxy in Proxy Settings. Look at the button test 
> connection is in red (Image4).



--
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] [Commented] (NETBEANS-4768) Tomcat server status not detected after enabling SSL

2022-06-15 Thread Junior Dussouillez (Jira)


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

Junior Dussouillez commented on NETBEANS-4768:
--

Still the same with Netbeans 13.0

> Tomcat server status not detected after enabling SSL
> 
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
> Attachments: tomcat_9.0.37_ssl_start.log
>
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
>     keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
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-5363) Java Refactoring Failure

2022-06-14 Thread Eddy / Hok (Jira)


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

Eddy / Hok closed NETBEANS-5363.


> Java Refactoring Failure
> 
>
> Key: NETBEANS-5363
> URL: https://issues.apache.org/jira/browse/NETBEANS-5363
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 12.2
> Environment: 
> ---
> >Log Session: Saturday, February 13, 2021 at 9:11:37 AM Western Indonesia Time
> >System Info: 
>  Product Version = Apache NetBeans IDE 12.2
>  Operating System = Linux version 5.8.0-43-generic running on amd64
>  Java; VM; Vendor = 11.0.10; OpenJDK 64-Bit Server VM 
> 11.0.10+9-Ubuntu-0ubuntu1.20.04; Ubuntu
>  Runtime = OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
>  Java Home = /usr/lib/jvm/java-11-openjdk-amd64
>  System Locale; Encoding = en_US (nb); UTF-8
>  Home Directory = /home/eddy
>  Current Directory = /home/eddy
>  User Directory = /home/eddy/snap/netbeans/common/data/12.2
>  Cache Directory = /home/eddy/snap/netbeans/common/cache/12.2
>  Installation = /snap/netbeans/41/netbeans/nb
>  /snap/netbeans/41/netbeans/ergonomics
>  /snap/netbeans/41/netbeans/ide
>  /snap/netbeans/41/netbeans/extide
>  /snap/netbeans/41/netbeans/java
>  /snap/netbeans/41/netbeans/apisupport
>  /snap/netbeans/41/netbeans/webcommon
>  /snap/netbeans/41/netbeans/websvccommon
>  /snap/netbeans/41/netbeans/enterprise
>  /snap/netbeans/41/netbeans/profiler
>  /snap/netbeans/41/netbeans/php
>  /snap/netbeans/41/netbeans/harness
>  /snap/netbeans/41/netbeans/cpplite
>  /snap/netbeans/41/netbeans/groovy
>  /snap/netbeans/41/netbeans/extra
>  /snap/netbeans/41/netbeans/javafx
>  /snap/netbeans/41/netbeans/platform
>  Boot & Ext. Classpath = 
>  Application Classpath = 
> /snap/netbeans/41/netbeans/platform/lib/boot.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-modules.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util-lookup.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util-ui.jar
>  Startup Classpath = 
> /snap/netbeans/41/netbeans/platform/core/asm-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/asm-commons-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/asm-tree-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/core-base.jar:/snap/netbeans/41/netbeans/platform/core/core.jar:/snap/netbeans/41/netbeans/platform/core/org-netbeans-libs-asm.jar:/snap/netbeans/41/netbeans/platform/core/org-openide-filesystems-compat8.jar:/snap/netbeans/41/netbeans/platform/core/org-openide-filesystems.jar:/snap/netbeans/41/netbeans/nb/core/org-netbeans-upgrader.jar:/snap/netbeans/41/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/snap/netbeans/41/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ant.hints, org.netbeans.modules.java.hints, 
> org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>  slf4j.jdk14 [1.7.28 1.7.28]
>  slf4j.api [1.7.28 1.7.28]
>  org.openide.util.lookup [8.44 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.util [9.17 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.util.ui [9.18 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.modules [7.58 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.api.annotations.common/1 [1.37 
> 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.filesystems [9.20 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.awt [7.78 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.api.progress/1 [1.57 
> 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.api.progress.nb [1.57 
> 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.dialogs [7.52 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.nodes [7.55 12.2-d

[jira] [Commented] (NETBEANS-5363) Java Refactoring Failure

2022-06-14 Thread Eddy / Hok (Jira)


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

Eddy / Hok commented on NETBEANS-5363:
--

I've tested Netbeans 13.  It works correctly now, especially in renaming / 
refactoring code.  Although, I didn't know what the cause of this bug is (what 
a nightmare),  but I believed you guys can handle it, just sooner or later.  
Thank you and congratulation for your effort, guys.  I really appreciate it.  
Sorry for late reply, but I always keep following, and I'm still waiting for 
release of 14.  Long life, long life, long long life.

Netbeans Lover

> Java Refactoring Failure
> 
>
> Key: NETBEANS-5363
> URL: https://issues.apache.org/jira/browse/NETBEANS-5363
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 12.2
> Environment: 
> ---
> >Log Session: Saturday, February 13, 2021 at 9:11:37 AM Western Indonesia Time
> >System Info: 
>  Product Version = Apache NetBeans IDE 12.2
>  Operating System = Linux version 5.8.0-43-generic running on amd64
>  Java; VM; Vendor = 11.0.10; OpenJDK 64-Bit Server VM 
> 11.0.10+9-Ubuntu-0ubuntu1.20.04; Ubuntu
>  Runtime = OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
>  Java Home = /usr/lib/jvm/java-11-openjdk-amd64
>  System Locale; Encoding = en_US (nb); UTF-8
>  Home Directory = /home/eddy
>  Current Directory = /home/eddy
>  User Directory = /home/eddy/snap/netbeans/common/data/12.2
>  Cache Directory = /home/eddy/snap/netbeans/common/cache/12.2
>  Installation = /snap/netbeans/41/netbeans/nb
>  /snap/netbeans/41/netbeans/ergonomics
>  /snap/netbeans/41/netbeans/ide
>  /snap/netbeans/41/netbeans/extide
>  /snap/netbeans/41/netbeans/java
>  /snap/netbeans/41/netbeans/apisupport
>  /snap/netbeans/41/netbeans/webcommon
>  /snap/netbeans/41/netbeans/websvccommon
>  /snap/netbeans/41/netbeans/enterprise
>  /snap/netbeans/41/netbeans/profiler
>  /snap/netbeans/41/netbeans/php
>  /snap/netbeans/41/netbeans/harness
>  /snap/netbeans/41/netbeans/cpplite
>  /snap/netbeans/41/netbeans/groovy
>  /snap/netbeans/41/netbeans/extra
>  /snap/netbeans/41/netbeans/javafx
>  /snap/netbeans/41/netbeans/platform
>  Boot & Ext. Classpath = 
>  Application Classpath = 
> /snap/netbeans/41/netbeans/platform/lib/boot.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-modules.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util-lookup.jar:/snap/netbeans/41/netbeans/platform/lib/org-openide-util-ui.jar
>  Startup Classpath = 
> /snap/netbeans/41/netbeans/platform/core/asm-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/asm-commons-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/asm-tree-8.0.1.jar:/snap/netbeans/41/netbeans/platform/core/core-base.jar:/snap/netbeans/41/netbeans/platform/core/core.jar:/snap/netbeans/41/netbeans/platform/core/org-netbeans-libs-asm.jar:/snap/netbeans/41/netbeans/platform/core/org-openide-filesystems-compat8.jar:/snap/netbeans/41/netbeans/platform/core/org-openide-filesystems.jar:/snap/netbeans/41/netbeans/nb/core/org-netbeans-upgrader.jar:/snap/netbeans/41/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/snap/netbeans/41/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ant.hints, org.netbeans.modules.java.hints, 
> org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>  slf4j.jdk14 [1.7.28 1.7.28]
>  slf4j.api [1.7.28 1.7.28]
>  org.openide.util.lookup [8.44 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.util [9.17 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.util.ui [9.18 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.openide.modules [7.58 12.2-d73d3dd898acc440c460924dabf8ad5feb90369f]
>  org.netbeans.api.annotations.c

[jira] [Commented] (NETBEANS-6129) Extra space in try with resources without nb-javac

2022-06-08 Thread Brady Vidovic (Jira)


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

Brady Vidovic commented on NETBEANS-6129:
-

Confirmed here as well on Netbeans 13.

 

I tried multiple different configurations in Tools --> Options --> Java --> 
Editor–>Formatting --> Spaces, but nothing fixed the issue.

 

Is there any workaround until this can be fixed?

> Extra space in try with resources without nb-javac
> --
>
> Key: NETBEANS-6129
> URL: https://issues.apache.org/jira/browse/NETBEANS-6129
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation
>Affects Versions: 12.5, 13
>Reporter: Dominik Derwiński
>Priority: Minor
>
> Automatic formatting adds a space for try with resources if nb-javac is not 
> installed:
> {code:java}
> try ( MyType myObject = new MyType()) {
> }
> {code}
> Once nb-javac is installed the space goes away:
> {code:java}
> try (MyType myObject = new MyType()) {
> }
> {code}



--
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] [Created] (NETBEANSINFRA-267) Source/Format fails if using switch and default (in Version 12.5)

2022-06-07 Thread Christian Mahler (Jira)
Christian Mahler created NETBEANSINFRA-267:
--

 Summary: Source/Format fails if using switch and default (in 
Version 12.5)
 Key: NETBEANSINFRA-267
 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-267
 Project: Apache NetBeans Infra
  Issue Type: Bug
 Environment: Windows NetBeans 12.5
Reporter: Christian Mahler


h1. Example
{quote}{{public class FormatterFails {}}{{    }}

{{public static void main(String[] args) {}}
{{  String s = "A";}}{{        }}

{{  switch (s) {}}
{{    case "A":}}
{{      System.out.println("it's A");}}
{{      break;}}{{            }}

{{    case "B":}}
{{      System.out.println("it's B");}}
{{      break;}}

{{//  default:}}
{{//    System.out.println("def.");}}
{{//un-commenting the default block causes format to fail}}

{{//(menu: Source/Format or Alt+Shift+F)}}
{{}
{quote}
 



--
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] [Commented] (NETBEANS-6180) Improve PSR-4 Namespace rules

2022-06-02 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-6180:


Thanks.

> Improve PSR-4 Namespace rules
> -
>
> Key: NETBEANS-6180
> URL: https://issues.apache.org/jira/browse/NETBEANS-6180
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.5
>Reporter: Alessio Ferri
>Priority: Minor
> Attachments: test.zip
>
>
> PSR-4 require namespace corrispondence to the directory structure only for 
> the contiguos subnamespaces after the namespace prefix. There should be a 
> method to set/infer the namespace prefix of the project.
> https://www.php-fig.org/psr/psr-4 2.3.2. See section 3 for examples



--
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] [Created] (NETBEANSINFRA-266) netbeans13 won't work

2022-06-01 Thread Yaser Tareg (Jira)
Yaser Tareg created NETBEANSINFRA-266:
-

 Summary: netbeans13 won't work
 Key: NETBEANSINFRA-266
 URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-266
 Project: Apache NetBeans Infra
  Issue Type: Improvement
  Components: Apache NetBeans Release Preparation Tasks
Reporter: Yaser Tareg
 Fix For: Release Management 12.3
 Attachments: Screenshot (249).png

netbeans 13 doesn't work at all

just give me a white screen



--
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] [Commented] (NETBEANS-6180) Improve PSR-4 Namespace rules

2022-06-01 Thread Alessio Ferri (Jira)


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

Alessio Ferri commented on NETBEANS-6180:
-

Fixed

> Improve PSR-4 Namespace rules
> -
>
> Key: NETBEANS-6180
> URL: https://issues.apache.org/jira/browse/NETBEANS-6180
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.5
>Reporter: Alessio Ferri
>Priority: Minor
> Attachments: test.zip
>
>
> PSR-4 require namespace corrispondence to the directory structure only for 
> the contiguos subnamespaces after the namespace prefix. There should be a 
> method to set/infer the namespace prefix of the project.
> https://www.php-fig.org/psr/psr-4 2.3.2. See section 3 for examples



--
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-6180) Improve PSR-4 Namespace rules

2022-06-01 Thread Alessio Ferri (Jira)


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

Alessio Ferri updated NETBEANS-6180:

Attachment: test.zip

> Improve PSR-4 Namespace rules
> -
>
> Key: NETBEANS-6180
> URL: https://issues.apache.org/jira/browse/NETBEANS-6180
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.5
>Reporter: Alessio Ferri
>Priority: Minor
> Attachments: test.zip
>
>
> PSR-4 require namespace corrispondence to the directory structure only for 
> the contiguos subnamespaces after the namespace prefix. There should be a 
> method to set/infer the namespace prefix of the project.
> https://www.php-fig.org/psr/psr-4 2.3.2. See section 3 for examples



--
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-6180) Improve PSR-4 Namespace rules

2022-06-01 Thread Alessio Ferri (Jira)


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

Alessio Ferri updated NETBEANS-6180:

Attachment: test-1.zip

> Improve PSR-4 Namespace rules
> -
>
> Key: NETBEANS-6180
> URL: https://issues.apache.org/jira/browse/NETBEANS-6180
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.5
>Reporter: Alessio Ferri
>Priority: Minor
> Attachments: test.zip
>
>
> PSR-4 require namespace corrispondence to the directory structure only for 
> the contiguos subnamespaces after the namespace prefix. There should be a 
> method to set/infer the namespace prefix of the project.
> https://www.php-fig.org/psr/psr-4 2.3.2. See section 3 for examples



--
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-6180) Improve PSR-4 Namespace rules

2022-06-01 Thread Alessio Ferri (Jira)


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

Alessio Ferri updated NETBEANS-6180:

Attachment: (was: test.zip)

> Improve PSR-4 Namespace rules
> -
>
> Key: NETBEANS-6180
> URL: https://issues.apache.org/jira/browse/NETBEANS-6180
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.5
>Reporter: Alessio Ferri
>Priority: Minor
> Attachments: test.zip
>
>
> PSR-4 require namespace corrispondence to the directory structure only for 
> the contiguos subnamespaces after the namespace prefix. There should be a 
> method to set/infer the namespace prefix of the project.
> https://www.php-fig.org/psr/psr-4 2.3.2. See section 3 for examples



--
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-6180) Improve PSR-4 Namespace rules

2022-06-01 Thread Alessio Ferri (Jira)


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

Alessio Ferri updated NETBEANS-6180:

Attachment: (was: test-1.zip)

> Improve PSR-4 Namespace rules
> -
>
> Key: NETBEANS-6180
> URL: https://issues.apache.org/jira/browse/NETBEANS-6180
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.5
>Reporter: Alessio Ferri
>Priority: Minor
> Attachments: test.zip
>
>
> PSR-4 require namespace corrispondence to the directory structure only for 
> the contiguos subnamespaces after the namespace prefix. There should be a 
> method to set/infer the namespace prefix of the project.
> https://www.php-fig.org/psr/psr-4 2.3.2. See section 3 for examples



--
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] [Commented] (NETBEANS-6180) Improve PSR-4 Namespace rules

2022-05-31 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-6180:


It seems that the attached project is empty...

> Improve PSR-4 Namespace rules
> -
>
> Key: NETBEANS-6180
> URL: https://issues.apache.org/jira/browse/NETBEANS-6180
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.5
>Reporter: Alessio Ferri
>Priority: Minor
> Attachments: test.zip
>
>
> PSR-4 require namespace corrispondence to the directory structure only for 
> the contiguos subnamespaces after the namespace prefix. There should be a 
> method to set/infer the namespace prefix of the project.
> https://www.php-fig.org/psr/psr-4 2.3.2. See section 3 for examples



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

2022-05-27 Thread Austin Stephens (Jira)


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

Austin Stephens commented on NETBEANS-6497:
---

I don't have the time to double check that right now... Maybe later...

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

2022-05-27 Thread Austin Stephens (Jira)


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

Austin Stephens commented on NETBEANS-6497:
---

Ah. Thanks. I will move it there then

> 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] [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 yo

[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.

[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

[jira] [Created] (NETBEANS-6515) Start Page does not show News on upgrade

2022-05-27 Thread Martin H. (Jira)
Martin H. created NETBEANS-6515:
---

 Summary: 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.
 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] [Commented] (NETBEANS-6514) NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; NetBeans 12.6 on WIndows

2022-05-27 Thread David Gradwell (Jira)


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

David Gradwell commented on NETBEANS-6514:
--

Confirmed that this issue is resolved in NetBeans 13 running on Windows 10.

> NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; NetBeans 
> 12.6 on WIndows
> ---
>
> Key: NETBEANS-6514
> URL: https://issues.apache.org/jira/browse/NETBEANS-6514
> Project: NetBeans
>  Issue Type: Bug
>Reporter: David Gradwell
>Priority: Major
>




--
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] [Commented] (NETBEANS-6514) NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; NetBeans 12.6 on WIndows

2022-05-27 Thread David Gradwell (Jira)


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

David Gradwell commented on NETBEANS-6514:
--

IDE log:

---
>Log Session: Friday, May 27, 2022 2:13:57 PM BST
>System Info: 
  Product Version = Apache NetBeans IDE 12.6
  Operating System= Windows 10 version 10.0 running on amd64
  Java; VM; Vendor= 1.8.0_312; OpenJDK 64-Bit Server VM 25.312-b07; 
Azul Systems, Inc.
  Runtime = OpenJDK Runtime Environment 1.8.0_312-b07
  Java Home   = C:\Program Files\Zulu\zulu-8\jre
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory  = C:\Users\davidgradwell
  Current Directory   = C:\Program Files\NetBeans-12.6
  User Directory  = C:\Users\davidgradwell\AppData\Roaming\NetBeans\12.6
  Cache Directory = 
C:\Users\davidgradwell\AppData\Local\NetBeans\Cache\12.6
  Installation= C:\Program Files\NetBeans-12.6\netbeans\nb
C:\Program Files\NetBeans-12.6\netbeans\ergonomics
C:\Program Files\NetBeans-12.6\netbeans\ide
C:\Program Files\NetBeans-12.6\netbeans\extide
C:\Program Files\NetBeans-12.6\netbeans\java
C:\Program Files\NetBeans-12.6\netbeans\apisupport
C:\Program Files\NetBeans-12.6\netbeans\webcommon
C:\Program Files\NetBeans-12.6\netbeans\websvccommon
C:\Program Files\NetBeans-12.6\netbeans\enterprise
C:\Program Files\NetBeans-12.6\netbeans\profiler
C:\Program Files\NetBeans-12.6\netbeans\php
C:\Program Files\NetBeans-12.6\netbeans\harness
C:\Program Files\NetBeans-12.6\netbeans\cpplite
C:\Program Files\NetBeans-12.6\netbeans\groovy
C:\Program Files\NetBeans-12.6\netbeans\javafx
C:\Program Files\NetBeans-12.6\netbeans\platform
  Boot & Ext. Classpath   = C:\Program 
Files\Zulu\zulu-8\jre\lib\resources.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\rt.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\sunrsasign.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\jsse.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\jce.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\charsets.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\jfr.jar;C:\Program 
Files\Zulu\zulu-8\jre\classes;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\access-bridge-64.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\cldrdata.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\dnsns.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\jaccess.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\legacy8ujsse.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\localedata.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\nashorn.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\openjsse.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\sunec.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\sunjce_provider.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\sunmscapi.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\sunpkcs11.jar;C:\Program 
Files\Zulu\zulu-8\jre\lib\ext\zipfs.jar
  Application Classpath   = C:\Program 
Files\NetBeans-12.6\netbeans\platform\lib\boot.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
 Files\NetBeans-12.6\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\lib\org-openide-util.jar;C:\Program 
Files\Zulu\zulu-8\lib\dt.jar;C:\Program Files\Zulu\zulu-8\lib\tools.jar
  Startup Classpath   = C:\Program 
Files\NetBeans-12.6\netbeans\platform\core\asm-9.2.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\core\asm-commons-9.2.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\core\asm-tree-9.2.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\core\core-base.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\core\core.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program 
Files\NetBeans-12.6\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
 
Files\NetBeans-12.6\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
 Files\NetBeans-12.6\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
Files\NetBeans-12.6\netbeans\nb\core\locale\core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
Files/NetBeans-12.6/netbeans/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.java.editor.lib, org.netbeans.module

[jira] [Closed] (NETBEANS-6514) NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; NetBeans 12.6 on WIndows

2022-05-27 Thread Michael Bien (Jira)


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

Michael Bien closed NETBEANS-6514.
--
Resolution: Fixed

this was fixed in NetBeans 13, please check the current version first before 
filing issues.

Issue tracker moved to github too.

> NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; NetBeans 
> 12.6 on WIndows
> ---
>
> Key: NETBEANS-6514
> URL: https://issues.apache.org/jira/browse/NETBEANS-6514
> Project: NetBeans
>  Issue Type: Bug
>Reporter: David Gradwell
>Priority: Major
>




--
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] [Created] (NETBEANS-6514) NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; NetBeans 12.6 on WIndows

2022-05-27 Thread David Gradwell (Jira)
David Gradwell created NETBEANS-6514:


 Summary: NoSuchMethodError: 
java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; NetBeans 12.6 on WIndows
 Key: NETBEANS-6514
 URL: https://issues.apache.org/jira/browse/NETBEANS-6514
 Project: NetBeans
  Issue Type: Bug
Reporter: David Gradwell






--
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-6513) Visit Shees Park in Sharjah for a Relaxing Day Out

2022-05-27 Thread Omar Habib (Jira)


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

Omar Habib updated NETBEANS-6513:
-
Description: 
 

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.

> 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
>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

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

2022-05-27 Thread Omar Habib (Jira)


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

Omar Habib reassigned NETBEANS-6513:


Assignee: Omar Habib

> 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] [Created] (NETBEANS-6513) Visit Shees Park in Sharjah for a Relaxing Day Out

2022-05-27 Thread Omar Habib (Jira)
Omar Habib created NETBEANS-6513:


 Summary: 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






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

2022-05-27 Thread Omar Habib (Jira)


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

Omar Habib updated NETBEANS-6512:
-
Description: 
 

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.

 

 

 

> 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 wh

[jira] [Created] (NETBEANS-6512) You Can Now Download the Dubai Metro Map for 2021 in PDF Format

2022-05-27 Thread Omar Habib (Jira)
Omar Habib created NETBEANS-6512:


 Summary: 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






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

2022-05-27 Thread Omar Habib (Jira)


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

Omar Habib updated NETBEANS-6511:
-
Description: 
 

 

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.

 

 

 

 

> 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
>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 spi

[jira] [Assigned] (NETBEANS-6511) The Best Iranian Restaurant in Dubai – Finding Authentic Iranian Cuisine in the UAE

2022-05-27 Thread Omar Habib (Jira)


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

Omar Habib reassigned NETBEANS-6511:


Assignee: Omar Habib

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

2022-05-27 Thread Omar Habib (Jira)
Omar Habib created NETBEANS-6511:


 Summary: 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






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

2022-05-27 Thread Omar Habib (Jira)


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

Omar Habib reassigned NETBEANS-6510:


Assignee: Omar Habib

> 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 f

[jira] [Updated] (NETBEANS-6510) Is Your TRN Valid in Dubai? Really take a look at the Validity of Your TRN Now

2022-05-27 Thread Omar Habib (Jira)


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

Omar Habib updated NETBEANS-6510:
-
Description: 
 

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.

> 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
>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, enro

[jira] [Created] (NETBEANS-6510) Is Your TRN Valid in Dubai? Really take a look at the Validity of Your TRN Now

2022-05-27 Thread Omar Habib (Jira)
Omar Habib created NETBEANS-6510:


 Summary: 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






--
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] [Reopened] (NETBEANS-5740) Netbeans 12.4 freezes AWT from Micronaut Support

2022-05-26 Thread Alexander Bogdanovski (Jira)


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

Alexander Bogdanovski reopened NETBEANS-5740:
-

Unfortunately this issue persists in NB 13.

> Netbeans 12.4 freezes AWT from Micronaut Support
> 
>
> Key: NETBEANS-5740
> URL: https://issues.apache.org/jira/browse/NETBEANS-5740
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Ubuntu 20.04
> Netbeans 12.4
> OpenJDK 11.0.11
>Reporter: Diego Díez
>Assignee: Dusan Balek
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: nb-freeze-dump.txt, netbeans_dump.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> We have started experiencing random freezes after upgrading to Netbeans 12.3, 
> not responding any component to mouse or keyboard interactions.
> We have also noticed that lombok-1.18.18 stopped working with the newer 
> nb-javac installed with the 12.4 version (java16 support). I can't confirm 
> whether this is related with the freezes or not. Using lombok-1.18.20 seems 
> to work well, though.
> Any ideas? Is there any log to look for errors?
> As a workaround we have downgraded to 12.3 as it is a blocking issue for us, 
> being forced to kill the process every time it gets stuck.



--
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] [Commented] (NETBEANS-5740) Netbeans 12.4 freezes AWT from Micronaut Support

2022-05-26 Thread Alexander Bogdanovski (Jira)


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

Alexander Bogdanovski commented on NETBEANS-5740:
-

Unfortunately the freezes keep happening in NB 13. Very similar situation as 
described above - freeze happens when a file is saved. The only version which 
is stable and works for me is NB 11.3.

Here's my dump: [^netbeans_dump.txt]

> Netbeans 12.4 freezes AWT from Micronaut Support
> 
>
> Key: NETBEANS-5740
> URL: https://issues.apache.org/jira/browse/NETBEANS-5740
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Ubuntu 20.04
> Netbeans 12.4
> OpenJDK 11.0.11
>Reporter: Diego Díez
>Assignee: Dusan Balek
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: nb-freeze-dump.txt, netbeans_dump.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> We have started experiencing random freezes after upgrading to Netbeans 12.3, 
> not responding any component to mouse or keyboard interactions.
> We have also noticed that lombok-1.18.18 stopped working with the newer 
> nb-javac installed with the 12.4 version (java16 support). I can't confirm 
> whether this is related with the freezes or not. Using lombok-1.18.20 seems 
> to work well, though.
> Any ideas? Is there any log to look for errors?
> As a workaround we have downgraded to 12.3 as it is a blocking issue for us, 
> being forced to kill the process every time it gets stuck.



--
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-5740) Netbeans 12.4 freezes AWT from Micronaut Support

2022-05-26 Thread Alexander Bogdanovski (Jira)


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

Alexander Bogdanovski updated NETBEANS-5740:

Attachment: netbeans_dump.txt

> Netbeans 12.4 freezes AWT from Micronaut Support
> 
>
> Key: NETBEANS-5740
> URL: https://issues.apache.org/jira/browse/NETBEANS-5740
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Ubuntu 20.04
> Netbeans 12.4
> OpenJDK 11.0.11
>Reporter: Diego Díez
>Assignee: Dusan Balek
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: nb-freeze-dump.txt, netbeans_dump.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> We have started experiencing random freezes after upgrading to Netbeans 12.3, 
> not responding any component to mouse or keyboard interactions.
> We have also noticed that lombok-1.18.18 stopped working with the newer 
> nb-javac installed with the 12.4 version (java16 support). I can't confirm 
> whether this is related with the freezes or not. Using lombok-1.18.20 seems 
> to work well, though.
> Any ideas? Is there any log to look for errors?
> As a workaround we have downgraded to 12.3 as it is a blocking issue for us, 
> being forced to kill the process every time it gets stuck.



--
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-5144) Can't set break point in xhtml-File

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-5144:

Component/s: debugger - Code
 (was: javaee - JSF)

> Can't set break point in xhtml-File
> ---
>
> Key: NETBEANS-5144
> URL: https://issues.apache.org/jira/browse/NETBEANS-5144
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger, debugger - Code, javaee - JSF Editor
>Affects Versions: 12.2, 12.3, 13
> Environment:  Netbeans 12.2, Glassfish 4.1.2
>Reporter: S. M.
>Priority: Minor
>
> Setting a breakpoint in a xhtml-file (JSF) does not work.



--
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-5144) Can't set break point in xhtml-File

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-5144:

Component/s: javaee - JSF
 javaee - JSF Editor

> Can't set break point in xhtml-File
> ---
>
> Key: NETBEANS-5144
> URL: https://issues.apache.org/jira/browse/NETBEANS-5144
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger, javaee - JSF, javaee - JSF Editor
>Affects Versions: 12.2, 12.3, 13
> Environment:  Netbeans 12.2, Glassfish 4.1.2
>Reporter: S. M.
>Priority: Minor
>
> Setting a breakpoint in a xhtml-file (JSF) does not work.



--
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-5144) Can't set break point in xhtml-File

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-5144:

Affects Version/s: 13

> Can't set break point in xhtml-File
> ---
>
> Key: NETBEANS-5144
> URL: https://issues.apache.org/jira/browse/NETBEANS-5144
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 12.2, 12.3, 13
> Environment:  Netbeans 12.2, Glassfish 4.1.2
>Reporter: S. M.
>Priority: Minor
>
> Setting a breakpoint in a xhtml-file (JSF) does not work.



--
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] [Created] (NETBEANS-6509) Goto Deklaration in JSF does not work

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6509:
---

 Summary: 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.


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] [Updated] (NETBEANS-6507) Code completion in JSFs does not work

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-6507:

Component/s: editor - Hints & Annotations

> 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] [Created] (NETBEANS-6508) External project sources are not attached

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6508:
---

 Summary: 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.


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] [Updated] (NETBEANS-6507) Code completion in JSFs does not work

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-6507:

Description: 
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!

  was:
The code completion does not work for managed beans in JSF pages. This affects 
maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. I will 
attache a sample project.

!bug-code-completion.png!


> 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
> 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] [Created] (NETBEANS-6507) Code completion in JSFs does not work

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6507:
---

 Summary: 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
 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.
 Attachments: bug-code-completion.png, mavenWEBprojectEE91.zip

The code completion does not work for managed beans in JSF pages. This affects 
maven-web-projects with EE 9.1 (EE 7 still works). See screenshot. I will 
attache a sample project.

!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] [Updated] (NETBEANS-6506) Wizard for RESTful Web Service from Entity Class does not work

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-6506:

Component/s: javaee - Samples

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

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-6505:

Component/s: javaee - Web Project

> 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 - 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] [Updated] (NETBEANS-6505) Wizard for RESTful JavaScript Client does not work

2022-05-26 Thread S. M. (Jira)


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

S. M. updated NETBEANS-6505:

Component/s: javaee - Samples

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

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6506:
---

 Summary: 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 - 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.


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] [Created] (NETBEANS-6505) Wizard for RESTful JavaScript Client does not work

2022-05-26 Thread S. M. (Jira)
S. M. created NETBEANS-6505:
---

 Summary: 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
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.


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] [Commented] (NETBEANS-6382) String Variables longer 100000 Characters are shown as in Debug

2022-05-25 Thread Wolfgang Kockwelp (Jira)


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

Wolfgang Kockwelp commented on NETBEANS-6382:
-

This Bug does not exist with Oracle or Coretto Java 8.

In Debug with Java 8 the first 10 Characters ar shown and a Button to write 
the hole String to File is shown.

> String Variables longer 10 Characters are shown as  in Debug
> 
>
> Key: NETBEANS-6382
> URL: https://issues.apache.org/jira/browse/NETBEANS-6382
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Reporter: Wolfgang Kockwelp
>Priority: Major
>
> String Variables longer 10 Characters are shown in Debugger as 
> 
> instead of its content.
> Tested with Netbeans 12.0 and 12.6 with Amazon Corretto open-jdk11.0.12_7 64 
> Bit and
> Amazon Corretto open-jdk15.0.2_7 64 Bit and Oracle JDK 11.0.2
>  



--
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-5523) False positive on using "Require" in namespace

2022-05-24 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto closed NETBEANS-5523.
--
Resolution: Fixed

Fixed in NB15

> False positive on using "Require" in namespace
> --
>
> Key: NETBEANS-5523
> URL: https://issues.apache.org/jira/browse/NETBEANS-5523
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Affects Versions: Next
> Environment: Apache NetBeans IDE DEV (Build 
> dev-decaf3341a9ce6147e26557e8a09fbf8a4cfc2f8)
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: NetbeansWrong.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Hi,
> This line is correct:
> {code:java}
> namespace \Foo\Bar\Require;
> {code}
> Netbeans report it as a syntax error.



--
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] [Commented] (NETBEANS-6504) java code completion slow - poor algorithm choice

2022-05-22 Thread Michael Bien (Jira)


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

Michael Bien commented on NETBEANS-6504:


hi [~notzed] , would you like to open a PR on github?

This issue tracker is also no longer used since it moved to github too. Make 
sure you link this issue in your PR.

PRs will trigger the tests and make review easier.

> 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



<    1   2   3   4   5   6   7   8   9   10   >