[jira] [Closed] (NETBEANS-1117) java.lang.IllegalArgumentException when using var in the class level

2018-08-07 Thread Reema Taneja (JIRA)


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

Reema Taneja closed NETBEANS-1117.
--
Resolution: Duplicate

Please refer https://issues.apache.org/jira/browse/NETBEANS-463
This is a javac issue, fixed in JDK 11.
https://bugs.openjdk.java.net/browse/JDK-8202178 

This issue was fixed in nb-javac plugin.

> java.lang.IllegalArgumentException when using var in the class level
> 
>
> Key: NETBEANS-1117
> URL: https://issues.apache.org/jira/browse/NETBEANS-1117
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: Windows 10 ver. 1803
>Reporter: Tevin Niang-Trost
>Assignee: ARUNAVA SINHA
>Priority: Critical
> Attachments: IDE log.txt, UI log.txt
>
>
> Occurs when one types _var_ in the class level of any class (i.e. not in a 
> static initializer block, instance initializer block, or method), including 
> static nested classes, inner classes, local classes, and anonymous classes.
> Examples below. Typing _var_ in each situation brings up a dialog box which 
> says _java.lang.IllegalArgumentException: Unsupported type: none, kind: NONE._
> {{class Test {}}
>  {{    var}}
>  {{}}}
> {{class Test {}}
>  {{    static class StaticNestedTest {}}
>  {{        var}}
>          }
>  {{}}}
> {{class Test {}}
>  {{    class InnerTest {}}
>  {{        var}}
>          }
>  {{}}}
> {{class Test {}}
>  {{    Runnable anonTest = new Runnable() {}}
>  {{        var}}
>          }
>  {{}}}
> {{class Test {}}
>  {{    void x() {}}
>  {{        class LocalTest {}}
>  {{            var}}
>                 }
>         }
>  {{}}}
> UI and IDE logs attached as .txt files.



--
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-802) nb-javac JDK11 upgrade

2018-08-07 Thread Reema Taneja (JIRA)


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

Reema Taneja closed NETBEANS-802.
-
Resolution: Fixed

> nb-javac JDK11 upgrade
> --
>
> Key: NETBEANS-802
> URL: https://issues.apache.org/jira/browse/NETBEANS-802
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Dusan Balek
>Priority: Major
>  Labels: NB-JDK11
>
> For JDK 11 support in NetBeans we need to refresh nb-javac codebase with JDK 
> 11



--
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-1120) Wrong version of Twig Autocomplete pulled into Apache Netbeans 9

2018-08-07 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto closed NETBEANS-1120.
--
   Resolution: Not A Bug
Fix Version/s: (was: 9.0)

This is not a bug. NetBeans 9 does not include PHP features. You can just 
install php modules from the Update Center for NetBeans 8.2.

If you can use the new Twig version, you have to clone the NB repository then 
build it yourself.

> Wrong version of Twig Autocomplete pulled into Apache Netbeans 9 
> -
>
> Key: NETBEANS-1120
> URL: https://issues.apache.org/jira/browse/NETBEANS-1120
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Twig
>Affects Versions: 9.0
> Environment: Apache Netbeans 9 for windows
>Reporter: Sarel van der Merwe
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: update, version
>
> Hi, this relates to Twig Auto completion, the wrong version of Twig Templates 
> get installed Version ** 1.26.1 via the plugins, it should be 
>  
> *Version:* 1.28
> *Source:* NetBeans IDE Dev (Build 201711060002)
> more info regarding the old request 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244054]



--
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-1120) Wrong version of Twig Autocomplete pulled into Apache Netbeans 9

2018-08-07 Thread Sarel van der Merwe (JIRA)


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

Sarel van der Merwe commented on NETBEANS-1120:
---

I found the Twig version 1.28  plugin its part of this

[http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz]

 

> Wrong version of Twig Autocomplete pulled into Apache Netbeans 9 
> -
>
> Key: NETBEANS-1120
> URL: https://issues.apache.org/jira/browse/NETBEANS-1120
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Twig
>Affects Versions: 9.0
> Environment: Apache Netbeans 9 for windows
>Reporter: Sarel van der Merwe
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: update, version
> Fix For: 9.0
>
>
> Hi, this relates to Twig Auto completion, the wrong version of Twig Templates 
> get installed Version ** 1.26.1 via the plugins, it should be 
>  
> *Version:* 1.28
> *Source:* NetBeans IDE Dev (Build 201711060002)
> more info regarding the old request 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244054]



--
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-747) CSS Editor does not recognize variable syntax

2018-08-07 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr edited comment on NETBEANS-747 at 8/7/18 4:41 PM:


[~mcheung63] I also have experienced this.

The CSS editor does not recognize variable syntax

e.g.,
{code:java}
--about-burnishing-column-width:50%;{code}
is highlighted as an error as is  
{code:java}
width: var(--about-burnishing-column-width);{code}
I think this syntax is simply missing from 
css.editor/src/org/netbeans/modules/css/lib/nblexer

I'm looking at this and struggling to grasp the code :)

[Using CSS custom properties (variables) 
|https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables]


was (Author: jwoehr):
[~mcheung63] I also have experienced this.

The CSS editor does not recognize variable syntax

e.g.,
{code:java}
--about-burnishing-column-width:50%;{code}
is highlighted as an error as is  
{code:java}
width: var(--about-burnishing-column-width);{code}
I think this syntax is simply missing from 
css.editor/src/org/netbeans/modules/css/lib/nblexer

I'm looking at this and struggling to grasp the code :)

Using CSS custom properties (variables) 

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0
>Reporter: Peter
>Priority: Minor
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
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-747) CSS Editor does not recognize variable syntax

2018-08-07 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr edited comment on NETBEANS-747 at 8/7/18 4:41 PM:


[~mcheung63] I also have experienced this.

The CSS editor does not recognize variable syntax

e.g.,
{code:java}
--about-burnishing-column-width:50%;{code}
is highlighted as an error as is  
{code:java}
width: var(--about-burnishing-column-width);{code}
I think this syntax is simply missing from 
css.editor/src/org/netbeans/modules/css/lib/nblexer

I'm looking at this and struggling to grasp the code :)

Using CSS custom properties (variables) 


was (Author: jwoehr):
[~mcheung63] I also have experienced this.

The CSS editor does not recognize variable syntax

e.g.,
{code:java}
--about-burnishing-column-width:50%;{code}
is highlighted as an error as is  
{code:java}
width: var(--about-burnishing-column-width);{code}
I think this syntax is simply missing from 
css.editor/src/org/netbeans/modules/css/lib/nblexer

I'm looking at this and struggling to grasp the code :)

 

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0
>Reporter: Peter
>Priority: Minor
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
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-747) CSS Editor does not recognize variable syntax

2018-08-07 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr updated NETBEANS-747:
---
Labels: css variable  (was: )

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0
>Reporter: Peter
>Priority: Minor
>  Labels: css, variable
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
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-747) CSS Editor does not recognize variable syntax

2018-08-07 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr updated NETBEANS-747:
---
Priority: Minor  (was: Major)

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2, 9.0
>Reporter: Peter
>Priority: Minor
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
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] [Resolved] (NETBEANS-1083) Discovered maven version is added to existing version in pom.xml

2018-08-07 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-1083.

Resolution: Fixed
  Assignee: Matthias Bläsing

Fix was merged to master.

> Discovered maven version is added to existing version in pom.xml
> 
>
> Key: NETBEANS-1083
> URL: https://issues.apache.org/jira/browse/NETBEANS-1083
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Windows 10
> Java 8u172
>Reporter: Kenneth Fogel
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> 1.5
> Now I position the cursor before the period and type a period. As always I 
> get a list of all versions. If I select one then the new version value after 
> the period is inserted between the exiting values. It should be deleting the 
> existing value and replacing it with the new one..
> 1.7.25.5
> when it should be
> 1.7.25



--
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-1083) Discovered maven version is added to existing version in pom.xml

2018-08-07 Thread JIRA


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

Matthias Bläsing updated NETBEANS-1083:
---
Fix Version/s: (was: 9.0)

> Discovered maven version is added to existing version in pom.xml
> 
>
> Key: NETBEANS-1083
> URL: https://issues.apache.org/jira/browse/NETBEANS-1083
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0
> Environment: Windows 10
> Java 8u172
>Reporter: Kenneth Fogel
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> 1.5
> Now I position the cursor before the period and type a period. As always I 
> get a list of all versions. If I select one then the new version value after 
> the period is inserted between the exiting values. It should be deleting the 
> existing value and replacing it with the new one..
> 1.7.25.5
> when it should be
> 1.7.25



--
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 (1fa8a93 -> 8bab22a)

2018-08-07 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 1fa8a93  Merge pull request #651 from 
geertjanw/netbeans-1074-form-relicensing
 add e3f84d9  [NETBEANS-1083] Fix value replacement in POM editing
 new 8bab22a  Merge pull request #642 from matthiasblaesing/netbeans-1083

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:
 .../modules/xml/text/completion/XMLResultItem.java |   9 +-
 .../xml/text/completion/ValueResultItemTest.java   | 123 +
 .../completion/res/ValueReplacement.golden.xml |  25 +
 .../xml/text/completion/res/ValueReplacement.xml   |  25 +
 4 files changed, 178 insertions(+), 4 deletions(-)
 create mode 100644 
xml.text/test/unit/src/org/netbeans/modules/xml/text/completion/ValueResultItemTest.java
 create mode 100644 
xml.text/test/unit/src/org/netbeans/modules/xml/text/completion/res/ValueReplacement.golden.xml
 create mode 100644 
xml.text/test/unit/src/org/netbeans/modules/xml/text/completion/res/ValueReplacement.xml


-
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 #642 from matthiasblaesing/netbeans-1083

2018-08-07 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 8bab22ad8fe0ee04e482468bb2550d121fe8e2fa
Merge: 1fa8a93 e3f84d9
Author: Matthias Bläsing 
AuthorDate: Tue Aug 7 18:35:44 2018 +0200

Merge pull request #642 from matthiasblaesing/netbeans-1083

[NETBEANS-1083] Fix value replacement in POM editing

 .../modules/xml/text/completion/XMLResultItem.java |   9 +-
 .../xml/text/completion/ValueResultItemTest.java   | 123 +
 .../completion/res/ValueReplacement.golden.xml |  25 +
 .../xml/text/completion/res/ValueReplacement.xml   |  25 +
 4 files changed, 178 insertions(+), 4 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] [Resolved] (NETBEANS-369) Code-complete outputs unwanted newline characters

2018-08-07 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-369.
---
Resolution: Fixed

Fix was merged to master

> Code-complete outputs unwanted newline characters
> -
>
> Key: NETBEANS-369
> URL: https://issues.apache.org/jira/browse/NETBEANS-369
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202)
> Updates: Updates available
> 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: 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
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Repro steps:
>  # Start a debugging session in a Maven project with Guava as a dependency.
>  # Edit an existing entry in the Variables tab (create an entry if you need 
> to).
>  # Type "Sets."
>  # CTRL+SPACE to initiate code-complete
>  # Select the "intersection" method and hit ENTER
>  # Netbeans pastes the following into the editor window:
> {code:java}
> Sets.intersection
> (first
> , second)
> {code}
> Expected behavior: Output should not contain any newline characters.
> Off the top of my head, I believe this is a regression relative to 8.2 (I 
> don't remember having this problem before).



--
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-1120) Wrong version of Twig Autocomplete pulled into Apache Netbeans 9

2018-08-07 Thread Sarel van der Merwe (JIRA)
Sarel van der Merwe created NETBEANS-1120:
-

 Summary: Wrong version of Twig Autocomplete pulled into Apache 
Netbeans 9 
 Key: NETBEANS-1120
 URL: https://issues.apache.org/jira/browse/NETBEANS-1120
 Project: NetBeans
  Issue Type: Bug
  Components: php - Twig
Affects Versions: 9.0
 Environment: Apache Netbeans 9 for windows
Reporter: Sarel van der Merwe
Assignee: Junichi Yamamoto
 Fix For: 9.0


Hi, this relates to Twig Auto completion, the wrong version of Twig Templates 
get installed Version ** 1.26.1 via the plugins, it should be 

 

*Version:* 1.28
*Source:* NetBeans IDE Dev (Build 201711060002)

more info regarding the old request 
[https://netbeans.org/bugzilla/show_bug.cgi?id=244054]



--
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-747) CSS Editor does not recognize variable syntax

2018-08-07 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr commented on NETBEANS-747:


[~mcheung63] I also have experienced this.

The CSS editor does not recognize variable syntax

e.g.,
{code:java}
--about-burnishing-column-width:50%;{code}
is highlighted as an error as is  
{code:java}
width: var(--about-burnishing-column-width);{code}
I think this syntax is simply missing from 
css.editor/src/org/netbeans/modules/css/lib/nblexer

I'm looking at this and struggling to grasp the code :)

 

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2
>Reporter: Peter
>Priority: Major
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
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-747) CSS Editor does not recognize variable syntax

2018-08-07 Thread Jack J. Woehr (JIRA)


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

Jack J. Woehr updated NETBEANS-747:
---
Summary: CSS Editor does not recognize variable syntax  (was: CSS error but 
should not)

> CSS Editor does not recognize variable syntax
> -
>
> Key: NETBEANS-747
> URL: https://issues.apache.org/jira/browse/NETBEANS-747
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 8.2
>Reporter: Peter
>Priority: Major
> Attachments: Screen Shot 2018-04-30 at 1.10.32 AM.png
>
>
> Netbeans reports my css has error but it should not



--
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-1114) trojan found while installing Netbeans

2018-08-07 Thread JIRA


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

Jiří Kovalský updated NETBEANS-1114:

Component/s: platform - Launchers

> trojan found while installing Netbeans
> --
>
> Key: NETBEANS-1114
> URL: https://issues.apache.org/jira/browse/NETBEANS-1114
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - LaunchersCLI
>Affects Versions: 8.2
> Environment: Win10 64
>Reporter: Johannes Hoffmann
>Priority: Major
>
> found by Windows Defender during the installation
> Trojan:Script/Cloxer.D!cl
> file: 
> C:\Users\User\AppData\Local\Temp\tmpnb\var\cache\netigso\org.eclipse.osgi\bundles\54\1\bundlefile



--
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-1026) Cannot test custom annotations

2018-08-07 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA commented on NETBEANS-1026:
-

Add below properties in nbproject/private/private.properties of the project to 
make it work.


test.use.jdk.javac=true 
test.run.args=--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED

> Cannot test custom annotations
> --
>
> Key: NETBEANS-1026
> URL: https://issues.apache.org/jira/browse/NETBEANS-1026
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Hints
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Assignee: ARUNAVA SINHA
>Priority: Major
> Attachments: BrokenHintBug.zip
>
>
> The test case in the attached project crashes with the following error:
> {noformat}
> Testcase: testWarningProduced(org.apache.netbeans.bugkiller.TestHintTest):    
> Caused an ERROR
> superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.NBMessager (in unnamed module @0x4d14b6c2) 
> cannot access class com.sun.tools.javadoc.main.Messager (in module 
> jdk.javadoc) because module jdk.javadoc does not export 
> com.sun.tools.javadoc.main to unnamed module @0x4d14b6c2
> java.lang.IllegalAccessError: superclass access check failed: class 
> org.netbeans.lib.nbjavac.services.NBMessager (in unnamed module @0x4d14b6c2) 
> cannot access class com.sun.tools.javadoc.main.Messager (in module 
> jdk.javadoc) because module jdk.javadoc does not export 
> com.sun.tools.javadoc.main to unnamed module @0x4d14b6c2
>     at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:885)
>     at 
> org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:741)
>     at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:374)
>     at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:582)
>     at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:361)
>     at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:84)
>     at 
> org.netbeans.modules.java.hints.test.api.HintTest$DeadlockTask.run(HintTest.java:727)
>     at 
> org.netbeans.modules.java.hints.test.api.HintTest$DeadlockTask.run(HintTest.java:715)
>     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 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>     at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>     at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>     at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
>     at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
>     at 
> org.netbeans.modules.java.hints.test.api.HintTest.parse(HintTest.java:558)
>     at 
> org.netbeans.modules.java.hints.test.api.HintTest.ensureCompilable(HintTest.java:370)
>     at 
> org.netbeans.modules.java.hints.test.api.HintTest.run(HintTest.java:444)
>     at 
> org.netbeans.modules.java.hints.test.api.HintTest.run(HintTest.java:429)
>     at 
> org.apache.netbeans.bugkiller.TestHintTest.testWarningProduced(TestHintTest.java:30){noformat}



--
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-1117) java.lang.IllegalArgumentException when using var in the class level

2018-08-07 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA reassigned NETBEANS-1117:
---

Assignee: ARUNAVA SINHA

> java.lang.IllegalArgumentException when using var in the class level
> 
>
> Key: NETBEANS-1117
> URL: https://issues.apache.org/jira/browse/NETBEANS-1117
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: Windows 10 ver. 1803
>Reporter: Tevin Niang-Trost
>Assignee: ARUNAVA SINHA
>Priority: Critical
> Attachments: IDE log.txt, UI log.txt
>
>
> Occurs when one types _var_ in the class level of any class (i.e. not in a 
> static initializer block, instance initializer block, or method), including 
> static nested classes, inner classes, local classes, and anonymous classes.
> Examples below. Typing _var_ in each situation brings up a dialog box which 
> says _java.lang.IllegalArgumentException: Unsupported type: none, kind: NONE._
> {{class Test {}}
>  {{    var}}
>  {{}}}
> {{class Test {}}
>  {{    static class StaticNestedTest {}}
>  {{        var}}
>          }
>  {{}}}
> {{class Test {}}
>  {{    class InnerTest {}}
>  {{        var}}
>          }
>  {{}}}
> {{class Test {}}
>  {{    Runnable anonTest = new Runnable() {}}
>  {{        var}}
>          }
>  {{}}}
> {{class Test {}}
>  {{    void x() {}}
>  {{        class LocalTest {}}
>  {{            var}}
>                 }
>         }
>  {{}}}
> UI and IDE logs attached as .txt files.



--
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 #651 from geertjanw/netbeans-1074-form-relicensing

2018-08-07 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

commit 1fa8a93b326abcd864cca3f3fa89baa776855f8f
Merge: f6ddba4 cbe8db7
Author: Geertjan Wielenga 
AuthorDate: Tue Aug 7 12:44:08 2018 +0200

Merge pull request #651 from geertjanw/netbeans-1074-form-relicensing

[NETBEANS-1074] Relicensing form files in enterprise and ergonomics clusters

 .../cloud/amazon/ui/AmazonWizardComponent.form  | 21 +
 .../AmazonJ2EEServerWizardComponent.form| 21 +
 .../support/ui/CloudResourcesWizardComponent.form   | 21 +
 .../glassfish/common/ui/AdminObjectCustomizer.form  | 21 +
 .../common/ui/ConnectionPoolCustomizer.form | 21 +
 .../ui/ConnectorConnectionPoolCustomizer.form   | 21 +
 .../glassfish/common/ui/ConnectorCustomizer.form| 21 +
 .../glassfish/common/ui/GlassFishCredentials.form   | 21 +
 .../glassfish/common/ui/GlassFishPassword.form  | 21 +
 .../modules/glassfish/common/ui/InstancePanel.form  | 21 +
 .../glassfish/common/ui/JavaMailCustomizer.form | 21 +
 .../glassfish/common/ui/JavaSEPlatformPanel.form| 21 +
 .../glassfish/common/ui/JdbcResourceCustomizer.form | 21 +
 .../modules/glassfish/common/ui/VmCustomizer.form   | 21 +
 .../modules/glassfish/common/ui/WarnPanel.form  | 21 +
 .../wizards/AddDomainLocationVisualPanel.form   | 21 +
 .../wizards/AddServerLocationVisualPanel.form   | 21 +
 .../javaee/templates/WebLogicDDVisualPanel.form | 21 +
 .../modules/glassfish/javaee/ui/DebugPortQuery.form | 21 +
 .../ide/ergonomics/fod/ConfigurationPanel.form  | 21 +
 .../ide/ergonomics/newproject/ContentPanel.form | 21 +
 .../ide/ergonomics/newproject/InstallPanel.form | 21 +
 .../ui/customizer/AddAnnotationProcessor.form   | 21 +
 .../ui/customizer/CustomizerCompile.form| 21 +
 .../clientproject/ui/customizer/CustomizerJar.form  | 21 +
 .../ui/customizer/CustomizerJavadoc.form| 21 +
 .../ui/customizer/CustomizerLibraries.form  | 21 +
 .../clientproject/ui/customizer/CustomizerRun.form  | 21 +
 .../ui/customizer/CustomizerSources.form| 21 +
 .../ui/customizer/MainClassChooser.form | 21 +
 .../ui/customizer/MainClassWarning.form | 21 +
 .../ui/wizards/PanelSourceFolders.form  | 21 +
 .../wsclient/CustomizerWSClientHost.form| 21 +
 .../modules/j2ee/common/DatasourceCustomizer.form   | 21 +
 .../j2ee/common/ui/BrokenDatasourceAlertPanel.form  | 21 +
 .../j2ee/common/ui/BrokenServerAlertPanel.form  | 21 +
 .../common/ui/BrokenServerLibraryAlertPanel.form| 21 +
 .../common/ui/MissingDatabaseConnectionWarning.form | 21 +
 .../j2ee/common/ui/NoSelectedServerWarning.form | 21 +
 .../j2ee/ddloaders/multiview/ui/BrowseFolders.form  | 21 +
 .../multiview/ui/CmpRelationshipsForm.form  | 21 +
 .../j2ee/ddloaders/multiview/ui/EjbDetailForm.form  | 21 +
 .../ui/EjbImplementationAndInterfacesForm.form  | 21 +
 .../ddloaders/multiview/ui/EntityOverviewForm.form  | 21 +
 .../multiview/ui/MdbImplementationForm.form | 21 +
 .../multiview/ui/MessageDrivenOverviewForm.form | 21 +
 .../j2ee/ddloaders/multiview/ui/MoveClassForm.form  | 21 +
 .../ddloaders/multiview/ui/RenameClassForm.form | 21 +
 .../j2ee/ddloaders/multiview/ui/SecurityForm.form   | 21 +
 .../ddloaders/multiview/ui/SessionOverviewForm.form | 21 +
 .../web/multiview/AbsoluteOrderingPanel.form| 21 +
 .../j2ee/ddloaders/web/multiview/BrowseFolders.form | 21 +
 .../ddloaders/web/multiview/ContextParamsPanel.form | 21 +
 .../j2ee/ddloaders/web/multiview/EjbRefPanel.form   | 21 +
 .../j2ee/ddloaders/web/multiview/EjbRefsPanel.form  | 21 +
 .../ddloaders/web/multiview/EnvEntriesPanel.form| 21 +
 

[incubator-netbeans] branch master updated (f6ddba4 -> 1fa8a93)

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

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


from f6ddba4  Merge pull request #647 from vikasprabhakar/jdk-11-var-hints
 add 8dfcb86  [NETBEANS-1074] Relicensing form files in enterprise cluster
 add cbe8db7  [NETBEANS-1074] Relicensing form files in ergonomics cluster
 new 1fa8a93  Merge pull request #651 from 
geertjanw/netbeans-1074-form-relicensing

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:
 .../cloud/amazon/ui/AmazonWizardComponent.form  | 21 +
 .../AmazonJ2EEServerWizardComponent.form| 21 +
 .../support/ui/CloudResourcesWizardComponent.form   | 21 +
 .../glassfish/common/ui/AdminObjectCustomizer.form  | 21 +
 .../common/ui/ConnectionPoolCustomizer.form | 21 +
 .../ui/ConnectorConnectionPoolCustomizer.form   | 21 +
 .../glassfish/common/ui/ConnectorCustomizer.form| 21 +
 .../glassfish/common/ui/GlassFishCredentials.form   | 21 +
 .../glassfish/common/ui/GlassFishPassword.form  | 21 +
 .../modules/glassfish/common/ui/InstancePanel.form  | 21 +
 .../glassfish/common/ui/JavaMailCustomizer.form | 21 +
 .../glassfish/common/ui/JavaSEPlatformPanel.form| 21 +
 .../glassfish/common/ui/JdbcResourceCustomizer.form | 21 +
 .../modules/glassfish/common/ui/VmCustomizer.form   | 21 +
 .../modules/glassfish/common/ui/WarnPanel.form  | 21 +
 .../wizards/AddDomainLocationVisualPanel.form   | 21 +
 .../wizards/AddServerLocationVisualPanel.form   | 21 +
 .../javaee/templates/WebLogicDDVisualPanel.form | 21 +
 .../modules/glassfish/javaee/ui/DebugPortQuery.form | 21 +
 .../ide/ergonomics/fod/ConfigurationPanel.form  | 21 +
 .../ide/ergonomics/newproject/ContentPanel.form | 21 +
 .../ide/ergonomics/newproject/InstallPanel.form | 21 +
 .../ui/customizer/AddAnnotationProcessor.form   | 21 +
 .../ui/customizer/CustomizerCompile.form| 21 +
 .../clientproject/ui/customizer/CustomizerJar.form  | 21 +
 .../ui/customizer/CustomizerJavadoc.form| 21 +
 .../ui/customizer/CustomizerLibraries.form  | 21 +
 .../clientproject/ui/customizer/CustomizerRun.form  | 21 +
 .../ui/customizer/CustomizerSources.form| 21 +
 .../ui/customizer/MainClassChooser.form | 21 +
 .../ui/customizer/MainClassWarning.form | 21 +
 .../ui/wizards/PanelSourceFolders.form  | 21 +
 .../wsclient/CustomizerWSClientHost.form| 21 +
 .../modules/j2ee/common/DatasourceCustomizer.form   | 21 +
 .../j2ee/common/ui/BrokenDatasourceAlertPanel.form  | 21 +
 .../j2ee/common/ui/BrokenServerAlertPanel.form  | 21 +
 .../common/ui/BrokenServerLibraryAlertPanel.form| 21 +
 .../common/ui/MissingDatabaseConnectionWarning.form | 21 +
 .../j2ee/common/ui/NoSelectedServerWarning.form | 21 +
 .../j2ee/ddloaders/multiview/ui/BrowseFolders.form  | 21 +
 .../multiview/ui/CmpRelationshipsForm.form  | 21 +
 .../j2ee/ddloaders/multiview/ui/EjbDetailForm.form  | 21 +
 .../ui/EjbImplementationAndInterfacesForm.form  | 21 +
 .../ddloaders/multiview/ui/EntityOverviewForm.form  | 21 +
 .../multiview/ui/MdbImplementationForm.form | 21 +
 .../multiview/ui/MessageDrivenOverviewForm.form | 21 +
 .../j2ee/ddloaders/multiview/ui/MoveClassForm.form  | 21 +
 .../ddloaders/multiview/ui/RenameClassForm.form | 21 +
 .../j2ee/ddloaders/multiview/ui/SecurityForm.form   | 21 +
 .../ddloaders/multiview/ui/SessionOverviewForm.form | 21 +
 .../web/multiview/AbsoluteOrderingPanel.form| 21 +
 .../j2ee/ddloaders/web/multiview/BrowseFolders.form | 21 +
 .../ddloaders/web/multiview/ContextParamsPanel.form | 21 

[jira] [Commented] (NETBEANS-802) nb-javac JDK11 upgrade

2018-08-07 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-802:
---

Dusan has merged JDK-11+24 into http://hg.netbeans.org/main/nb-java-x 
repository.
Closing this bug.


> nb-javac JDK11 upgrade
> --
>
> Key: NETBEANS-802
> URL: https://issues.apache.org/jira/browse/NETBEANS-802
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Dusan Balek
>Priority: Major
>  Labels: NB-JDK11
>
> For JDK 11 support in NetBeans we need to refresh nb-javac codebase with JDK 
> 11



--
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-802) nb-javac JDK11 upgrade

2018-08-07 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-802:
-

Assignee: Dusan Balek  (was: Reema Taneja)

> nb-javac JDK11 upgrade
> --
>
> Key: NETBEANS-802
> URL: https://issues.apache.org/jira/browse/NETBEANS-802
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Dusan Balek
>Priority: Major
>  Labels: NB-JDK11
>
> For JDK 11 support in NetBeans we need to refresh nb-javac codebase with JDK 
> 11



--
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 (b04ae46 -> f6ddba4)

2018-08-07 Thread rtaneja
This is an automated email from the ASF dual-hosted git repository.

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


from b04ae46  Merge pull request #648 from matthiasblaesing/netbeans-369
 add c1c82de  [NETBEANS-1108] Replace the repetitive code for error check 
in Hint module
 add d1fe345  [NETBEANS-1108] Add error codes
 add 4d9c058  [NETBEANS-1108] Add error codes
 new f6ddba4  Merge pull request #647 from vikasprabhakar/jdk-11-var-hints

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:
 .../modules/java/hints/jdk/ConvertToVarHint.java   | 33 +++---
 .../java/hints/jdk/ConvertVarToExplicitType.java   | 18 +---
 2 files changed, 5 insertions(+), 46 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] 01/01: Merge pull request #647 from vikasprabhakar/jdk-11-var-hints

2018-08-07 Thread rtaneja
This is an automated email from the ASF dual-hosted git repository.

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

commit f6ddba47a63e236b345b2b77f287b58eac89fff9
Merge: b04ae46 4d9c058
Author: Reema Taneja <32299405+rtane...@users.noreply.github.com>
AuthorDate: Tue Aug 7 16:05:50 2018 +0530

Merge pull request #647 from vikasprabhakar/jdk-11-var-hints

[NETBEANS-1108] Replace the repetitive code for error check in Hint module

 .../modules/java/hints/jdk/ConvertToVarHint.java   | 33 +++---
 .../java/hints/jdk/ConvertVarToExplicitType.java   | 18 +---
 2 files changed, 5 insertions(+), 46 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] [Updated] (NETBEANS-1043) Refactor -> Move method does not update method::references

2018-08-07 Thread ASF GitHub Bot (JIRA)


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

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

> Refactor -> Move method does not update method::references
> --
>
> Key: NETBEANS-1043
> URL: https://issues.apache.org/jira/browse/NETBEANS-1043
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: pull-request-available
>
> Given the following code (was done inside a class for simplicity):
> {code:java}
>     public static class Baz{
>         public static void doStuff(BooleanSupplier source){
>             boolean val = source.getAsBoolean();
>         }
>         public static void prepareStuff(){
>             doStuff(Bar::moveThis);
>         }
>     }
>     public static class Bar {
>         public static boolean moveThis(){
>             return true;
>         }
>     }
>     public static class Foo{
>     
>     }
> {code}
> If you Refactor Move `moveThis` from `Bar` to `Foo`, the reference in 
> Baz.prepareStuff() does not get updated.



--
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-1119) Broken link to NetBeans Slack channel

2018-08-07 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1119:
-

Yes, here's the PR for that:

https://github.com/apache/incubator-netbeans-website/pull/72

> Broken link to NetBeans Slack channel
> -
>
> Key: NETBEANS-1119
> URL: https://issues.apache.org/jira/browse/NETBEANS-1119
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Andreas Sewe
>Priority: Minor
>
> On [https://netbeans.apache.org/community/mailing-lists.html,] the link to 
> the NetBeans Slack channel ([https://netbeans.signup.team/)] is broken. The 
> target host answers to pings, but refuses connections on both ports 80 and 
> 443.



--
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-1119) Broken link to NetBeans Slack channel

2018-08-07 Thread Andreas Sewe (JIRA)
Andreas Sewe created NETBEANS-1119:
--

 Summary: Broken link to NetBeans Slack channel
 Key: NETBEANS-1119
 URL: https://issues.apache.org/jira/browse/NETBEANS-1119
 Project: NetBeans
  Issue Type: Bug
  Components: website
Reporter: Andreas Sewe


On [https://netbeans.apache.org/community/mailing-lists.html,] the link to the 
NetBeans Slack channel ([https://netbeans.signup.team/)] is broken. The target 
host answers to pings, but refuses connections on both ports 80 and 443.



--
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-1118) Unable to Install Netbean

2018-08-07 Thread Bijoo Krishna Menon (JIRA)
Bijoo Krishna Menon created NETBEANS-1118:
-

 Summary: Unable to Install Netbean
 Key: NETBEANS-1118
 URL: https://issues.apache.org/jira/browse/NETBEANS-1118
 Project: NetBeans
  Issue Type: Task
  Components: platform - JDK Problems
Affects Versions: Next
Reporter: Bijoo Krishna Menon






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