[jira] [Commented] (NETBEANS-896) Defining generic method throws Exception on without nbjavac

2018-06-13 Thread Peter Kehl (JIRA)


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

Peter Kehl commented on NETBEANS-896:
-

Same error (same NullPointer Exc. call stack) comes whenever I have a grave 
syntax error involving generic classes, for example:

class IncorrectGenericClassSyntax implements Comparable 
> {}

I don't know what 'nbjavac' is, but I get the error in standard Java IDE #458 
incubator build for Linux x64, running on openSUSE with openjdk 11-internal 
2018-09-25 OpenJDK Runtime Environment (build 11-internal+16-suse-1.1-x8664).

> Defining generic method throws Exception on without nbjavac
> ---
>
> Key: NETBEANS-896
> URL: https://issues.apache.org/jira/browse/NETBEANS-896
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: release-302-on-20180517 without nbjavac
>Reporter: Naoki Kishida
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Defining a generic method throws NPE.
> After inputing ``, NPE is thrown.
>  {code}
> class Foo {
>   
> }{code}
> {code}
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.visitErroneous(SourceAnalyzerFactory.java:752)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.visitErroneous(SourceAnalyzerFactory.java:274)
>   at 
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCErroneous.accept(JCTree.java:2927)
>   at 
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
>   at 
> jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
>   at 
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.visitClass(SourceAnalyzerFactory.java:716)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.visitClass(SourceAnalyzerFactory.java:274)
>   at 
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808)
>   at 
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:274)
>   at 
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.visitCompilationUnit(SourceAnalyzerFactory.java:402)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.visitCompilationUnit(SourceAnalyzerFactory.java:274)
>   at 
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591)
>   at 
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$UsagesVisitor.scan(SourceAnalyzerFactory.java:385)
>   at 
> org.netbeans.modules.java.source.usages.SourceAnalyzerFactory$SimpleAnalyzer.analyseUnit(SourceAnalyzerFactory.java:242)
>   at 
> org.netbeans.modules.java.source.usages.PersistentClassIndex$IndexPatch.lambda$updateDirty$0(PersistentClassIndex.java:575)
>   at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> 

[jira] [Resolved] (NETBEANS-825) com-googlecode-javaewah-JavaEWAH.jar license/notice

2018-06-13 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-825.
---
   Resolution: Not A Bug
 Assignee: Matthias Bläsing
Fix Version/s: 9.0

I checked the javaewah repository and the bundled jar. None holds a NOTICE file 
and both declare the pure ALv2 license as the license to apply. The repository 
holds the full ALv2 license text, the jar links the original version at 
apache.org.

> com-googlecode-javaewah-JavaEWAH.jar license/notice
> ---
>
> Key: NETBEANS-825
> URL: https://issues.apache.org/jira/browse/NETBEANS-825
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
> Fix For: 9.0
>
>
> ./ide/modules/com-googlecode-javaewah-JavaEWAH.jar
> - has no notice but copyright has been incorrectly add to license you may 
> want to include that in NOTICE as if it was in a NOTICE file or do nothing.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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] [Assigned] (NETBEANS-824) bindex-2.2.jar license/notice

2018-06-13 Thread JIRA


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

Matthias Bläsing reassigned NETBEANS-824:
-

Assignee: Matthias Bläsing

> bindex-2.2.jar license/notice
> -
>
> Key: NETBEANS-824
> URL: https://issues.apache.org/jira/browse/NETBEANS-824
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
>
> ./harness/antlib/bindex-2.2.jar
> - has odd NOTICE that may impact NOTICE file. Looking at it I think the 
> notice bit should be included and the rest may affect LICENSE.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Sven Reimers (JIRA)


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

Sven Reimers commented on NETBEANS-956:
---

PR available for release90 branch - 
https://github.com/apache/incubator-netbeans/pull/589

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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] [Assigned] (NETBEANS-844) indexer-core-6.0-SNAPSHOT-patched.jar license/notice

2018-06-13 Thread JIRA


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

Matthias Bläsing reassigned NETBEANS-844:
-

Assignee: Matthias Bläsing

> indexer-core-6.0-SNAPSHOT-patched.jar license/notice
> 
>
> Key: NETBEANS-844
> URL: https://issues.apache.org/jira/browse/NETBEANS-844
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Assignee: Matthias Bläsing
>Priority: Major
>
> ./java/modules/ext/maven/indexer-core-6.0-SNAPSHOT-patched.jar
> - is may not be possible to release with a snapshot jar I not sure re that. 
> It as ASF project and the code has not been released by it’s PMC.
> Additional notes on LICENSE and NOTICE: 
> http://mail-archives.apache.org/mod_mbox/incubator-general/201801.mbox/%3cc4c5d5c4-ab44-4afe-ade2-9e91f593a...@classsoftware.com%3e



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-956:

Labels: branding pull-request-available  (was: branding)

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding, pull-request-available
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Sven Reimers (JIRA)


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

Sven Reimers commented on NETBEANS-956:
---

Hmmm frosted glass effect ... I have to dig out my copy of "Filthy Rich 
Clients" ;)

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-956:
---

Also called 'backdrop filter',eg. https://webkit.org/demos/backdrop-filter/

> I have to dig out my copy of "Filthy Rich Clients"

You better keep that in mint condition. It's starting to be worth a fortune 
already! :D

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-956:
---

I mean a rectangle like an area that gets a "frosted glass" effect going on 
which would whiten the area and allow black text to be more readable. (Kinda 
like you have on iOS or for subtitles).

Yeah, it probably looks bad since you have 'Apache' and 'NetBeans' nicely 
aligned.

Let's go with this and see.

+1

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Sven Reimers (JIRA)


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

Sven Reimers commented on NETBEANS-956:
---

There is a rectangle defined for the progress bar and another one for the text. 
We can shrink the rectangle for the text without any problem, the messages will 
just be shortened and an ellipse (...) added at the end.

I tried to move both things to the left under the logo, but it felt really bad.

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-956:
---

I haven't looked at the code, but do we just display that status text on top of 
the image or can we also define a rectangle that might blur/lighten the image 
behind and give some more readability to the text?

If we just display the text as-is, at the bottom we have just a small white 
section then we jump into the dark blue section. So... we could move the text 
even further to the left to make room for longer texts if it's not sufficient?

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-13 Thread Sven Reimers (JIRA)
Sven Reimers created NETBEANS-956:
-

 Summary: Position / Color of SplashScreen ProgressBar/Text is 
broken with new branding
 Key: NETBEANS-956
 URL: https://issues.apache.org/jira/browse/NETBEANS-956
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 9.0
Reporter: Sven Reimers
Assignee: Sven Reimers
 Attachments: NewProgressBarAndTextBranding.png, 
fix-progress-bar-and-text.diff

With change of the splash screen the other bits and pieces do not fit that well 
anymore.

Attached is a diff and a screenshot of a probable solution.



--
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-458) TestNG results not shown in Test Result window

2018-06-13 Thread Sandra Parsick (JIRA)


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

Sandra Parsick edited comment on NETBEANS-458 at 6/13/18 7:26 PM:
--

I have the same issue with the combination Maven project and Junit 4 tests.

I use Netbeans 9 RC on Linux Mint 18.3 64-Bit



was (Author: s.parsick):
I have the same issue with the combination Maven project and Junit 4 tests.

> TestNG results not shown in Test Result window
> --
>
> Key: NETBEANS-458
> URL: https://issues.apache.org/jira/browse/NETBEANS-458
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, java - TestNG
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-362-on-20180312)
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
>Reporter: Javier A. Ortiz
>Priority: Major
>
> The tests showed the results in the output tab but Test Results remained 
> empty.



--
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-458) TestNG results not shown in Test Result window

2018-06-13 Thread Sandra Parsick (JIRA)


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

Sandra Parsick edited comment on NETBEANS-458 at 6/13/18 7:26 PM:
--

I have the same issue with the combination Maven project and Junit 4 tests.

I use Netbeans 9 RC on Linux Mint 18.3 64-Bit with Java 9



was (Author: s.parsick):
I have the same issue with the combination Maven project and Junit 4 tests.

I use Netbeans 9 RC on Linux Mint 18.3 64-Bit


> TestNG results not shown in Test Result window
> --
>
> Key: NETBEANS-458
> URL: https://issues.apache.org/jira/browse/NETBEANS-458
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, java - TestNG
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-362-on-20180312)
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
>Reporter: Javier A. Ortiz
>Priority: Major
>
> The tests showed the results in the output tab but Test Results remained 
> empty.



--
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-458) TestNG results not shown in Test Result window

2018-06-13 Thread Sandra Parsick (JIRA)


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

Sandra Parsick commented on NETBEANS-458:
-

I have the same issue with the combination Maven project and Junit 4 tests.

> TestNG results not shown in Test Result window
> --
>
> Key: NETBEANS-458
> URL: https://issues.apache.org/jira/browse/NETBEANS-458
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, java - TestNG
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-362-on-20180312)
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
>Reporter: Javier A. Ortiz
>Priority: Major
>
> The tests showed the results in the output tab but Test Results remained 
> empty.



--
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-458) TestNG results not shown in Test Result window

2018-06-13 Thread Sandra Parsick (JIRA)


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

Sandra Parsick updated NETBEANS-458:

Component/s: java - JUnit

> TestNG results not shown in Test Result window
> --
>
> Key: NETBEANS-458
> URL: https://issues.apache.org/jira/browse/NETBEANS-458
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, java - TestNG
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-362-on-20180312)
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
>Reporter: Javier A. Ortiz
>Priority: Major
>
> The tests showed the results in the output tab but Test Results remained 
> empty.



--
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 #528 from krichter722/bean-node-warning-fix

2018-06-13 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 8324720f1ec1bc5c463c791b24c6160addefdb45
Merge: 8ec246e 8e7c84b
Author: Matthias Bläsing 
AuthorDate: Wed Jun 13 20:28:52 2018 +0200

Merge pull request #528 from krichter722/bean-node-warning-fix

added unbound generic type argument to Class in BeanNode and Lib

 openide.nodes/src/org/openide/nodes/BeanNode.java   | 2 +-
 xml.tax/src/org/netbeans/modules/xml/tax/beans/Lib.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
matthiasblaes...@apache.org.

-
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-955) NPE during background scan or while editing files

2018-06-13 Thread Michael Doswald (JIRA)
Michael Doswald created NETBEANS-955:


 Summary: NPE during background scan or while editing files
 Key: NETBEANS-955
 URL: https://issues.apache.org/jira/browse/NETBEANS-955
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 9.0
 Environment: Product Version = Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-302-on-20180517)
  Operating System= Linux version 4.4.0-128-generic running on amd64
  Java; VM; Vendor= 10.0.1; Java HotSpot(TM) 64-Bit Server VM 
10.0.1+10; Oracle Corporation
  Runtime = Java(TM) SE Runtime Environment 10.0.1+10
Reporter: Michael Doswald


When Netbeans is scanning the sources of my project in background or when I 
save files in the editor, the following exception happens regurarly. Somtimes 
it happens so many times, that it is virtually impossible to work with the IDE:

java.lang.NullPointerException
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:575)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:590)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.resolveErrors(VanillaCompileWorker.java:602)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:568)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:590)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.resolveErrors(VanillaCompileWorker.java:600)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:568)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:590)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.resolveErrors(VanillaCompileWorker.java:601)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:568)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:590)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.resolveErrors(VanillaCompileWorker.java:601)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.error2Object(VanillaCompileWorker.java:568)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.visitVariable(VanillaCompileWorker.java:465)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.visitVariable(VanillaCompileWorker.java:458)
    at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:974)
    at 
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at 
jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
    at jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at 
jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113)
    at 
jdk.compiler/com.sun.source.util.TreeScanner.visitClass(TreeScanner.java:187)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.visitClass(VanillaCompileWorker.java:519)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker$3.visitClass(VanillaCompileWorker.java:458)
    at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808)
    at 
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at 
jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113)
    at 
jdk.compiler/com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:144)
    at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591)
    at 
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker.dropMethodsAndErrors(VanillaCompileWorker.java:605)
[catch] at 
org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:290)
    at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:275)
    at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
    at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
    at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
    at 

[jira] [Comment Edited] (NETBEANS-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-13 Thread JIRA


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

Jiří Kovalský edited comment on NETBEANS-330 at 6/13/18 6:49 AM:
-

Thanks guys. I have updated redirection as Jan suggested so it would be great 
if you could now test it from NetBeans directly:
 # Go to *Tools > Plugins* and select *Settings* tab.
 # Uncheck _Additional Development Plugins_ and _Plugin Portal_ update centers.
 # Select _Latest Development Build_ update center and click *Edit* button.
 # Change its _URL_ to 
[https://netbeans.apache.org/nb/updates/9.0/updates.xml.gz] and click *OK* 
button.
 # Go to *Installed* tab, pick some non-essential plugin e.g. _Database_, 
*Uninstall* it and then let IDE to restart itself.
 # Repeat step 1 and make sure that the plugin is now listed in *Available 
Plugins (1)* tab.
 # Check it and then *Install* it.

Let us know how it worked!


was (Author: jkovalsky):
Thanks guys. I have updated redirection as Jan suggested so it would be great 
if you could now test it from NetBeans directly:
 # Go to *Tools > Plugins* and select *Settings* tab.
 # Uncheck _Additional Development Plugins_ and _Plugin Portal_ update centers.
 # Select _Latest Development Build_ update center and click *Edit* button.
 # Change its _URL_ to 
[https://netbeans.apache.org/nb/updates/9.0/updates.xml.gz] and click *OK* 
button.
 # Go to *Installed* tab, pick some non-essential plugin, *Uninstall* it and 
then let IDE to restart itself.
 # Repeat step 1 and make sure that the plugin is now listed in *Available 
Plugins (1)* tab.
 # Check it and then *Install* it.

Let us know how it worked!

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: Capture du 2018-06-07 16-17-04.png, Hudson 
> UI_plugin_found.JPG, Hudson UI_plugin_install.JPG, Hudson 
> UI_plugin_install_finished.JPG, Hudson UI_plugin_install_verify_CA.JPG, 
> NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 10-06-42.png, 
> NBUCERRDL2018-06-07 10-22-27.png, image-2018-06-07-09-54-32-725.png, 
> messages.log, update_testing_2015-06-07.JPG
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



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