[jira] [Comment Edited] (NETBEANS-238) Invoking code-complete in Maven projects is extremely slow

2018-01-11 Thread Gili (JIRA)

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

Gili edited comment on NETBEANS-238 at 1/12/18 7:19 AM:


[~jlahoda] Regarding the diff, I am seeing the same directories getting scanned 
over and over again (specifically, I am surprised the same entries show up 
consecutively). Is this expected? I've attached messages.log for your review. 
(UPDATE: I just noticed tens of thousands of other entries in messages.log.1, 
messages.log.2. This could definitely be useful to optimize away.)

Also, I am not aware of any side-effects of this patch. What kind of problems 
have you run across?


was (Author: cowwoc):
[~jlahoda] Regarding the diff, I am seeing the same directories getting scanned 
over and over again (specifically, I am surprised the same entries show up 
consecutively). Is this expected? I've attached messages.log for your review.

Also, I am not aware of any side-effects of this patch. What kind of problems 
have you run across?

> Invoking code-complete in Maven projects is extremely slow
> --
>
> Key: NETBEANS-238
> URL: https://issues.apache.org/jira/browse/NETBEANS-238
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: build 152
>Reporter: Gili
>Priority: Critical
> Attachments: NETBEANS-238-experiment.diff, 
> SlowCodeCompleteAntAndMaven.zip, code-complete-profiler.npss, messages.log
>
>
> Say I'm in a class that has a field {{singletonScope}} where this class is 
> defined within the same Maven module.
> I type {{singletonScope.}} then wait for auto-complete to suggest possible 
> methods. Code-complete takes roughly 10 seconds to come back.
> This is reproducible 100% of the time.
> Expected behavior: Code-complete should complete within 300ms or less.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-238) Invoking code-complete in Maven projects is extremely slow

2018-01-11 Thread Gili (JIRA)

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

Gili edited comment on NETBEANS-238 at 1/12/18 7:13 AM:


[~jlahoda] Regarding the diff, I am seeing the same directories getting scanned 
over and over again (specifically, I am surprised the same entries show up 
consecutively). Is this expected? I've attached messages.log for your review.

Also, I am not aware of any side-effects of this patch. What kind of problems 
have you run across?


was (Author: cowwoc):
[~jlahoda] Regarding the diff, I am seeing the same directories getting scanned 
over and over again (specifically, I am surprised the same entries show up 
consecutively). Is this expected? I've attached messages.log for your review.


> Invoking code-complete in Maven projects is extremely slow
> --
>
> Key: NETBEANS-238
> URL: https://issues.apache.org/jira/browse/NETBEANS-238
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: build 152
>Reporter: Gili
>Priority: Critical
> Attachments: NETBEANS-238-experiment.diff, 
> SlowCodeCompleteAntAndMaven.zip, code-complete-profiler.npss, messages.log
>
>
> Say I'm in a class that has a field {{singletonScope}} where this class is 
> defined within the same Maven module.
> I type {{singletonScope.}} then wait for auto-complete to suggest possible 
> methods. Code-complete takes roughly 10 seconds to come back.
> This is reproducible 100% of the time.
> Expected behavior: Code-complete should complete within 300ms or less.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-238) Invoking code-complete in Maven projects is extremely slow

2018-01-11 Thread Gili (JIRA)

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

Gili updated NETBEANS-238:
--
Attachment: messages.log

[~jlahoda] Regarding the diff, I am seeing the same directories getting scanned 
over and over again (specifically, I am surprised the same entries show up 
consecutively). Is this expected? I've attached messages.log for your review.


> Invoking code-complete in Maven projects is extremely slow
> --
>
> Key: NETBEANS-238
> URL: https://issues.apache.org/jira/browse/NETBEANS-238
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: build 152
>Reporter: Gili
>Priority: Critical
> Attachments: NETBEANS-238-experiment.diff, 
> SlowCodeCompleteAntAndMaven.zip, code-complete-profiler.npss, messages.log
>
>
> Say I'm in a class that has a field {{singletonScope}} where this class is 
> defined within the same Maven module.
> I type {{singletonScope.}} then wait for auto-complete to suggest possible 
> methods. Code-complete takes roughly 10 seconds to come back.
> This is reproducible 100% of the time.
> Expected behavior: Code-complete should complete within 300ms or less.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-269) Conflicting keyboard shortcuts in Generate equals() and Hashcode() window

2018-01-11 Thread Gili (JIRA)
Gili created NETBEANS-269:
-

 Summary: Conflicting keyboard shortcuts in Generate equals() and 
Hashcode() window
 Key: NETBEANS-269
 URL: https://issues.apache.org/jira/browse/NETBEANS-269
 Project: NetBeans
  Issue Type: Improvement
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
20180106-unknown-revn)
Updates: Updates available
Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
Runtime: Java(TM) SE Runtime Environment 9.0.1+11
System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
Reporter: Gili
Priority: Minor


If "Generate equals() and hashcode()" is invoked on a class with at least 2 
fields, the window has 2 buttons labeled "Select All" and "Select None", one 
pair per side. Both sides have the same keyboard shortcuts so when the mnemonic 
is invoked only one set of buttons ever gets triggered.

Expected behavior: unique keyboard shortcuts, or triggering the buttons 
associated with the sub-panel that has focus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-251) Generate hashCode/equals() throws NPE

2018-01-11 Thread Gili (JIRA)

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

Gili updated NETBEANS-251:
--
Attachment: GenerateEqualsNPE.zip

[~jlahoda] Please try generating hashcode/equals inside the attached project.

> Generate hashCode/equals() throws NPE
> -
>
> Key: NETBEANS-251
> URL: https://issues.apache.org/jira/browse/NETBEANS-251
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-159-on-20180102)
> Updates: Updates available
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>  Labels: regression
> Attachments: GenerateEqualsNPE.zip
>
>
> 1. Invoke Generate -> equals() and hashCode()
> 2. Select any field(s)
> 3. Click "Generate"
> 4. Exception thrown:
> {code}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.widthQ(WidthEstimator.java:92)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.width(WidthEstimator.java:76)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.visitSelect(WidthEstimator.java:262)
>   at 
> com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2110)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.estimateWidth(WidthEstimator.java:48)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitBinary(VeryPretty.java:1703)
>   at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printExpr(VeryPretty.java:2816)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printNoParenExpr(VeryPretty.java:2807)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitIf(VeryPretty.java:1391)
>   at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1421)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printExpr(VeryPretty.java:2816)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printStat(VeryPretty.java:2873)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printStats(VeryPretty.java:2929)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printBlock(VeryPretty.java:3011)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printBlock(VeryPretty.java:2948)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitMethodDef(VeryPretty.java:1002)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.print(VeryPretty.java:276)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:3936)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:1086)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5215)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5109)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5037)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5008)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:3854)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTopLevel(CasualDiff.java:578)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5188)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5109)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5037)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5020)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diff(CasualDiff.java:346)
>   at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:907)
>   at 
> org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1319)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:675)
>   at 

[jira] [Comment Edited] (NETBEANS-251) Generate hashCode/equals() throws NPE

2018-01-11 Thread Gili (JIRA)

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

Gili edited comment on NETBEANS-251 at 1/11/18 11:24 PM:
-

[~jlahoda] It seems this bug is triggered by specific code-formatting 
preferences. Please try generating hashcode/equals inside the attached project.


was (Author: cowwoc):
[~jlahoda] Please try generating hashcode/equals inside the attached project.

> Generate hashCode/equals() throws NPE
> -
>
> Key: NETBEANS-251
> URL: https://issues.apache.org/jira/browse/NETBEANS-251
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-159-on-20180102)
> Updates: Updates available
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>  Labels: regression
> Attachments: GenerateEqualsNPE.zip
>
>
> 1. Invoke Generate -> equals() and hashCode()
> 2. Select any field(s)
> 3. Click "Generate"
> 4. Exception thrown:
> {code}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.widthQ(WidthEstimator.java:92)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.width(WidthEstimator.java:76)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.visitSelect(WidthEstimator.java:262)
>   at 
> com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2110)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.estimateWidth(WidthEstimator.java:48)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitBinary(VeryPretty.java:1703)
>   at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printExpr(VeryPretty.java:2816)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printNoParenExpr(VeryPretty.java:2807)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitIf(VeryPretty.java:1391)
>   at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1421)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printExpr(VeryPretty.java:2816)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printStat(VeryPretty.java:2873)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printStats(VeryPretty.java:2929)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printBlock(VeryPretty.java:3011)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printBlock(VeryPretty.java:2948)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitMethodDef(VeryPretty.java:1002)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.print(VeryPretty.java:276)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:3936)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:1086)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5215)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5109)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5037)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5008)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:3854)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTopLevel(CasualDiff.java:578)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5188)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5109)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5037)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5020)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diff(CasualDiff.java:346)
>   at 
> 

[jira] [Commented] (NETBEANS-251) Generate hashCode/equals() throws NPE

2018-01-11 Thread Jan Lahoda (JIRA)

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

Jan Lahoda commented on NETBEANS-251:
-

Is there some particular way to reproduce this? I tried on a simple class, and 
I didn't see the NPE. It is hard to do something with bugs like this if one 
cannot reproduce them.

Thanks.


> Generate hashCode/equals() throws NPE
> -
>
> Key: NETBEANS-251
> URL: https://issues.apache.org/jira/browse/NETBEANS-251
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-159-on-20180102)
> Updates: Updates available
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>Reporter: Gili
>  Labels: regression
>
> 1. Invoke Generate -> equals() and hashCode()
> 2. Select any field(s)
> 3. Click "Generate"
> 4. Exception thrown:
> {code}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.widthQ(WidthEstimator.java:92)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.width(WidthEstimator.java:76)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.visitSelect(WidthEstimator.java:262)
>   at 
> com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2110)
>   at 
> org.netbeans.modules.java.source.pretty.WidthEstimator.estimateWidth(WidthEstimator.java:48)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitBinary(VeryPretty.java:1703)
>   at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printExpr(VeryPretty.java:2816)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printNoParenExpr(VeryPretty.java:2807)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitIf(VeryPretty.java:1391)
>   at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1421)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printExpr(VeryPretty.java:2816)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printStat(VeryPretty.java:2873)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printStats(VeryPretty.java:2929)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printBlock(VeryPretty.java:3011)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.printBlock(VeryPretty.java:2948)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.visitMethodDef(VeryPretty.java:1002)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.doAccept(VeryPretty.java:407)
>   at 
> org.netbeans.modules.java.source.pretty.VeryPretty.print(VeryPretty.java:276)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:3936)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:1086)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5215)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5109)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5037)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5008)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffList(CasualDiff.java:3854)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTopLevel(CasualDiff.java:578)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:5188)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5109)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5037)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:5020)
>   at 
> org.netbeans.modules.java.source.save.CasualDiff.diff(CasualDiff.java:346)
>   at 
> org.netbeans.api.java.source.WorkingCopy.processCurrentCompilationUnit(WorkingCopy.java:907)
>   at 
> org.netbeans.api.java.source.WorkingCopy.getChanges(WorkingCopy.java:1319)
>   at 

[jira] [Assigned] (NETBEANS-268) Unable to reindex maven repository in Linux

2018-01-11 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro reassigned NETBEANS-268:
---

Assignee: Antonio Vieiro

> Unable to reindex maven repository in Linux
> ---
>
> Key: NETBEANS-268
> URL: https://issues.apache.org/jira/browse/NETBEANS-268
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Reporter: Antonio Vieiro
>Assignee: Antonio Vieiro
> Attachments: maven-nospace-exception.txt
>
>
> NetBeans is unable to re-index a maven repository.
> Note that previous issue 210 
> https://issues.apache.org/jira/browse/NETBEANS-210 solved the problem of 
> indexing repositories, this is about re-indexing them.
> Exception is attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-268) Unable to reindex maven repository in Linux

2018-01-11 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-268:

Description: 
NetBeans is unable to re-index a maven repository.

Note that previous issue 210 https://issues.apache.org/jira/browse/NETBEANS-210 
solved the problem of indexing repositories, this is about re-indexing them.

Exception is attached.

  was:
NetBeans is unable to re-index a maven repository.

Note that previous issue 
#[210](https://issues.apache.org/jira/browse/NETBEANS-210) solved the problem 
of indexing repositories, this is about re-indexing them.

Exception is attached.


> Unable to reindex maven repository in Linux
> ---
>
> Key: NETBEANS-268
> URL: https://issues.apache.org/jira/browse/NETBEANS-268
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Reporter: Antonio Vieiro
> Attachments: maven-nospace-exception.txt
>
>
> NetBeans is unable to re-index a maven repository.
> Note that previous issue 210 
> https://issues.apache.org/jira/browse/NETBEANS-210 solved the problem of 
> indexing repositories, this is about re-indexing them.
> Exception is attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-268) Unable to reindex maven repository in Linux

2018-01-11 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-268:

Description: 
NetBeans is unable to re-index a maven repository.

Note that previous issue #210 solved the problem of indexing repositories, this 
is about re-indexing them.

Exception is attached.

  was:
NetBeans is unable to re-index a maven repository.

Note that previous issue 
[#210](https://issues.apache.org/jira/browse/NETBEANS-210) solved the problem 
of indexing repositories, this is about re-indexing them.

Exception is attached.


> Unable to reindex maven repository in Linux
> ---
>
> Key: NETBEANS-268
> URL: https://issues.apache.org/jira/browse/NETBEANS-268
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Reporter: Antonio Vieiro
> Attachments: maven-nospace-exception.txt
>
>
> NetBeans is unable to re-index a maven repository.
> Note that previous issue #210 solved the problem of indexing repositories, 
> this is about re-indexing them.
> Exception is attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-268) Unable to reindex maven repository in Linux

2018-01-11 Thread Antonio Vieiro (JIRA)

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

Antonio Vieiro updated NETBEANS-268:

Description: 
NetBeans is unable to re-index a maven repository.

Note that previous issue 
#[210](https://issues.apache.org/jira/browse/NETBEANS-210) solved the problem 
of indexing repositories, this is about re-indexing them.

Exception is attached.

  was:
NetBeans is unable to re-index a maven repository.

Note that previous issue #210 solved the problem of indexing repositories, this 
is about re-indexing them.

Exception is attached.


> Unable to reindex maven repository in Linux
> ---
>
> Key: NETBEANS-268
> URL: https://issues.apache.org/jira/browse/NETBEANS-268
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Reporter: Antonio Vieiro
> Attachments: maven-nospace-exception.txt
>
>
> NetBeans is unable to re-index a maven repository.
> Note that previous issue 
> #[210](https://issues.apache.org/jira/browse/NETBEANS-210) solved the problem 
> of indexing repositories, this is about re-indexing them.
> Exception is attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-268) Unable to reindex maven repository in Linux

2018-01-11 Thread Antonio Vieiro (JIRA)
Antonio Vieiro created NETBEANS-268:
---

 Summary: Unable to reindex maven repository in Linux
 Key: NETBEANS-268
 URL: https://issues.apache.org/jira/browse/NETBEANS-268
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Reporter: Antonio Vieiro
 Attachments: maven-nospace-exception.txt

NetBeans is unable to re-index a maven repository.

Note that previous issue 
[#210](https://issues.apache.org/jira/browse/NETBEANS-210) solved the problem 
of indexing repositories, this is about re-indexing them.

Exception is attached.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-267) NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitMethodDef(JavacProcessingEnvironment.java:1648)

2018-01-11 Thread Daniel Trebbien (JIRA)
Daniel Trebbien created NETBEANS-267:


 Summary: NullPointerException at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitMethodDef(JavacProcessingEnvironment.java:1648)
 Key: NETBEANS-267
 URL: https://issues.apache.org/jira/browse/NETBEANS-267
 Project: NetBeans
  Issue Type: Bug
  Components: java - Source
Reporter: Daniel Trebbien
 Attachments: Test.dump

A {{NullPointerException}} occurs when opening the following erroneous Java 
source file:

{code:java}
package bugs;

public class Test {
public enum E {
A()
{
};

private E()
}
}
{code}

Full stack trace:
{code}
java.lang.NullPointerException
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitMethodDef(JavacProcessingEnvironment.java:1648)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.scan(JavacProcessingEnvironment.java:1561)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
at 
com.sun.tools.javac.tree.TreeScanner.visitClassDef(TreeScanner.java:118)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitClassDef(JavacProcessingEnvironment.java:1597)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.scan(JavacProcessingEnvironment.java:1561)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
at 
com.sun.tools.javac.tree.TreeScanner.visitClassDef(TreeScanner.java:118)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitClassDef(JavacProcessingEnvironment.java:1597)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.scan(JavacProcessingEnvironment.java:1561)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
at 
com.sun.tools.javac.tree.TreeScanner.visitTopLevel(TreeScanner.java:66)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.visitTopLevel(JavacProcessingEnvironment.java:1591)
at 
com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:531)
at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$1.scan(JavacProcessingEnvironment.java:1561)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.newRound(JavacProcessingEnvironment.java:1285)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.(JavacProcessingEnvironment.java:1088)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.next(JavacProcessingEnvironment.java:1128)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1330)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1336)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1224)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:397)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:320)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:619)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:480)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:134)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
at 
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 

[jira] [Updated] (NETBEANS-266) OutOfMemoryError: Java heap space

2018-01-11 Thread Gabriele Brosulo (JIRA)

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

Gabriele Brosulo updated NETBEANS-266:
--
Description: 
The attached file, part of an old version of my CMS of choice, breaks something 
in Netbeans, causing the infamous "OutOfMemoryError: Java heap space" error.
Removing it, or replacing with its newest version, solve the problem.
Putting it in another project breaks it. I suppose it can be an encoding 
problem, but I can't investigate further. 

Product Version = NetBeans IDE 8.2 (Build 201705191307) (#5fd841261bf9)
  Operating System= Linux version 3.16.0-4-amd64 running on amd64
  Java; VM; Vendor= 1.8.0_101; Java HotSpot(TM) 64-Bit Server VM 
25.101-b13; Oracle Corporation
  Runtime = Java(TM) SE Runtime Environment 1.8.0_101-b13
  Java Home   = /usr/local/netbeans-8.2/bin/jre
  System Locale; Encoding = it_IT (nb); UTF-8
  Home Directory  = /home/gabo
  Current Directory   = /home/gabo
  User Directory  = /home/gabo/.netbeans/8.2
  Cache Directory = /home/gabo/.cache/netbeans/8.2
  Installation= /usr/local/netbeans-8.2/nb
/usr/local/netbeans-8.2/ide
/usr/local/netbeans-8.2/extide
/usr/local/netbeans-8.2/webcommon
/usr/local/netbeans-8.2/websvccommon
/usr/local/netbeans-8.2/php
/usr/local/netbeans-8.2/harness
/usr/local/netbeans-8.2/platform

  was:
The attached file, part of an old version of my CMS of choice, breaks something 
in Netbeans, causing the infamous "OutOfMemoryError: Java heap space" error.
Removing it, or replacing with its newest version, solve the problem.
Putting it in another project breaks it. I suppose it can be an encoding 
problem, but I can't investigate further. 


> OutOfMemoryError: Java heap space
> -
>
> Key: NETBEANS-266
> URL: https://issues.apache.org/jira/browse/NETBEANS-266
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Other
>Affects Versions: 8.2
> Environment: Product Version = NetBeans IDE 8.2 (Build 
> 201705191307) (#5fd841261bf9)
>   Operating System= Linux version 3.16.0-4-amd64 running on amd64
>   Java; VM; Vendor= 1.8.0_101; Java HotSpot(TM) 64-Bit Server VM 
> 25.101-b13; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_101-b13
>   Java Home   = /usr/local/netbeans-8.2/bin/jre
>   System Locale; Encoding = it_IT (nb); UTF-8
>   Home Directory  = /home/gabo
>   Current Directory   = /home/gabo
>   User Directory  = /home/gabo/.netbeans/8.2
>   Cache Directory = /home/gabo/.cache/netbeans/8.2
>   Installation= /usr/local/netbeans-8.2/nb
> /usr/local/netbeans-8.2/ide
> /usr/local/netbeans-8.2/extide
> /usr/local/netbeans-8.2/webcommon
> /usr/local/netbeans-8.2/websvccommon
> /usr/local/netbeans-8.2/php
> /usr/local/netbeans-8.2/harness
> /usr/local/netbeans-8.2/platform
>Reporter: Gabriele Brosulo
> Attachments: fa_IR.js
>
>
> The attached file, part of an old version of my CMS of choice, breaks 
> something in Netbeans, causing the infamous "OutOfMemoryError: Java heap 
> space" error.
> Removing it, or replacing with its newest version, solve the problem.
> Putting it in another project breaks it. I suppose it can be an encoding 
> problem, but I can't investigate further. 
> Product Version = NetBeans IDE 8.2 (Build 201705191307) 
> (#5fd841261bf9)
>   Operating System= Linux version 3.16.0-4-amd64 running on amd64
>   Java; VM; Vendor= 1.8.0_101; Java HotSpot(TM) 64-Bit Server VM 
> 25.101-b13; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 1.8.0_101-b13
>   Java Home   = /usr/local/netbeans-8.2/bin/jre
>   System Locale; Encoding = it_IT (nb); UTF-8
>   Home Directory  = /home/gabo
>   Current Directory   = /home/gabo
>   User Directory  = /home/gabo/.netbeans/8.2
>   Cache Directory = /home/gabo/.cache/netbeans/8.2
>   Installation= /usr/local/netbeans-8.2/nb
> /usr/local/netbeans-8.2/ide
> /usr/local/netbeans-8.2/extide
> /usr/local/netbeans-8.2/webcommon
> /usr/local/netbeans-8.2/websvccommon
> /usr/local/netbeans-8.2/php
> 

[jira] [Created] (NETBEANS-266) OutOfMemoryError: Java heap space

2018-01-11 Thread Gabriele Brosulo (JIRA)
Gabriele Brosulo created NETBEANS-266:
-

 Summary: OutOfMemoryError: Java heap space
 Key: NETBEANS-266
 URL: https://issues.apache.org/jira/browse/NETBEANS-266
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Other
Affects Versions: 8.2
 Environment: Product Version = NetBeans IDE 8.2 (Build 
201705191307) (#5fd841261bf9)
  Operating System= Linux version 3.16.0-4-amd64 running on amd64
  Java; VM; Vendor= 1.8.0_101; Java HotSpot(TM) 64-Bit Server VM 
25.101-b13; Oracle Corporation
  Runtime = Java(TM) SE Runtime Environment 1.8.0_101-b13
  Java Home   = /usr/local/netbeans-8.2/bin/jre
  System Locale; Encoding = it_IT (nb); UTF-8
  Home Directory  = /home/gabo
  Current Directory   = /home/gabo
  User Directory  = /home/gabo/.netbeans/8.2
  Cache Directory = /home/gabo/.cache/netbeans/8.2
  Installation= /usr/local/netbeans-8.2/nb
/usr/local/netbeans-8.2/ide
/usr/local/netbeans-8.2/extide
/usr/local/netbeans-8.2/webcommon
/usr/local/netbeans-8.2/websvccommon
/usr/local/netbeans-8.2/php
/usr/local/netbeans-8.2/harness
/usr/local/netbeans-8.2/platform
Reporter: Gabriele Brosulo
 Attachments: fa_IR.js

The attached file, part of an old version of my CMS of choice, breaks something 
in Netbeans, causing the infamous "OutOfMemoryError: Java heap space" error.
Removing it, or replacing with its newest version, solve the problem.
Putting it in another project breaks it. I suppose it can be an encoding 
problem, but I can't investigate further. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-265) Cannot set current thread while debugging

2018-01-11 Thread JIRA
Jiří Kovalský created NETBEANS-265:
--

 Summary: Cannot set current thread while debugging
 Key: NETBEANS-265
 URL: https://issues.apache.org/jira/browse/NETBEANS-265
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 8.2
Reporter: Jiří Kovalský
 Attachments: exception.txt, messages.log, uilog-869499.xml

User cannot set current thread while Projects view is opened and not Debugging 
view as IDE throws NullPointerException.

*Steps to reproduce:*
# Open MemoryViewAnt project
# Right click Source Packages > tests > ThreadSuspending.java file node
# Invoke Debug File from its popup menu
# Invoke Debug > Pause from main menu
# Switch to Projects view
# Invoke Debug > Set Current Thread from main menu

*Expected:* A small popup window opens and allows to select one of suspended 
threads
*Actual:* Exception is thrown and nothing else happens



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-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-tools] 01/01: Merge pull request #6 from vieiro/wiki-convert

2018-01-11 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

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

commit ff9d31e06ccf48fc9b02522960b0fcdc1706014f
Merge: a4580cd e18a767
Author: Antonio Vieiro 
AuthorDate: Thu Jan 11 09:31:47 2018 +0100

Merge pull request #6 from vieiro/wiki-convert

Converting mediawiki files to AsciiDoc

 .gitignore |   3 +
 README.md  |   2 +
 wiki-convert/nb-configuration.xml  |  18 +
 wiki-convert/nbactions.xml |  49 ++
 wiki-convert/pom.xml   | 112 +++
 .../java/wikimedia/html/conversion/Converter.java  | 258 ++
 .../conversion/CustomAsciiDocDocumentBuilder.java  | 206 +
 .../conversion/GithubMarkdownDocumentBuilder.java  | 322 
 wiki-convert/wiki-asciidoc/Autoload.asciidoc   |  41 +
 .../wiki-asciidoc/BrandingAboutDialog.asciidoc |  56 ++
 .../wiki-asciidoc/BrandingUpdaterSplash.asciidoc   |  92 +++
 wiki-convert/wiki-asciidoc/CustomPanelDialog.png   | Bin 0 -> 11673 bytes
 .../wiki-asciidoc/DefFaqMapApisToTasks.asciidoc|  97 +++
 .../wiki-asciidoc/DevFaq2SrcPaths.asciidoc |  70 ++
 .../DevFaqAccessSourcesUsingMercurial.asciidoc |  61 ++
 .../wiki-asciidoc/DevFaqAccessSourcesWeb.asciidoc  |  62 ++
 .../DevFaqActionAddAnyFolder.asciidoc  |  69 ++
 .../DevFaqActionAddDataObject.asciidoc |  49 ++
 .../DevFaqActionAddEditorPopup.asciidoc|  64 ++
 .../wiki-asciidoc/DevFaqActionAddFileMime.asciidoc |  52 ++
 .../wiki-asciidoc/DevFaqActionAddFolder.asciidoc   |  47 ++
 .../DevFaqActionAddJavaPackage.asciidoc|  69 ++
 .../wiki-asciidoc/DevFaqActionAddMenuBar.asciidoc  |  48 ++
 .../DevFaqActionAddProjectCustomizer.asciidoc  |  60 ++
 ...ionAddProjectCustomizerToMultipleTypes.asciidoc |  60 ++
 .../DevFaqActionAddProjectOwnTypePopUp.asciidoc|  99 +++
 .../DevFaqActionAddProjectPopUp.asciidoc   |  41 +
 .../DevFaqActionAddProjectTypePopUp.asciidoc   |  90 +++
 .../wiki-asciidoc/DevFaqActionAddTabPopup.asciidoc |  43 +
 ...vFaqActionAddToContextMenuOfAllEditors.asciidoc |  47 ++
 .../DevFaqActionAddToEditorToolbar.asciidoc|  47 ++
 .../wiki-asciidoc/DevFaqActionAddToolBar.asciidoc  |  48 ++
 .../wiki-asciidoc/DevFaqActionAddTools.asciidoc|  46 ++
 .../DevFaqActionAllAvailableProjectTypes.asciidoc  |  73 ++
 .../DevFaqActionContextSensitive.asciidoc  | 191 +
 .../DevFaqActionNodePopupSubmenu.asciidoc  | 183 +
 .../DevFaqActionsAddAtRuntime.asciidoc | 151 
 .../wiki-asciidoc/DevFaqActionsFolder.asciidoc |  75 ++
 ...evFaqAddActionToMembersOrHierarchyView.asciidoc | 152 
 .../DevFaqAddDefaultActionShortcuts.asciidoc   |  49 ++
 ...DevFaqAddDoingEvilThingsToForeignNodes.asciidoc |  51 ++
 ...FaqAddFileTemplateToNewFileContentMenu.asciidoc |  73 ++
 .../wiki-asciidoc/DevFaqAddGlobalContext.asciidoc  | 583 ++
 .../DevFaqAddIconToContextMenu.asciidoc| 111 +++
 .../DevFaqAddMacroableAction.asciidoc  |  55 ++
 .../DevFaqAddShortCutForAction.asciidoc|  50 ++
 .../DevFaqAddTimestampToLogs.asciidoc  | 160 
 ...evFaqAddingRemovingChildrenDynamically.asciidoc |  56 ++
 .../DevFaqAnnotationDevelopDebug.asciidoc  | 129 +++
 .../wiki-asciidoc/DevFaqAnnotationList.asciidoc| 101 +++
 wiki-convert/wiki-asciidoc/DevFaqApiSpi.asciidoc   |  52 ++
 .../wiki-asciidoc/DevFaqApisBasics.asciidoc|  68 ++
 .../DevFaqAppClientOnNbPlatformTut.asciidoc| 383 +
 .../wiki-asciidoc/DevFaqAppLifecycleHooks.asciidoc | 107 +++
 .../DevFaqAutoUpdateAPIJavadoc.asciidoc|  54 ++
 .../DevFaqAutoUpdateBranding.asciidoc  |  83 ++
 .../DevFaqAutoUpdateCheckEveryStartup.asciidoc |  45 ++
 .../DevFaqAutomaticPlatformDownload.asciidoc   | 299 +++
 .../wiki-asciidoc/DevFaqBackgroundThread.asciidoc  |  57 ++
 .../DevFaqBecomingProficient.asciidoc  | 118 +++
 .../wiki-asciidoc/DevFaqCallEjbFromNbm.asciidoc| 123 +++
 .../wiki-asciidoc/DevFaqChangeLookAndFeel.asciidoc |  44 ++
 ...angeMenuItemToolbarAppearanceForAction.asciidoc |  63 ++
 .../DevFaqChangeNodeAppearance.asciidoc|  68 ++
 .../DevFaqChangeRestartSplash.asciidoc |  50 ++
 .../DevFaqCheckableActionPreferenceOption.asciidoc |  61 ++
 .../wiki-asciidoc/DevFaqClassLoaders.asciidoc  | 115 +++
 .../DevFaqCreateExplorerPanel.asciidoc |  86 ++
 .../wiki-asciidoc/DevFaqCustomDebugger.asciidoc|  41 +
 .../wiki-asciidoc/DevFaqCustomFontSize.asciidoc|  54 ++
 .../wiki-asciidoc/DevFaqCustomIOProvider.asciidoc  |  87 +++
 .../DevFaqCustomUpdateCenter.asciidoc  |  80 ++
 .../wiki-asciidoc/DevFaqCustomWindowMode.asciidoc  |  47 ++
 

[incubator-netbeans-tools] branch master updated (a4580cd -> ff9d31e)

2018-01-11 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

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


from a4580cd  This is a gvim swap file that was imported by error.
 add e18a767  Converting mediawiki files to AsciiDoc
 new ff9d31e  Merge pull request #6 from vieiro/wiki-convert

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:
 .gitignore |   3 +
 README.md  |   2 +
 wiki-convert/nb-configuration.xml  |  18 +
 wiki-convert/nbactions.xml |  49 ++
 wiki-convert/pom.xml   | 112 +++
 .../java/wikimedia/html/conversion/Converter.java  | 258 ++
 .../conversion/CustomAsciiDocDocumentBuilder.java  | 206 +
 .../conversion/GithubMarkdownDocumentBuilder.java  | 322 
 wiki-convert/wiki-asciidoc/Autoload.asciidoc   |  41 +
 .../wiki-asciidoc/BrandingAboutDialog.asciidoc |  56 ++
 .../wiki-asciidoc/BrandingUpdaterSplash.asciidoc   |  92 +++
 .../wiki-asciidoc}/CustomPanelDialog.png   | Bin
 .../wiki-asciidoc/DefFaqMapApisToTasks.asciidoc|  97 +++
 .../wiki-asciidoc/DevFaq2SrcPaths.asciidoc |  70 ++
 .../DevFaqAccessSourcesUsingMercurial.asciidoc |  61 ++
 .../wiki-asciidoc/DevFaqAccessSourcesWeb.asciidoc  |  62 ++
 .../DevFaqActionAddAnyFolder.asciidoc  |  69 ++
 .../DevFaqActionAddDataObject.asciidoc |  49 ++
 .../DevFaqActionAddEditorPopup.asciidoc|  64 ++
 .../wiki-asciidoc/DevFaqActionAddFileMime.asciidoc |  52 ++
 .../wiki-asciidoc/DevFaqActionAddFolder.asciidoc   |  47 ++
 .../DevFaqActionAddJavaPackage.asciidoc|  69 ++
 .../wiki-asciidoc/DevFaqActionAddMenuBar.asciidoc  |  48 ++
 .../DevFaqActionAddProjectCustomizer.asciidoc  |  60 ++
 ...ionAddProjectCustomizerToMultipleTypes.asciidoc |  60 ++
 .../DevFaqActionAddProjectOwnTypePopUp.asciidoc|  99 +++
 .../DevFaqActionAddProjectPopUp.asciidoc   |  41 +
 .../DevFaqActionAddProjectTypePopUp.asciidoc   |  90 +++
 .../wiki-asciidoc/DevFaqActionAddTabPopup.asciidoc |  43 +
 ...vFaqActionAddToContextMenuOfAllEditors.asciidoc |  47 ++
 .../DevFaqActionAddToEditorToolbar.asciidoc|  47 ++
 .../wiki-asciidoc/DevFaqActionAddToolBar.asciidoc  |  48 ++
 .../wiki-asciidoc/DevFaqActionAddTools.asciidoc|  46 ++
 .../DevFaqActionAllAvailableProjectTypes.asciidoc  |  73 ++
 .../DevFaqActionContextSensitive.asciidoc  | 191 +
 .../DevFaqActionNodePopupSubmenu.asciidoc  | 183 +
 .../DevFaqActionsAddAtRuntime.asciidoc | 151 
 .../wiki-asciidoc/DevFaqActionsFolder.asciidoc |  75 ++
 ...evFaqAddActionToMembersOrHierarchyView.asciidoc | 152 
 .../DevFaqAddDefaultActionShortcuts.asciidoc   |  49 ++
 ...DevFaqAddDoingEvilThingsToForeignNodes.asciidoc |  51 ++
 ...FaqAddFileTemplateToNewFileContentMenu.asciidoc |  73 ++
 .../wiki-asciidoc/DevFaqAddGlobalContext.asciidoc  | 583 ++
 .../DevFaqAddIconToContextMenu.asciidoc| 111 +++
 .../DevFaqAddMacroableAction.asciidoc  |  55 ++
 .../DevFaqAddShortCutForAction.asciidoc|  50 ++
 .../DevFaqAddTimestampToLogs.asciidoc  | 160 
 ...evFaqAddingRemovingChildrenDynamically.asciidoc |  56 ++
 .../DevFaqAnnotationDevelopDebug.asciidoc  | 129 +++
 .../wiki-asciidoc/DevFaqAnnotationList.asciidoc| 101 +++
 wiki-convert/wiki-asciidoc/DevFaqApiSpi.asciidoc   |  52 ++
 .../wiki-asciidoc/DevFaqApisBasics.asciidoc|  68 ++
 .../DevFaqAppClientOnNbPlatformTut.asciidoc| 383 +
 .../wiki-asciidoc/DevFaqAppLifecycleHooks.asciidoc | 107 +++
 .../DevFaqAutoUpdateAPIJavadoc.asciidoc|  54 ++
 .../DevFaqAutoUpdateBranding.asciidoc  |  83 ++
 .../DevFaqAutoUpdateCheckEveryStartup.asciidoc |  45 ++
 .../DevFaqAutomaticPlatformDownload.asciidoc   | 299 +++
 .../wiki-asciidoc/DevFaqBackgroundThread.asciidoc  |  57 ++
 .../DevFaqBecomingProficient.asciidoc  | 118 +++
 .../wiki-asciidoc/DevFaqCallEjbFromNbm.asciidoc| 123 +++
 .../wiki-asciidoc/DevFaqChangeLookAndFeel.asciidoc |  44 ++
 ...angeMenuItemToolbarAppearanceForAction.asciidoc |  63 ++
 .../DevFaqChangeNodeAppearance.asciidoc|  68 ++
 .../DevFaqChangeRestartSplash.asciidoc |  50 ++
 .../DevFaqCheckableActionPreferenceOption.asciidoc |  61 ++
 .../wiki-asciidoc/DevFaqClassLoaders.asciidoc  | 115 +++
 .../DevFaqCreateExplorerPanel.asciidoc |  86 ++
 .../wiki-asciidoc/DevFaqCustomDebugger.asciidoc|  41 +
 .../wiki-asciidoc/DevFaqCustomFontSize.asciidoc|  54 ++