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



[netbeans] branch master updated: Initial implementation of Project Dependency API (#4149)

2022-05-27 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ea62da490f Initial implementation of Project Dependency API (#4149)
ea62da490f is described below

commit ea62da490f933d1a4d51abd53dcbf9956035ecaf
Author: Svatopluk Dedic 
AuthorDate: Fri May 27 13:17:33 2022 +0200

Initial implementation of Project Dependency API (#4149)

Initial implementation of Project Dependency API
---
 ide/project.dependency/Readme.md   |  35 ++
 ide/project.dependency/build.xml   |  25 ++
 ide/project.dependency/manifest.mf |   5 +
 .../nbproject/project.properties   |  21 +-
 ide/project.dependency/nbproject/project.xml   |  66 +++
 .../modules/project/dependency/ArtifactSpec.java   | 188 
 .../modules/project/dependency/Bundle.properties   |  22 +-
 .../modules/project/dependency/Dependency.java |  84 
 .../project/dependency/DependencyResult.java   |  68 +++
 .../project/dependency/ProjectDependencies.java|  53 +++
 .../dependency/ProjectOperationException.java  |  78 
 .../netbeans/modules/project/dependency/Scope.java |  86 
 .../modules/project/dependency/Scopes.java |  86 
 .../modules/project/dependency/SourceLocation.java | 105 +
 .../spi/ProjectDependenciesImplementation.java |  46 ++
 java/maven.embedder/nbproject/project.xml  |   3 +
 .../maven/embedder/DependencyTreeFactory.java  |  47 +-
 java/maven/build.xml   |   7 +
 java/maven/manifest.mf |   2 +-
 java/maven/nbproject/project.properties|   5 +-
 java/maven/nbproject/project.xml   |  29 ++
 .../queries/MavenDependenciesImplementation.java   | 491 +
 .../dependencies/golden/testCompileDependencies|   5 +
 .../dependencies/golden/testRuntimeDependencies|   7 +
 .../repo/grp/annotation/12.6/_remote.repositories  |   4 +
 .../12.6/annotation-12.6.jar.lastUpdated   |   4 +
 .../annotation-12.6.jardir/META-INF/MANIFEST.MF|   6 +
 .../maven/nbtest.grp/annotation/pom.properties |   5 +
 .../META-INF/maven/nbtest.grp/annotation/pom.xml   |  33 ++
 .../repo/grp/annotation/12.6/annotation-12.6.pom   |  33 ++
 .../12.6/annotation-12.6.pom.lastUpdated   |   4 +
 .../repo/grp/annotation/maven-metadata-local.xml   |  12 +
 .../repo/grp/test-lib/12.6/_remote.repositories|   4 +
 .../12.6/test-lib-12.6.jardir/META-INF/MANIFEST.MF |   6 +
 .../maven/nbtest.grp/test-lib/pom.properties   |   5 +
 .../META-INF/maven/nbtest.grp/test-lib/pom.xml |  57 +++
 .../repo/grp/test-lib/12.6/test-lib-12.6.pom   |  57 +++
 .../repo/grp/test-lib/maven-metadata-local.xml |  12 +
 .../repo/grp/test-lib3/12.6/_remote.repositories   |   4 +
 .../test-lib3-12.6.jardir/META-INF/MANIFEST.MF |   6 +
 .../maven/nbtest.grp/test-lib3/pom.properties  |   5 +
 .../META-INF/maven/nbtest.grp/test-lib3/pom.xml|  32 ++
 .../repo/grp/test-lib3/12.6/test-lib3-12.6.pom |  32 ++
 .../repo/grp/test-lib3/maven-metadata-local.xml|  12 +
 .../repo/grp/test-lib4/12.6/_remote.repositories   |   4 +
 .../test-lib4-12.6.jardir/META-INF/MANIFEST.MF |   6 +
 .../maven/nbtest.grp/test-lib4/pom.properties  |   5 +
 .../META-INF/maven/nbtest.grp/test-lib4/pom.xml|  32 ++
 .../repo/grp/test-lib4/12.6/test-lib4-12.6.pom |  32 ++
 .../repo/grp/test-lib4/maven-metadata-local.xml|  12 +
 .../grp/test-processor/12.6/_remote.repositories   |   4 +
 .../META-INF/MANIFEST.MF   |   6 +
 .../maven/nbtest.grp/test-processor/pom.properties |   5 +
 .../maven/nbtest.grp/test-processor/pom.xml|  45 ++
 .../test-processor/12.6/test-processor-12.6.pom|  45 ++
 .../grp/test-processor/maven-metadata-local.xml|  12 +
 .../projects/dependencies/src/annotation/pom.xml   |  33 ++
 .../src/annotation/src/main/java/README|   1 +
 .../simpleProject/pom-with-processor-broken.xml|  77 
 .../src/simpleProject/pom-with-processor.xml   |  77 
 .../simpleProject/pom-with-separateProcessors.xml  | 111 +
 .../dependencies/src/simpleProject/pom.xml |  65 +++
 .../src/simpleProject/src/main/java/README |   1 +
 .../src/simpleProject/src/test/java/README |   1 +
 .../projects/dependencies/src/test-lib/pom.xml |  57 +++
 .../dependencies/src/test-lib/src/main/java/README |   1 +
 .../projects/dependencies/src/test-lib3/pom.xml|  32 ++
 .../src/test-lib3/src/main/java/README |   1 +
 .../projects/dependencies/src/test-lib4/pom.xml|  32 ++
 .../src/test-lib4/src/main/java/README |   1 +
 .../dependencies/src/test-processor/pom.xml|  45 ++
 .../MavenDependenciesImplementationTest.java   | 257 

[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.modules.xml.text] 

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



[netbeans] branch master updated: Autofocus new name field when renaming folder #4076

2022-05-27 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6300260af8 Autofocus new name field when renaming folder #4076
 new 60a933e8df Merge pull request #4158 from junichi11/gh-4076-rename-panel
6300260af8 is described below

commit 6300260af85a4b422f22bb48c0deb15cfea0d454
Author: Junichi Yamamoto 
AuthorDate: Fri May 27 15:31:55 2022 +0900

Autofocus new name field when renaming folder #4076
---
 .../org/netbeans/modules/web/common/ui/refactoring/RenamePanel.java | 6 ++
 1 file changed, 6 insertions(+)

diff --git 
a/ide/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.java
 
b/ide/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.java
index 5bea15fc4c..9ebc8db176 100644
--- 
a/ide/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.java
+++ 
b/ide/web.common.ui/src/org/netbeans/modules/web/common/ui/refactoring/RenamePanel.java
@@ -77,6 +77,12 @@ public class RenamePanel extends JPanel implements 
CustomRefactoringPanel {
 nameField.requestFocus();
 }
 
+@Override
+public boolean requestFocusInWindow() {
+nameField.requestFocusInWindow();
+return true;
+}
+
 /** This method is called from within the constructor to
  * initialize the form.
  * WARNING: Do NOT modify this code. The content of this method is


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

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



[jira] [Updated] (NETBEANS-6470) How to Check Your RTA Card Balance Online.

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


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

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

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

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

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

Thanks!


  was:
h1.  

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

 
h2. NOL card

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

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

 
h2. Tapp Pay card

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

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

 
h2. Silver card

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

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

 
h2. Website

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

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

 
h2. App

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

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

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


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

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

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

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



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

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

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



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

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


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

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

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



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

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

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



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

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


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

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

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



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

-
To unsubscribe, e-mail: 

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

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


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

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

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

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

[jira] [Closed] (NETBEANS-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



[netbeans] branch master updated: Update graaljs parser to handle optional chaining (?.) for indexing and function calls

2022-05-27 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c193d9e4d2 Update graaljs parser to handle optional chaining (?.) for 
indexing and function calls
 new 798fa57c95 Merge pull request #4115 from 
matthiasblaesing/graal_js_parser_update
c193d9e4d2 is described below

commit c193d9e4d27dc313cc5af952997e0916f778b3c0
Author: Matthias Bläsing 
AuthorDate: Fri May 13 22:58:17 2022 +0200

Update graaljs parser to handle optional chaining (?.) for indexing and 
function calls

Optional function calls: base?.(arg1, arg2)
Optional indexing calls: base?.[idx]
---
 webcommon/javascript2.doc/manifest.mf | 2 +-
 webcommon/javascript2.doc/nbproject/project.xml   | 2 +-
 webcommon/javascript2.editor/manifest.mf  | 2 +-
 webcommon/javascript2.editor/nbproject/project.xml| 2 +-
 webcommon/javascript2.model/manifest.mf   | 2 +-
 webcommon/javascript2.model/nbproject/project.xml | 2 +-
 webcommon/libs.nashorn/external/binaries-list | 2 +-
 ...{graaljs-parser-1.0-license.txt => graaljs-parser-1.1-license.txt} | 2 +-
 webcommon/libs.nashorn/manifest.mf| 2 +-
 webcommon/libs.nashorn/nbproject/project.properties   | 2 +-
 webcommon/libs.nashorn/nbproject/project.xml  | 4 ++--
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/webcommon/javascript2.doc/manifest.mf 
b/webcommon/javascript2.doc/manifest.mf
index 74d1b8ece3..7dda6b4d42 100644
--- a/webcommon/javascript2.doc/manifest.mf
+++ b/webcommon/javascript2.doc/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.modules.javascript2.doc/1
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/javascript2/doc/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.16
+OpenIDE-Module-Specification-Version: 1.17
 
diff --git a/webcommon/javascript2.doc/nbproject/project.xml 
b/webcommon/javascript2.doc/nbproject/project.xml
index e233b2a9a2..a8a89c49c5 100644
--- a/webcommon/javascript2.doc/nbproject/project.xml
+++ b/webcommon/javascript2.doc/nbproject/project.xml
@@ -40,7 +40,7 @@
 
 
 2
-2.0
+2.2
 
 
 
diff --git a/webcommon/javascript2.editor/manifest.mf 
b/webcommon/javascript2.editor/manifest.mf
index 02e44153a1..f979ce0427 100644
--- a/webcommon/javascript2.editor/manifest.mf
+++ b/webcommon/javascript2.editor/manifest.mf
@@ -3,5 +3,5 @@ OpenIDE-Module: org.netbeans.modules.javascript2.editor/1
 OpenIDE-Module-Install: 
org/netbeans/modules/javascript2/editor/ModuleInstaller.class
 OpenIDE-Module-Layer: 
org/netbeans/modules/javascript2/editor/resources/layer.xml
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/javascript2/editor/Bundle.properties
-OpenIDE-Module-Specification-Version: 0.91
+OpenIDE-Module-Specification-Version: 0.92
 OpenIDE-Module-Recommends: cnb.org.netbeans.modules.html.editor
diff --git a/webcommon/javascript2.editor/nbproject/project.xml 
b/webcommon/javascript2.editor/nbproject/project.xml
index 35cc47ca8e..6b9a33626b 100644
--- a/webcommon/javascript2.editor/nbproject/project.xml
+++ b/webcommon/javascript2.editor/nbproject/project.xml
@@ -66,7 +66,7 @@
 
 
 2
-2.0
+2.2
 
 
 
diff --git a/webcommon/javascript2.model/manifest.mf 
b/webcommon/javascript2.model/manifest.mf
index 0a524972cd..221f44a113 100644
--- a/webcommon/javascript2.model/manifest.mf
+++ b/webcommon/javascript2.model/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.modules.javascript2.model/1
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/javascript2/model/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.21
+OpenIDE-Module-Specification-Version: 1.22
 
diff --git a/webcommon/javascript2.model/nbproject/project.xml 
b/webcommon/javascript2.model/nbproject/project.xml
index ed5adb4a2c..43adaab751 100644
--- a/webcommon/javascript2.model/nbproject/project.xml
+++ b/webcommon/javascript2.model/nbproject/project.xml
@@ -48,7 +48,7 @@
 
 
 2
-2.0
+2.2
 
 
 
diff --git a/webcommon/libs.nashorn/external/binaries-list 

[netbeans] branch master updated: Correction of getOwningClass(), including a test.

2022-05-27 Thread entl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ef8fcd7339 Correction of getOwningClass(), including a test.
ef8fcd7339 is described below

commit ef8fcd7339e69845c646aa028672c4b26f13a3ef
Author: Martin Entlicher 
AuthorDate: Thu May 26 00:31:47 2022 +0200

Correction of getOwningClass(), including a test.
---
 .../modules/groovy/editor/api/ASTUtils.java|  2 +-
 .../editor/language/GroovyDeclarationFinder.java   | 16 ---
 .../declarationfinder/ClassWithInner.groovy| 23 ++
 .../editor/api/GroovyDeclarationFinderTest.java| 15 ++
 4 files changed, 48 insertions(+), 8 deletions(-)

diff --git 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/ASTUtils.java 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/ASTUtils.java
index eee0861bef..04f0c78807 100644
--- 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/ASTUtils.java
+++ 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/api/ASTUtils.java
@@ -528,7 +528,7 @@ public class ASTUtils {
 }
 
 public static ClassNode getOwningClass(AstPath path) {
-Iterator it = path.rootToLeaf();
+Iterator it = path.leafToRoot();
 while (it.hasNext()) {
 ASTNode node = it.next();
 if (node instanceof ClassNode) {
diff --git 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/language/GroovyDeclarationFinder.java
 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/language/GroovyDeclarationFinder.java
index 14e21c6097..2bd81a8b7d 100644
--- 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/language/GroovyDeclarationFinder.java
+++ 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/language/GroovyDeclarationFinder.java
@@ -265,10 +265,7 @@ public class GroovyDeclarationFinder implements 
DeclarationFinder {
 if (scope != null) {
 ASTNode variable = ASTUtils.getVariable(scope, 
variableExpression.getName(), path, doc, lexOffset);
 if (variable != null) {
-// I am using getRange and not getOffset, because 
getRange is adding 'def_' to offset of field
-int offset = ASTUtils.getRange(variable, 
doc).getStart();
-// FIXME parsing API
-return new 
DeclarationLocation(info.getSnapshot().getSource().getFileObject(), offset);
+return getVariableLocation(variable, doc, info);
 }
 }
 // find a field ?
@@ -289,9 +286,7 @@ public class GroovyDeclarationFinder implements 
DeclarationFinder {
 }
 ASTNode variable = ASTUtils.getVariable(scope, 
((ConstantExpression) property).getText(), path, doc, lexOffset);
 if (variable != null) {
-int offset = ASTUtils.getOffset(doc, 
variable.getLineNumber(), variable.getColumnNumber());
-// FIXME parsing API
-return new 
DeclarationLocation(info.getSnapshot().getSource().getFileObject(), offset);
+return getVariableLocation(variable, doc, info);
 }
 } else {
 // find variable type
@@ -384,6 +379,13 @@ public class GroovyDeclarationFinder implements 
DeclarationFinder {
 return DeclarationLocation.NONE;
 }
 
+private DeclarationLocation getVariableLocation(ASTNode variable, 
BaseDocument doc, ParserResult info) {
+// I am using getRange and not getOffset, because getRange is adding 
'def_' to offset of field
+int offset = ASTUtils.getRange(variable, doc).getStart();
+// FIXME parsing API
+return new 
DeclarationLocation(info.getSnapshot().getSource().getFileObject(), offset);
+}
+
 private DeclarationLocation findType(String fqName, OffsetRange range,
 BaseDocument doc, ParserResult info, GroovyIndex index) throws 
BadLocationException {
 
diff --git 
a/groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/ClassWithInner.groovy
 
b/groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/ClassWithInner.groovy
new file mode 100644
index 00..0c397e3bfc
--- /dev/null
+++ 
b/groovy/groovy.editor/test/unit/data/testfiles/declarationfinder/ClassWithInner.groovy
@@ -0,0 +1,23 @@
+class ClassWithInner {
+
+String x = "A"
+String y = "B"
+
+class Inner {
+
+Point x = new Point();
+
+def method() {
+this.x = null
+y.isEmpty()
+}
+}
+
+def method() {
+this.x.isNumber()
+}
+
+class Point {
+

[netbeans] branch master updated: Groovy debugger in a separate module, depends on Groovy parser to retrieve names of Groovy classes.

2022-05-27 Thread entl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 70b588e4c8 Groovy debugger in a separate module, depends on Groovy 
parser to retrieve names of Groovy classes.
70b588e4c8 is described below

commit 70b588e4c8245d5075821405b9012d35363bbf71
Author: Martin Entlicher 
AuthorDate: Thu May 26 00:52:13 2022 +0200

Groovy debugger in a separate module, depends on Groovy parser to retrieve 
names of Groovy classes.
---
 groovy/groovy.debug/build.xml  |  25 
 groovy/groovy.debug/manifest.mf|   6 +
 .../nbproject/project.properties}  |   6 +-
 groovy/groovy.debug/nbproject/project.xml  | 154 
 .../netbeans/modules/groovy}/debug/Context.java|   6 +-
 .../debug/GroovyBreakpointActionsProvider.java |   9 +-
 .../debug/GroovyBreakpointAnnotationListener.java  |  27 ++--
 .../groovy/debug/GroovyBreakpointStratifier.java   | 157 +
 .../modules/groovy}/debug/GroovySmartStepping.java |   2 +-
 .../GroovyToggleBreakpointActionProvider.java  |  43 +++---
 .../groovy/debug/resources/Bundle.properties}  |   5 +-
 .../modules/groovy/debug}/resources/layer.xml  |  17 +--
 groovy/groovy.editor/nbproject/project.xml |   1 +
 groovy/groovy.kit/nbproject/project.xml|   7 +
 groovy/groovy.support/nbproject/project.xml|  18 ---
 ...etbeans.spi.viewmodel.NodeActionsProviderFilter |  18 ---
 .../support/debug/GroovyLineBreakpointFactory.java | 121 
 .../modules/groovy/support/resources/layer.xml |  12 +-
 groovy/libs.groovy/nbproject/project.xml   |   1 +
 java/api.debugger.jpda/apichanges.xml  |  14 ++
 java/api.debugger.jpda/manifest.mf |   2 +-
 .../netbeans/api/debugger/jpda/LineBreakpoint.java |   8 ++
 .../spi/debugger/jpda/BreakpointStratifier.java|  52 +++
 .../jpda/breakpoints/BreakpointsReader.java|   7 +-
 java/java.lsp.server/nbproject/project.xml |   2 +-
 .../breakpoints/GroovyBreakpointFactory.java   | 110 ---
 .../server/debugging/breakpoints/NbBreakpoint.java |   8 +-
 nbbuild/cluster.properties |   1 +
 28 files changed, 488 insertions(+), 351 deletions(-)

diff --git a/groovy/groovy.debug/build.xml b/groovy/groovy.debug/build.xml
new file mode 100644
index 00..6f5b102f70
--- /dev/null
+++ b/groovy/groovy.debug/build.xml
@@ -0,0 +1,25 @@
+
+
+
+Builds, tests, and runs the project 
org.netbeans.modules.groovy.debug
+
+
diff --git a/groovy/groovy.debug/manifest.mf b/groovy/groovy.debug/manifest.mf
new file mode 100644
index 00..e04d36c7fe
--- /dev/null
+++ b/groovy/groovy.debug/manifest.mf
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+AutoUpdate-Show-In-Client: false
+OpenIDE-Module: org.netbeans.modules.groovy.debug/1
+OpenIDE-Module-Layer: org/netbeans/modules/groovy/debug/resources/layer.xml
+OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/groovy/debug/resources/Bundle.properties
+OpenIDE-Module-Specification-Version: 1.0
diff --git 
a/groovy/groovy.support/src/META-INF.debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener
 b/groovy/groovy.debug/nbproject/project.properties
similarity index 86%
rename from 
groovy/groovy.support/src/META-INF.debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener
rename to groovy/groovy.debug/nbproject/project.properties
index 358ce86cc0..c0d9833995 100644
--- 
a/groovy/groovy.support/src/META-INF.debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener
+++ b/groovy/groovy.debug/nbproject/project.properties
@@ -14,5 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-
-org.netbeans.modules.groovy.support.debug.GroovyBreakpointAnnotationListener
+javac.compilerargs=-Xlint -Xlint:-serial
+javac.source=1.8
+cp.extra=${tools.jar}
+nbm.homepage=http://wiki.netbeans.org/groovy
diff --git a/groovy/groovy.debug/nbproject/project.xml 
b/groovy/groovy.debug/nbproject/project.xml
new file mode 100644
index 00..60ed07c1a2
--- /dev/null
+++ b/groovy/groovy.debug/nbproject/project.xml
@@ -0,0 +1,154 @@
+
+
+http://www.netbeans.org/ns/project/1;>
+org.netbeans.modules.apisupport.project
+
+http://www.netbeans.org/ns/nb-module-project/3;>
+org.netbeans.modules.groovy.debug
+
+
+
org.netbeans.api.annotations.common
+
+
+
+1
+1.1
+
+
+
+org.netbeans.api.debugger
+
+
+

[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] [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, enrolling your vehicle and covering your assessments. 

[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 for your functional test.
> Visit [WASILA|https://wasila.ae/] to see more information.



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

-
To unsubscribe, 

[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-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] [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 spices and herbs including 
> turmeric, coriander, cumin, cinnamon, cardamom and saffron. In addition to 

[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-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 what all 
> significant travel organizations will resemble by 2021, when the greater part 
> 

[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] [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 are looking for an interesting place to take some 
> stunning photos. Here are just some of our favorite activities -Picnic 

[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