[jira] [Updated] (NETBEANS-1280) Java/Groovy mixed project Java `cannot find symbol` error

2018-09-21 Thread tor sorensen (JIRA)


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

tor sorensen updated NETBEANS-1280:
---
Summary: Java/Groovy mixed project Java `cannot find symbol` error  (was: 
Java/Groovy mixed project Java import error)

> Java/Groovy mixed project Java `cannot find symbol` error
> -
>
> Key: NETBEANS-1280
> URL: https://issues.apache.org/jira/browse/NETBEANS-1280
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Fedora Linux 28 64bit
> Linux Kernel 4.18.7
> Mate 1.20.3
> Memory: 8GiB
> Processor: Intel Core i5-6200U 2.30GHzx4 
>Reporter: tor sorensen
>Priority: Minor
>  Labels: Gradle, NETBEANS-9, groovy, java
> Attachments: buildGradleShot.png, groovyClassWithSimpleMethod.png, 
> javaClassWithError.png, projectStructure.png
>
>
> When I have a mixed Groovy/Java project in netbeans, my Java classes are 
> unable to import groovy classes in the same project. It shows them as errors 
> in the import list. But when I run the build everything compiles and the code 
> works.
> steps to reproduce:
>  # Create a single gradle project.
>  # Update build.gradle by adding `apply plugin: 'groovy'`
>  # Update build.gradle adding `compile 
> 'org.codehaus.groovy:groovy:3.0.0-alpha-3'`
>  # Run clean/build
>  # Create `groovy` folder in the src/main/ directory
>  # Move Main java class into src/main/groovy (this way the groovy plugin will 
> compile and run everything together without problem.)
>  # reload project so groovy shows up in the Projects view.
>  # Create a groovy class next to the Main java class.
>  # Create a simple method in groovy class.
>  # in the java class, instantiate the groovy class and run the method from it.
> At this point the Java class file will display the error `Cannot find 
> symbol`. But if one runs the program it will compile and work just fine.
> The intended functionality works in other IDE, including NetBeans 8.2, 
> however in 9 there is this problem.
>  
> The attachments display the build.gradle file, the groovy and java class 
> (java contains the errors) and a shot of the project structure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1280) Java/Groovy mixed project Java import error

2018-09-21 Thread tor sorensen (JIRA)
tor sorensen created NETBEANS-1280:
--

 Summary: Java/Groovy mixed project Java import error
 Key: NETBEANS-1280
 URL: https://issues.apache.org/jira/browse/NETBEANS-1280
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: Fedora Linux 28 64bit
Linux Kernel 4.18.7
Mate 1.20.3
Memory: 8GiB
Processor: Intel Core i5-6200U 2.30GHzx4 
Reporter: tor sorensen
 Attachments: buildGradleShot.png, groovyClassWithSimpleMethod.png, 
javaClassWithError.png, projectStructure.png

When I have a mixed Groovy/Java project in netbeans, my Java classes are unable 
to import groovy classes in the same project. It shows them as errors in the 
import list. But when I run the build everything compiles and the code works.

steps to reproduce:
 # Create a single gradle project.
 # Update build.gradle by adding `apply plugin: 'groovy'`
 # Update build.gradle adding `compile 
'org.codehaus.groovy:groovy:3.0.0-alpha-3'`
 # Run clean/build
 # Create `groovy` folder in the src/main/ directory
 # Move Main java class into src/main/groovy (this way the groovy plugin will 
compile and run everything together without problem.)
 # reload project so groovy shows up in the Projects view.
 # Create a groovy class next to the Main java class.
 # Create a simple method in groovy class.
 # in the java class, instantiate the groovy class and run the method from it.

At this point the Java class file will display the error `Cannot find symbol`. 
But if one runs the program it will compile and work just fine.

The intended functionality works in other IDE, including NetBeans 8.2, however 
in 9 there is this problem.

 

The attachments display the build.gradle file, the groovy and java class (java 
contains the errors) and a shot of the project structure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[incubator-netbeans] 01/01: Merge pull request #884 from eirikbakke/NETBEANS-1261

2018-09-21 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/incubator-netbeans.git

commit ca9a05862cf80c9a390329afae813fb07bb22169
Merge: 1096783 749e032
Author: Matthias Bläsing 
AuthorDate: Fri Sep 21 20:11:52 2018 +0200

Merge pull request #884 from eirikbakke/NETBEANS-1261

[NETBEANS-1261] Avoid a rendering artifact under Aqua tabs on Retina

 .../swing/tabcontrol/plaf/AquaEditorTabCellRenderer.java  | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)


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

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



[incubator-netbeans] branch master updated (1096783 -> ca9a058)

2018-09-21 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from 1096783  Merge pull request #894 from 
geertjanw/netbeans-1275-82updatecenter
 add 749e032  [NETBEANS-1261] Avoid a rendering artifact under Aqua tabs on 
Retina.
 new ca9a058  Merge pull request #884 from eirikbakke/NETBEANS-1261

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


Summary of changes:
 .../swing/tabcontrol/plaf/AquaEditorTabCellRenderer.java  | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)


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

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



[jira] [Commented] (NETBEANS-1279) Update Xerces Library

2018-09-21 Thread Peter Nabbefeld (JIRA)


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

Peter Nabbefeld commented on NETBEANS-1279:
---

Hm, the replacement of the jar file is not an issue itself. But some questions 
about infrastructure:
 # It seems, the binaries list uses a key - how do I get this?
 # How do I upload the module after the change?

> Update Xerces Library
> -
>
> Key: NETBEANS-1279
> URL: https://issues.apache.org/jira/browse/NETBEANS-1279
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Project
>Affects Versions: 9.0
>Reporter: Peter Nabbefeld
>Priority: Major
>
> When creating a maven plugin module, only xerces-2.8.0 is available, while 
> current version is 2.12.0. As the latest version supports XSD 1.1 features, 
> this is a great improvement which should be available for module development.
>  
> Should be easy to implement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1279) Update Xerces Library

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1279:
-

Great, looking forward to your pull request then.

> Update Xerces Library
> -
>
> Key: NETBEANS-1279
> URL: https://issues.apache.org/jira/browse/NETBEANS-1279
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Project
>Affects Versions: 9.0
>Reporter: Peter Nabbefeld
>Priority: Major
>
> When creating a maven plugin module, only xerces-2.8.0 is available, while 
> current version is 2.12.0. As the latest version supports XSD 1.1 features, 
> this is a great improvement which should be available for module development.
>  
> Should be easy to implement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1269) Find usages is very slow in Netbeans 9.0 and it sits a long time at Initializing data and Usages progress bars without showing any progress at all

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1269:
-

So what happens when you use jdk1.8.0_05 under both?

> Find usages is very slow in Netbeans 9.0 and it sits a long time at 
> Initializing data and Usages progress bars without showing any progress at all
> --
>
> Key: NETBEANS-1269
> URL: https://issues.apache.org/jira/browse/NETBEANS-1269
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 based on jdk-10.0.1 on Windows 10 Pro
>Reporter: Ciprian Bulboaca
>Priority: Critical
>
> Find usages in Netbeans 9.0 is very slow (compared to Netbeans 8.0.2).
> For example, in our large modular project we have, doing a find usages on any 
> method in any class takes a very long time (4-5 minutes) in Netbeans 9.0. For 
> about half the time, Netbeans 9.0 is just sitting at "Initializing data" and 
> for the other half, it is just sitting at Usages progress bar always showing 
> 0% progress! Then, after a long period of waiting, it just shows the results 
> without even updating the progress bar (or at least you can't tell it is 
> updating the progress bar).
> This all behaves normally under Netbeans 8.0.2 where find usages is showing 
> results right away (as it's scanning) and the whole process takes only a few 
> seconds!
> We've tried bumping up the -J-Xmx setting to 1536m in netbeans.conf and 
> although we see the memory allocated is increasing (in Task Manager), 
> Netbeans 9.0 behaves the same way.
> I'm wondering if anybody else is experiencing this. Is there any workaround 
> for this issue? This affects our day to day work very significantly since we 
> rely on fast 'find usages' operations all the time in our analysis & coding 
> work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1269) Find usages is very slow in Netbeans 9.0 and it sits a long time at Initializing data and Usages progress bars without showing any progress at all

2018-09-21 Thread Ciprian Bulboaca (JIRA)


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

Ciprian Bulboaca updated NETBEANS-1269:
---
Environment: Netbeans 9.0 based on jdk-10.0.1 on Windows 10 Pro  (was: 
Netbeans 9.0 on Windows 10 Pro)

> Find usages is very slow in Netbeans 9.0 and it sits a long time at 
> Initializing data and Usages progress bars without showing any progress at all
> --
>
> Key: NETBEANS-1269
> URL: https://issues.apache.org/jira/browse/NETBEANS-1269
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 based on jdk-10.0.1 on Windows 10 Pro
>Reporter: Ciprian Bulboaca
>Priority: Critical
>
> Find usages in Netbeans 9.0 is very slow (compared to Netbeans 8.0.2).
> For example, in our large modular project we have, doing a find usages on any 
> method in any class takes a very long time (4-5 minutes) in Netbeans 9.0. For 
> about half the time, Netbeans 9.0 is just sitting at "Initializing data" and 
> for the other half, it is just sitting at Usages progress bar always showing 
> 0% progress! Then, after a long period of waiting, it just shows the results 
> without even updating the progress bar (or at least you can't tell it is 
> updating the progress bar).
> This all behaves normally under Netbeans 8.0.2 where find usages is showing 
> results right away (as it's scanning) and the whole process takes only a few 
> seconds!
> We've tried bumping up the -J-Xmx setting to 1536m in netbeans.conf and 
> although we see the memory allocated is increasing (in Task Manager), 
> Netbeans 9.0 behaves the same way.
> I'm wondering if anybody else is experiencing this. Is there any workaround 
> for this issue? This affects our day to day work very significantly since we 
> rely on fast 'find usages' operations all the time in our analysis & coding 
> work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-1269) Find usages is very slow in Netbeans 9.0 and it sits a long time at Initializing data and Usages progress bars without showing any progress at all

2018-09-21 Thread Ciprian Bulboaca (JIRA)


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

Ciprian Bulboaca edited comment on NETBEANS-1269 at 9/21/18 5:26 PM:
-

We are using jdk1.8.0_05 under Netbeans 8.0.2 and jdk-10.0.1 under the new 
Netbeans 9.0.

Not sure how to reproduce this behavior on your end ...


was (Author: ciprianb):
We are using jdk1.8.0_05 under Netbeans 8.0.2 and JDK10 under the new Netbeans 
9.0.

Not sure how to reproduce this behavior on your end ...

> Find usages is very slow in Netbeans 9.0 and it sits a long time at 
> Initializing data and Usages progress bars without showing any progress at all
> --
>
> Key: NETBEANS-1269
> URL: https://issues.apache.org/jira/browse/NETBEANS-1269
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 on Windows 10 Pro
>Reporter: Ciprian Bulboaca
>Priority: Critical
>
> Find usages in Netbeans 9.0 is very slow (compared to Netbeans 8.0.2).
> For example, in our large modular project we have, doing a find usages on any 
> method in any class takes a very long time (4-5 minutes) in Netbeans 9.0. For 
> about half the time, Netbeans 9.0 is just sitting at "Initializing data" and 
> for the other half, it is just sitting at Usages progress bar always showing 
> 0% progress! Then, after a long period of waiting, it just shows the results 
> without even updating the progress bar (or at least you can't tell it is 
> updating the progress bar).
> This all behaves normally under Netbeans 8.0.2 where find usages is showing 
> results right away (as it's scanning) and the whole process takes only a few 
> seconds!
> We've tried bumping up the -J-Xmx setting to 1536m in netbeans.conf and 
> although we see the memory allocated is increasing (in Task Manager), 
> Netbeans 9.0 behaves the same way.
> I'm wondering if anybody else is experiencing this. Is there any workaround 
> for this issue? This affects our day to day work very significantly since we 
> rely on fast 'find usages' operations all the time in our analysis & coding 
> work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1269) Find usages is very slow in Netbeans 9.0 and it sits a long time at Initializing data and Usages progress bars without showing any progress at all

2018-09-21 Thread Ciprian Bulboaca (JIRA)


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

Ciprian Bulboaca commented on NETBEANS-1269:


We are using jdk1.8.0_05 under Netbeans 8.0.2 and JDK10 under the new Netbeans 
9.0.

Not sure how to reproduce this behavior on your end ...

> Find usages is very slow in Netbeans 9.0 and it sits a long time at 
> Initializing data and Usages progress bars without showing any progress at all
> --
>
> Key: NETBEANS-1269
> URL: https://issues.apache.org/jira/browse/NETBEANS-1269
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 on Windows 10 Pro
>Reporter: Ciprian Bulboaca
>Priority: Critical
>
> Find usages in Netbeans 9.0 is very slow (compared to Netbeans 8.0.2).
> For example, in our large modular project we have, doing a find usages on any 
> method in any class takes a very long time (4-5 minutes) in Netbeans 9.0. For 
> about half the time, Netbeans 9.0 is just sitting at "Initializing data" and 
> for the other half, it is just sitting at Usages progress bar always showing 
> 0% progress! Then, after a long period of waiting, it just shows the results 
> without even updating the progress bar (or at least you can't tell it is 
> updating the progress bar).
> This all behaves normally under Netbeans 8.0.2 where find usages is showing 
> results right away (as it's scanning) and the whole process takes only a few 
> seconds!
> We've tried bumping up the -J-Xmx setting to 1536m in netbeans.conf and 
> although we see the memory allocated is increasing (in Task Manager), 
> Netbeans 9.0 behaves the same way.
> I'm wondering if anybody else is experiencing this. Is there any workaround 
> for this issue? This affects our day to day work very significantly since we 
> rely on fast 'find usages' operations all the time in our analysis & coding 
> work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-996) java.util.regex.PatternSyntaxException: Unexpected internal error near index 7

2018-09-21 Thread Peter Nabbefeld (JIRA)


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

Peter Nabbefeld commented on NETBEANS-996:
--

Not sure if that is related, but could You probably add Your .gitignore file 
here? Just asking because of this line:

at org.eclipse.jgit.ignore.IgnoreNode.parse(IgnoreNode.java:114)

> java.util.regex.PatternSyntaxException: Unexpected internal error near index 7
> --
>
> Key: NETBEANS-996
> URL: https://issues.apache.org/jira/browse/NETBEANS-996
> Project: NetBeans
>  Issue Type: Bug
>Reporter: chopin xiao
>Priority: Major
>
> \.idea\
>^
>   at java.base/java.util.regex.Pattern.error(Pattern.java:2010)
>   at java.base/java.util.regex.Pattern.compile(Pattern.java:1779)
>   at java.base/java.util.regex.Pattern.(Pattern.java:1422)
>   at java.base/java.util.regex.Pattern.compile(Pattern.java:1082)
>   at 
> org.eclipse.jgit.ignore.internal.Strings.convertGlob(Strings.java:352)
>   at 
> org.eclipse.jgit.ignore.internal.WildCardMatcher.(WildCardMatcher.java:66)
>   at 
> org.eclipse.jgit.ignore.internal.PathMatcher.createNameMatcher0(PathMatcher.java:145)
>   at 
> org.eclipse.jgit.ignore.internal.PathMatcher.createPathMatcher(PathMatcher.java:127)
>   at 
> org.eclipse.jgit.ignore.FastIgnoreRule.(FastIgnoreRule.java:114)
>   at org.eclipse.jgit.ignore.IgnoreNode.parse(IgnoreNode.java:114)
>   at 
> org.eclipse.jgit.treewalk.WorkingTreeIterator$PerDirectoryIgnoreNode.load(WorkingTreeIterator.java:1166)
>   at 
> org.eclipse.jgit.treewalk.WorkingTreeIterator.getIgnoreNode(WorkingTreeIterator.java:625)
>   at 
> org.eclipse.jgit.treewalk.WorkingTreeIterator.isEntryIgnored(WorkingTreeIterator.java:593)
>   at 
> org.eclipse.jgit.treewalk.WorkingTreeIterator.isEntryIgnored(WorkingTreeIterator.java:576)
>   at 
> org.eclipse.jgit.treewalk.WorkingTreeIterator.isEntryIgnored(WorkingTreeIterator.java:563)
>   at 
> org.netbeans.libs.git.jgit.commands.StatusCommand.run(StatusCommand.java:182)
>   at 
> org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:57)
>   at 
> org.netbeans.libs.git.jgit.commands.GitCommand$1.run(GitCommand.java:54)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> org.netbeans.libs.git.jgit.commands.GitCommand.execute(GitCommand.java:54)
>   at org.netbeans.libs.git.GitClient.getStatus(GitClient.java:737)
>   at org.netbeans.modules.git.client.GitClient$26.call(GitClient.java:477)
>   at org.netbeans.modules.git.client.GitClient$26.call(GitClient.java:473)
>   at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1.call(GitClient.java:933)
>   at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1.call(GitClient.java:956)
>   at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethodIntern(GitClient.java:968)
>   at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.runMethod(GitClient.java:897)
>   at 
> org.netbeans.modules.git.client.GitClient$CommandInvoker.access$300(GitClient.java:869)
>   at 
> org.netbeans.modules.git.client.GitClient.getStatus(GitClient.java:473)
>   at 
> org.netbeans.modules.git.client.GitClient.getStatus(GitClient.java:469)
>   at 
> org.netbeans.modules.git.FileStatusCache.refreshAllRoots(FileStatusCache.java:210)
>   at 
> org.netbeans.modules.git.FileStatusCache.refreshAllRoots(FileStatusCache.java:170)
>   at 
> org.netbeans.modules.git.FilesystemInterceptor$RefreshTask.run(FilesystemInterceptor.java:669)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
>   at 
> org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1459)
>   at 
> org.netbeans.modules.git.FilesystemInterceptor.reScheduleRefresh(FilesystemInterceptor.java:755)
>   at 
> org.netbeans.modules.git.FilesystemInterceptor.access$3300(FilesystemInterceptor.java:73)
>   at 
> org.netbeans.modules.git.FilesystemInterceptor$GitFolderEventsHandler.initializeFiles(FilesystemInterceptor.java:1023)
>   at 
> org.netbeans.modules.git.FilesystemInterceptor$GitFolderEventsHandler.access$2500(FilesystemInterceptor.java:842)
>   at 
> org.netbeans.modules.git.FilesystemInterceptor$GitFolderEventsHandler$1.run(FilesystemInterceptor.java:854)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by A

[jira] [Created] (NETBEANS-1279) Update Xerces Library

2018-09-21 Thread Peter Nabbefeld (JIRA)
Peter Nabbefeld created NETBEANS-1279:
-

 Summary: Update Xerces Library
 Key: NETBEANS-1279
 URL: https://issues.apache.org/jira/browse/NETBEANS-1279
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Project
Affects Versions: 9.0
Reporter: Peter Nabbefeld


When creating a maven plugin module, only xerces-2.8.0 is available, while 
current version is 2.12.0. As the latest version supports XSD 1.1 features, 
this is a great improvement which should be available for module development.

 

Should be easy to implement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[incubator-netbeans] branch master updated (2911e3f -> 1096783)

2018-09-21 Thread ehsavoie
This is an automated email from the ASF dual-hosted git repository.

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


from 2911e3f  Update README.md
 add c5c4a0c  [NETBEANS-1275] Register 8.2 update center disabled.
 new 1096783  Merge pull request #894 from 
geertjanw/netbeans-1275-82updatecenter

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


Summary of changes:
 .../netbeans/modules/updatecenters/resources/Bundle.properties |  3 +++
 .../org/netbeans/modules/updatecenters/resources/mf-layer.xml  | 10 ++
 2 files changed, 13 insertions(+)


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

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



[incubator-netbeans] 01/01: Merge pull request #894 from geertjanw/netbeans-1275-82updatecenter

2018-09-21 Thread ehsavoie
This is an automated email from the ASF dual-hosted git repository.

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

commit 109678320c40463602a2e5cff7053f900d707d6a
Merge: 2911e3f c5c4a0c
Author: Emmanuel Hugonnet 
AuthorDate: Fri Sep 21 17:19:54 2018 +0200

Merge pull request #894 from geertjanw/netbeans-1275-82updatecenter

[NETBEANS-1275] Register 8.2 update center disabled.

 .../netbeans/modules/updatecenters/resources/Bundle.properties |  3 +++
 .../org/netbeans/modules/updatecenters/resources/mf-layer.xml  | 10 ++
 2 files changed, 13 insertions(+)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1278) Schema2Bean doesn't support remote schemas and DTDs

2018-09-21 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1278:
-
Labels: pull-request-available  (was: )

> Schema2Bean doesn't support remote schemas and DTDs
> ---
>
> Key: NETBEANS-1278
> URL: https://issues.apache.org/jira/browse/NETBEANS-1278
> Project: NetBeans
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 9.0
>Reporter: Emmanuel Hugonnet
>Assignee: Emmanuel Hugonnet
>Priority: Major
>  Labels: pull-request-available
> Fix For: Next
>
>
> Schema2Bean doesn't support remote XML schemas and DTDs.
> Adding that support would enable us to generate code without having to 
> 'integrate' those schemas in our code which is helpfull for J2EE /JavaEE 
> modules since they rely on those files while they are not under ASL



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1278) Schema2Bean doesn't support remote schemas and DTDs

2018-09-21 Thread Emmanuel Hugonnet (JIRA)
Emmanuel Hugonnet created NETBEANS-1278:
---

 Summary: Schema2Bean doesn't support remote schemas and DTDs
 Key: NETBEANS-1278
 URL: https://issues.apache.org/jira/browse/NETBEANS-1278
 Project: NetBeans
  Issue Type: Improvement
  Components: core
Affects Versions: 9.0
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
 Fix For: Next


Schema2Bean doesn't support remote XML schemas and DTDs.

Adding that support would enable us to generate code without having to 
'integrate' those schemas in our code which is helpfull for J2EE /JavaEE 
modules since they rely on those files while they are not under ASL



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1277) Reporting exception searching plugins

2018-09-21 Thread Michael Remijan (JIRA)


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

Michael Remijan updated NETBEANS-1277:
--
Attachment: ide.log

> Reporting exception searching plugins
> -
>
> Key: NETBEANS-1277
> URL: https://issues.apache.org/jira/browse/NETBEANS-1277
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Michael Remijan
>Priority: Minor
> Attachments: ide.log, ui.log
>
>
> I was searching for plugins. Specifically I was clearing a search term I had 
> in the filter box and I got a NullPointerException I think.  Attache are the 
> ui.log and ide.log files generated by NetBeans which it wanted me to pass 
> along



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1277) Reporting exception searching plugins

2018-09-21 Thread Michael Remijan (JIRA)


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

Michael Remijan updated NETBEANS-1277:
--
Attachment: ui.log

> Reporting exception searching plugins
> -
>
> Key: NETBEANS-1277
> URL: https://issues.apache.org/jira/browse/NETBEANS-1277
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Michael Remijan
>Priority: Minor
> Attachments: ide.log, ui.log
>
>
> I was searching for plugins. Specifically I was clearing a search term I had 
> in the filter box and I got a NullPointerException I think.  Attache are the 
> ui.log and ide.log files generated by NetBeans which it wanted me to pass 
> along



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1277) Reporting exception searching plugins

2018-09-21 Thread Michael Remijan (JIRA)
Michael Remijan created NETBEANS-1277:
-

 Summary: Reporting exception searching plugins
 Key: NETBEANS-1277
 URL: https://issues.apache.org/jira/browse/NETBEANS-1277
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Michael Remijan
 Attachments: ide.log, ui.log

I was searching for plugins. Specifically I was clearing a search term I had in 
the filter box and I got a NullPointerException I think.  Attache are the 
ui.log and ide.log files generated by NetBeans which it wanted me to pass along



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1276) PHPStan Support

2018-09-21 Thread Junichi Yamamoto (JIRA)
Junichi Yamamoto created NETBEANS-1276:
--

 Summary: PHPStan Support
 Key: NETBEANS-1276
 URL: https://issues.apache.org/jira/browse/NETBEANS-1276
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Code
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


Provide support for PHPStan: https://github.com/phpstan/phpstan



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1193) Unable to open any xml file in the IDE

2018-09-21 Thread Gaurav Gupta (JIRA)


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

Gaurav Gupta closed NETBEANS-1193.
--
Resolution: Cannot Reproduce

> Unable to open any xml file in the IDE
> --
>
> Key: NETBEANS-1193
> URL: https://issues.apache.org/jira/browse/NETBEANS-1193
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Code folding
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Gaurav Gupta
>Priority: Blocker
>
> Step to reproduce :
> Project Node > Maven Project > Right click > Open POM
> or directly drop any external xml in the IDE
> NetBeans IDE info : 
> {noformat}
> Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\jGauravGupta\AppData\Roaming\NetBeans\9.0
> Cache directory: C:\Users\jGauravGupta\AppData\Local\NetBeans\Cache\9.0
> {noformat}
> Stacktrace :
> {code:java}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.resolveBackColor(CodeFoldingSideBar.java:350)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.updateColors(CodeFoldingSideBar.java:365)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.access$200(CodeFoldingSideBar.java:99)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar$2.preferenceChange(CodeFoldingSideBar.java:228)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.addNotify(CodeFoldingSideBar.java:284)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at 
> org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.addNotify(CustomizableSideBar.java:286)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addImpl(Container.java:1144)
>   at java.desktop/java.awt.Container.add(Container.java:995)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:523)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)
> [catch] at 
> org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
>   at 
> org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
>   at 
> org.openide.text.CloneableEditorInitializer$1.run(CloneableEditorInitializer.java:84)
>   at 
> org.netbeans.core.windows.WindowManagerImpl$Exclusive$1.run(WindowManagerImpl.java:1546)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   a

[jira] [Commented] (NETBEANS-1193) Unable to open any xml file in the IDE

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1193:
-

Great. Yes, close it. If it reoccurs, open it again, hopefully with more 
details so we can reproduce.

> Unable to open any xml file in the IDE
> --
>
> Key: NETBEANS-1193
> URL: https://issues.apache.org/jira/browse/NETBEANS-1193
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Code folding
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Gaurav Gupta
>Priority: Blocker
>
> Step to reproduce :
> Project Node > Maven Project > Right click > Open POM
> or directly drop any external xml in the IDE
> NetBeans IDE info : 
> {noformat}
> Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\jGauravGupta\AppData\Roaming\NetBeans\9.0
> Cache directory: C:\Users\jGauravGupta\AppData\Local\NetBeans\Cache\9.0
> {noformat}
> Stacktrace :
> {code:java}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.resolveBackColor(CodeFoldingSideBar.java:350)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.updateColors(CodeFoldingSideBar.java:365)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.access$200(CodeFoldingSideBar.java:99)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar$2.preferenceChange(CodeFoldingSideBar.java:228)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.addNotify(CodeFoldingSideBar.java:284)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at 
> org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.addNotify(CustomizableSideBar.java:286)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addImpl(Container.java:1144)
>   at java.desktop/java.awt.Container.add(Container.java:995)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:523)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)
> [catch] at 
> org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
>   at 
> org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
>   at 
> org.openide.text.CloneableEditorInitializer$1.run(CloneableEditorInitializer.java:84)
>   at 
> org.netbeans.core.windows.WindowManagerImpl$Exclusive$1.run(WindowManagerImpl.java:1546)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEve

[jira] [Commented] (NETBEANS-1193) Unable to open any xml file in the IDE

2018-09-21 Thread Gaurav Gupta (JIRA)


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

Gaurav Gupta commented on NETBEANS-1193:


I reinstalled the JDK 10 , used fresh zip bundle of NetBeans and  cleared 
NetBeans cache, it seems to be fixed.

Should I close this issue ?

> Unable to open any xml file in the IDE
> --
>
> Key: NETBEANS-1193
> URL: https://issues.apache.org/jira/browse/NETBEANS-1193
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Code folding
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Gaurav Gupta
>Priority: Blocker
>
> Step to reproduce :
> Project Node > Maven Project > Right click > Open POM
> or directly drop any external xml in the IDE
> NetBeans IDE info : 
> {noformat}
> Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\jGauravGupta\AppData\Roaming\NetBeans\9.0
> Cache directory: C:\Users\jGauravGupta\AppData\Local\NetBeans\Cache\9.0
> {noformat}
> Stacktrace :
> {code:java}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.resolveBackColor(CodeFoldingSideBar.java:350)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.updateColors(CodeFoldingSideBar.java:365)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.access$200(CodeFoldingSideBar.java:99)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar$2.preferenceChange(CodeFoldingSideBar.java:228)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.addNotify(CodeFoldingSideBar.java:284)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at 
> org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.addNotify(CustomizableSideBar.java:286)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addImpl(Container.java:1144)
>   at java.desktop/java.awt.Container.add(Container.java:995)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:523)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)
> [catch] at 
> org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
>   at 
> org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
>   at 
> org.openide.text.CloneableEditorInitializer$1.run(CloneableEditorInitializer.java:84)
>   at 
> org.netbeans.core.windows.WindowManagerImpl$Exclusive$1.run(WindowManagerImpl.java:1546)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.aw

[jira] [Commented] (NETBEANS-1191) OSX Netbeans 8.2 Git Problems - Auth Fail

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1191:
-

Please use Apache NetBeans (incubating) 9.0: netbeans.apache.org



> OSX Netbeans 8.2 Git Problems - Auth Fail
> -
>
> Key: NETBEANS-1191
> URL: https://issues.apache.org/jira/browse/NETBEANS-1191
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 8.2
> Environment: Mac OS High Sierra, Oracle Java 8 JDK 181, Netbeans 8.2
>Reporter: Christopher Ebejer
>Priority: Blocker
>
> I'm trying to use the git clone functions within Netbeans 8.2 (MAC OSx 
> running Oracle JAVA JDK 8U181) to clone our remote private git repos. We 
> access our git repo via private/public key over ssh. Everything works fine 
> via the terminal/command line but when I'm using Netbeans the SSH Guard on 
> our server is blocking my IP Address due to the following problems
>  
>  
> {{Aug 25 20:32:32 hq-1 sshd[10726]: error: Received disconnect from 
> 92.251.66.76 port 49622:3: com.jcraft.jsch.JSchException: Auth fail [preauth] 
> Aug 25 20:33:13 hq-1 sshguard[10608]: Blocking 92.251.66.76 for 840 secs (4 
> attacks in 41 secs, after 1 abuses over 41 secs) Aug 25 20:33:14 hq-1 
> sshguard[10608]: 92.251.66.76 has already been blocked}}
> I have set up a similar computer running Windows 10 (Same Netbeans 8.2, 
> JDK8U181 and same keys) and had no problems.
> It seems this issue is only happening on the MAC OSx. I have cleared as well 
> the git cache and osxkeychain.
> I wasn't able to increase the logging on Netbeans to see why the JSch is 
> giving me an Auth Fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1193) Unable to open any xml file in the IDE

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1193:
-

Is this still a problem or have you resolved it somehow?

> Unable to open any xml file in the IDE
> --
>
> Key: NETBEANS-1193
> URL: https://issues.apache.org/jira/browse/NETBEANS-1193
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Code folding
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Gaurav Gupta
>Priority: Blocker
>
> Step to reproduce :
> Project Node > Maven Project > Right click > Open POM
> or directly drop any external xml in the IDE
> NetBeans IDE info : 
> {noformat}
> Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
> Runtime: Java(TM) SE Runtime Environment 10.0.2+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\jGauravGupta\AppData\Roaming\NetBeans\9.0
> Cache directory: C:\Users\jGauravGupta\AppData\Local\NetBeans\Cache\9.0
> {noformat}
> Stacktrace :
> {code:java}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.resolveBackColor(CodeFoldingSideBar.java:350)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.updateColors(CodeFoldingSideBar.java:365)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.access$200(CodeFoldingSideBar.java:99)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar$2.preferenceChange(CodeFoldingSideBar.java:228)
>   at 
> org.netbeans.modules.editor.fold.ui.CodeFoldingSideBar.addNotify(CodeFoldingSideBar.java:284)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at 
> org.netbeans.modules.editor.impl.CustomizableSideBar$WestSidebarHolder.addNotify(CustomizableSideBar.java:286)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addNotify(Container.java:2798)
>   at java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4783)
>   at java.desktop/java.awt.Container.addImpl(Container.java:1144)
>   at java.desktop/java.awt.Container.add(Container.java:995)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:523)
>   at 
> org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)
> [catch] at 
> org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
>   at 
> org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
>   at 
> org.openide.text.CloneableEditorInitializer$1.run(CloneableEditorInitializer.java:84)
>   at 
> org.netbeans.core.windows.WindowManagerImpl$Exclusive$1.run(WindowManagerImpl.java:1546)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>   at 

[jira] [Commented] (NETBEANS-1234) GC overhead limit exceeded

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1234:
-

Please use Apache NetBeans (incubating) 9.0: netbeans.apache.org



> GC overhead limit exceeded
> --
>
> Key: NETBEANS-1234
> URL: https://issues.apache.org/jira/browse/NETBEANS-1234
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 8.2
>Reporter: Alex Tomb
>Priority: Blocker
>
> Hi!
> I am getting this error from time to time:
> java.lang.OutOfMemoryError: GC overhead limit exceeded
>     at org.netbeans.Stamps.produceRelativePath(Stamps.java:983)
>     at org.netbeans.Stamps.findRelativePath(Stamps.java:1021)
>     at 
> org.netbeans.JarClassLoader$JarSource.getIdentifier(JarClassLoader.java:869)
>     at org.netbeans.Archive.getData(Archive.java:190)
>     at 
> org.netbeans.JarClassLoader$JarSource.readClass(JarClassLoader.java:601)
>     at 
> org.netbeans.JarClassLoader$Source.getClassData(JarClassLoader.java:396)
>     at 
> org.netbeans.JarClassLoader$NbJarURLConnection.connect(JarClassLoader.java:1118)
>     at 
> org.netbeans.JarClassLoader$NbJarURLConnection.getInputStream(JarClassLoader.java:1156)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:623)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:1304)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:1270)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:264)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(XMLDocumentScannerImpl.java:1161)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(XMLDocumentScannerImpl.java:1045)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:959)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
>     at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
>     at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
>     at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
>     at 
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
>     at 
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
>     at 
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
>     at 
> org.openide.filesystems.DefaultAttributes$InnerParser.parseXML(DefaultAttributes.java:1349)
>     at 
> org.openide.filesystems.DefaultAttributes$Table.readFromXML(DefaultAttributes.java:1092)
>     at 
> org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:717)
>     at 
> org.openide.filesystems.DefaultAttributes.load(DefaultAttributes.java:673)
>     at 
> org.openide.filesystems.DefaultAttributes.loadTable(DefaultAttributes.java:651)
>     at 
> org.openide.filesystems.DefaultAttributes.readAttribute(DefaultAttributes.java:373)
>     at 
> org.openide.filesystems.LocalFileSystem$InnerAttrs.readAttribute(LocalFileSystem.java:745)
>     at 
> org.netbeans.core.startup.layers.LocalFileSystemEx$DelegatingAttributes.readAttribute(LocalFileSystemEx.java:205)
>     at org.openide.filesystems.XMLMapAttr.readAttribute(XMLMapAttr.java:174)
>     at 
> org.openide.filesystems.AbstractFileObject.getAttribute(AbstractFileObject.java:340)
> I can not reproduce it
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1124) Netbean IDE bug report stop working

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1124:
-

Please use Apache NetBeans (incubating) 9.0: netbeans.apache.org

> Netbean IDE bug report stop working
> ---
>
> Key: NETBEANS-1124
> URL: https://issues.apache.org/jira/browse/NETBEANS-1124
> Project: NetBeans
>  Issue Type: Bug
>  Components: connecteddeveloper - Bugzilla, connecteddeveloper - 
> Issuetracking Framework
>Reporter: Truong Chuong Duong
>Priority: Blocker
>
> I am not sure it caused by Netbean changed from bugzilla to Jira or not but I 
> cannot report any bug by use integrated bug report tool



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1203) Lost IDE window in Windows 10

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1203:
-

Please use Apache NetBeans (incubating) 9.0: netbeans.apache.org



> Lost IDE window in Windows 10
> -
>
> Key: NETBEANS-1203
> URL: https://issues.apache.org/jira/browse/NETBEANS-1203
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Navigation
>Affects Versions: 8.2
> Environment: Windows 10 - Surface Book
>Reporter: Norm
>Priority: Blocker
> Fix For: 8.2
>
>
> When I launch IDE it opens in a non-existent window. It is completely 
> invisible.  I use several displays with my Surface Book and Netbeans seemed 
> to have become confused. I attempted to re-install but the problem remains. I 
> can see it in the list when I use alt-tab but cannot switch to it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1269) Find usages is very slow in Netbeans 9.0 and it sits a long time at Initializing data and Usages progress bars without showing any progress at all

2018-09-21 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1269:
-

Is there a way we can reproduce the difference? Are you using the same JDK in 
both scenarios?

> Find usages is very slow in Netbeans 9.0 and it sits a long time at 
> Initializing data and Usages progress bars without showing any progress at all
> --
>
> Key: NETBEANS-1269
> URL: https://issues.apache.org/jira/browse/NETBEANS-1269
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 on Windows 10 Pro
>Reporter: Ciprian Bulboaca
>Priority: Critical
>
> Find usages in Netbeans 9.0 is very slow (compared to Netbeans 8.0.2).
> For example, in our large modular project we have, doing a find usages on any 
> method in any class takes a very long time (4-5 minutes) in Netbeans 9.0. For 
> about half the time, Netbeans 9.0 is just sitting at "Initializing data" and 
> for the other half, it is just sitting at Usages progress bar always showing 
> 0% progress! Then, after a long period of waiting, it just shows the results 
> without even updating the progress bar (or at least you can't tell it is 
> updating the progress bar).
> This all behaves normally under Netbeans 8.0.2 where find usages is showing 
> results right away (as it's scanning) and the whole process takes only a few 
> seconds!
> We've tried bumping up the -J-Xmx setting to 1536m in netbeans.conf and 
> although we see the memory allocated is increasing (in Task Manager), 
> Netbeans 9.0 behaves the same way.
> I'm wondering if anybody else is experiencing this. Is there any workaround 
> for this issue? This affects our day to day work very significantly since we 
> rely on fast 'find usages' operations all the time in our analysis & coding 
> work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1275) Add the 8.2 update center to the default installation

2018-09-21 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-1275:
-
Labels: pull-request-available  (was: )

> Add  the 8.2 update center to the default installation
> --
>
> Key: NETBEANS-1275
> URL: https://issues.apache.org/jira/browse/NETBEANS-1275
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>
> Update these:
> https://github.com/apache/incubator-netbeans/blob/master/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
> https://github.com/apache/incubator-netbeans/blob/master/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-1275) Add the 8.2 update center to the default installation

2018-09-21 Thread Geertjan Wielenga (JIRA)
Geertjan Wielenga created NETBEANS-1275:
---

 Summary: Add  the 8.2 update center to the default installation
 Key: NETBEANS-1275
 URL: https://issues.apache.org/jira/browse/NETBEANS-1275
 Project: NetBeans
  Issue Type: Task
Reporter: Geertjan Wielenga


Update these:

https://github.com/apache/incubator-netbeans/blob/master/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml

https://github.com/apache/incubator-netbeans/blob/master/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[incubator-netbeans] branch master updated: Update README.md

2018-09-21 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2911e3f  Update README.md
2911e3f is described below

commit 2911e3fc784e564c25150c56ebf1073f8df57261
Author: Geertjan Wielenga 
AuthorDate: Fri Sep 21 09:07:48 2018 +0200

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 218f305..98c6dcd 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Apache NetBeans is an open source development environment, 
tooling platform, and
 
 ### Building NetBeans
 
-Bulid with the default config (See the 
[cluster.config](https://github.com/apache/incubator-netbeans/blob/ab66c7fdfdcbf0bde67b96ddb075c83451cdd1a6/nbbuild/cluster.properties#L19)
 property.)
+Build with the default config (See the 
[cluster.config](https://github.com/apache/incubator-netbeans/blob/ab66c7fdfdcbf0bde67b96ddb075c83451cdd1a6/nbbuild/cluster.properties#L19)
 property.)
 ```
 $ ant
 ```


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

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