[jira] [Assigned] (NETBEANS-3847) CLONE - Release installers

2020-02-13 Thread Reema Taneja (Jira)


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

Reema Taneja reassigned NETBEANS-3847:
--

Assignee: Arunava Sinha  (was: Reema Taneja)

> CLONE - Release installers
> --
>
> Key: NETBEANS-3847
> URL: https://issues.apache.org/jira/browse/NETBEANS-3847
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Arunava Sinha
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3847) CLONE - Release installers

2020-02-13 Thread Reema Taneja (Jira)


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

Reema Taneja commented on NETBEANS-3847:


Arunava is working on 11.3 installers.

> CLONE - Release installers
> --
>
> Key: NETBEANS-3847
> URL: https://issues.apache.org/jira/browse/NETBEANS-3847
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Arunava Sinha
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3046) Ant build Java cluster, create new project wizard shows HTML/JS node

2019-08-30 Thread Reema Taneja (Jira)


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

Reema Taneja updated NETBEANS-3046:
---
Description: 
Came across this issue while working on NETBEANS-3045 for enabling installation 
of a subset of IDE using Installers.
Java cluster has dependence on webcommon cluster. If webcommon is not included, 
Create New Java Application fails during Activation because loading of 
org.netbeans.modules.debugger.jpda.truffle module jar fails. The side effect of 
including webcommon is - in new Project Wizard, node for HTML/JavaScript is 
seen. Selecting this node to create JavaScript application fails because it 
further requires websvccommon cluster.

  was:
Came across this issue while working on enh for enabling installation of a 
subset of IDE using Installers.
Java cluster has dependence on webcommon cluster. If webcommon is not included, 
Create New Java Application fails during Activation because loading of 
org.netbeans.modules.debugger.jpda.truffle module jar fails. The side effect of 
including webcommon is - in new Project Wizard, node for HTML/JavaScript is 
seen. Selecting this node to create JavaScript application fails because it 
further requires websvccommon cluster.


> Ant build Java cluster, create new project wizard shows HTML/JS node 
> -
>
> Key: NETBEANS-3046
> URL: https://issues.apache.org/jira/browse/NETBEANS-3046
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Priority: Minor
>
> Came across this issue while working on NETBEANS-3045 for enabling 
> installation of a subset of IDE using Installers.
> Java cluster has dependence on webcommon cluster. If webcommon is not 
> included, Create New Java Application fails during Activation because loading 
> of org.netbeans.modules.debugger.jpda.truffle module jar fails. The side 
> effect of including webcommon is - in new Project Wizard, node for 
> HTML/JavaScript is seen. Selecting this node to create JavaScript application 
> fails because it further requires websvccommon cluster.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3045) Add customize panel in Installer wizard to select install components

2019-08-30 Thread Reema Taneja (Jira)


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

Reema Taneja commented on NETBEANS-3045:


NETBEANS-3046 - Install Javase - create new project wizard shows node for 
HTML/JavaScript project type.

> Add customize panel in Installer wizard to select install components  
> --
>
> Key: NETBEANS-3045
> URL: https://issues.apache.org/jira/browse/NETBEANS-3045
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>
> Need to add Customize panel in Installer wizard that provides option to users 
> to install a subset of the full IDE, eg like PHP, HTML/JavaScript, Javase, 
> Javaee, CPP



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3046) Ant build Java cluster, create new project wizard shows HTML/JS node

2019-08-30 Thread Reema Taneja (Jira)
Reema Taneja created NETBEANS-3046:
--

 Summary: Ant build Java cluster, create new project wizard shows 
HTML/JS node 
 Key: NETBEANS-3046
 URL: https://issues.apache.org/jira/browse/NETBEANS-3046
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja


Came across this issue while working on enh for enabling installation of a 
subset of IDE using Installers.
Java cluster has dependence on webcommon cluster. If webcommon is not included, 
Create New Java Application fails during Activation because loading of 
org.netbeans.modules.debugger.jpda.truffle module jar fails. The side effect of 
including webcommon is - in new Project Wizard, node for HTML/JavaScript is 
seen. Selecting this node to create JavaScript application fails because it 
further requires websvccommon cluster.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3045) Add customize panel in Installer wizard to select install components

2019-08-29 Thread Reema Taneja (Jira)
Reema Taneja created NETBEANS-3045:
--

 Summary: Add customize panel in Installer wizard to select install 
components  
 Key: NETBEANS-3045
 URL: https://issues.apache.org/jira/browse/NETBEANS-3045
 Project: NetBeans
  Issue Type: Improvement
Reporter: Reema Taneja
Assignee: Reema Taneja


Need to add Customize panel in Installer wizard that provides option to users 
to install a subset of the full IDE, eg like PHP, HTML/JavaScript, Javase, 
Javaee, CPP



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2904) java permissions issue for NetBeans projects build/run on Mac osx 10.15

2019-07-26 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2904:
--

 Summary: java permissions issue for NetBeans projects build/run on 
Mac osx 10.15 
 Key: NETBEANS-2904
 URL: https://issues.apache.org/jira/browse/NETBEANS-2904
 Project: NetBeans
  Issue Type: Improvement
  Components: ide - Code
Reporter: Reema Taneja


This came as feedback from Apache NetBeans 11.1 Installer testing on Mac OSX 
10.15:
There's java permissions issue that can prevent NetBeans projects from being 
built/run. For 11.2, NB could check for this and pop up a dialog giving 
instructions on how to grant Java full disk access if necessary. Should test 
installer as well as NetBeans.
Users have to explicitly grant java "Full Disk Access" in System 
Preferences-->Security and Privacy.




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2902) Mac installer binary should be notarised to support upcoming 10.15

2019-07-26 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-2902:
---
Affects Version/s: 11.1

> Mac installer binary should be notarised to support upcoming 10.15
> --
>
> Key: NETBEANS-2902
> URL: https://issues.apache.org/jira/browse/NETBEANS-2902
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Reema Taneja
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2902) Mac installer binary should be notarised to support upcoming 10.15

2019-07-26 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2902:
--

 Summary: Mac installer binary should be notarised to support 
upcoming 10.15
 Key: NETBEANS-2902
 URL: https://issues.apache.org/jira/browse/NETBEANS-2902
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2859) Add JDK 13 Text Blocks support in Java Editor

2019-07-16 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2859:
--

 Summary: Add JDK 13 Text Blocks support in Java Editor
 Key: NETBEANS-2859
 URL: https://issues.apache.org/jira/browse/NETBEANS-2859
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Editor
Reporter: Reema Taneja
Assignee: Reema Taneja






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2656) Remove old JDK(5,7) migrator configs under Inspect and Transform

2019-06-09 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2656:
--

 Summary: Remove old JDK(5,7) migrator configs under Inspect and 
Transform 
 Key: NETBEANS-2656
 URL: https://issues.apache.org/jira/browse/NETBEANS-2656
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja


Old JDK migrator options for unsupported releases JDK 5, 7 should be removed. 
JDK 10 configuration should be renamed as JDK11 configuration as no new hints 
added for JDK 11 and it's a LTS release. 



--
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-1561) Reproducible NullPointerException at Refactor-Move in Java Modular Project breaks refactoring

2019-06-04 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1561:
--

Assignee: (was: Reema Taneja)

> Reproducible NullPointerException at Refactor-Move in Java Modular Project 
> breaks refactoring
> -
>
> Key: NETBEANS-1561
> URL: https://issues.apache.org/jira/browse/NETBEANS-1561
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0, 10.0
>Reporter: Andreas Eckstein
>Priority: Major
>  Labels: ca_survey
> Attachments: testProject1.zip
>
>
> _(Edit: When reporting this first, I neglected to mention that in certain 
> situations when this NullPointerException is triggered, refactoring is 
> actually broken.)_
>  
> I found a reproducible case of NullPointerException when trying to 
> refactor-move a class. In the attached testProject1, each module contains two 
> classes. In mod1a, class Test1A2.java can be moved to package mod1a.pkg 
> without issue. Trying the same thing in mod1b with Test1B2.java results in an 
> exception.
> *Importantly, I can still select 'Refactor' afterwards, but the classes just 
> are moved without refactoring.*
> Not sure what triggers this, but simpler projects with less class/module 
> relations seem to work fine.
> Platform:
> Linux x86_64
> openjdk version "11.0.1" 2018-10-16
> NetBeans-dev-incubator-netbeans-linux-882-on-20181025-release.zip
> (I've seen this error since Netbeans 9.0/JDK9)



--
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-1561) Reproducible NullPointerException at Refactor-Move in Java Modular Project breaks refactoring

2019-05-13 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1561:
--

Assignee: Reema Taneja

> Reproducible NullPointerException at Refactor-Move in Java Modular Project 
> breaks refactoring
> -
>
> Key: NETBEANS-1561
> URL: https://issues.apache.org/jira/browse/NETBEANS-1561
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0, 10.0
>Reporter: Andreas Eckstein
>Assignee: Reema Taneja
>Priority: Major
>  Labels: ca_survey
> Attachments: testProject1.zip
>
>
> _(Edit: When reporting this first, I neglected to mention that in certain 
> situations when this NullPointerException is triggered, refactoring is 
> actually broken.)_
>  
> I found a reproducible case of NullPointerException when trying to 
> refactor-move a class. In the attached testProject1, each module contains two 
> classes. In mod1a, class Test1A2.java can be moved to package mod1a.pkg 
> without issue. Trying the same thing in mod1b with Test1B2.java results in an 
> exception.
> *Importantly, I can still select 'Refactor' afterwards, but the classes just 
> are moved without refactoring.*
> Not sure what triggers this, but simpler projects with less class/module 
> relations seem to work fine.
> Platform:
> Linux x86_64
> openjdk version "11.0.1" 2018-10-16
> NetBeans-dev-incubator-netbeans-linux-882-on-20181025-release.zip
> (I've seen this error since Netbeans 9.0/JDK9)



--
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-2528) Build number not set for JavaVersion for jdk version format like '12+33'

2019-05-09 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2528:
--

 Summary: Build number not set for JavaVersion for jdk version 
format like '12+33'  
 Key: NETBEANS-2528
 URL: https://issues.apache.org/jira/browse/NETBEANS-2528
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja


In getJavaVersionFromString in 
nbi/engine/native/launcher/windows/src/JavaUtils.c





--
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-2409) Very Slow Operations on Windows

2019-04-25 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-2409:


Test signed installer, signed using code signing service[1] is shared here.
https://www.dropbox.com/s/mt66f72fk222lsb/Apache-NetBeans-11.0-bin-windows-x64.exe?dl=0

This still shows warning in Windows, but we can rt click and look at 
certificate details under Properties. Production signed installer will not show 
this warning and certificate should get recognized.

[1]https://reference.apache.org/pmc/codesigning

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows, pull-request-available
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-703) Rename packages windows takes a long time to respond

2019-04-23 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-703.
---
Resolution: Cannot Reproduce

> Rename packages windows takes a long time to respond
> 
>
> Key: NETBEANS-703
> URL: https://issues.apache.org/jira/browse/NETBEANS-703
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 7
>Reporter: Alex de Kruijff
>Assignee: Reema Taneja
>Priority: Major
>
> *Actual*
>  Given NetBeans 8.2
>  When renaming a package (ctrl-R) using the projects view
>  Then a windows is opened
>  And the field "New name" is unresponive for 10 seconds or so.
> *Expected*
>  Given NetBeans 8.2
>  When renaming a package (ctrl-R)
>  Then a windows is opened
>  And the field "New name" is responive within 2 seconds.
>  



--
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-2131) CCE: JDK11, Goto type 'WebView'

2019-04-23 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-2131.

Resolution: Duplicate

> CCE: JDK11, Goto type 'WebView'
> ---
>
> Key: NETBEANS-2131
> URL: https://issues.apache.org/jira/browse/NETBEANS-2131
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Navigation
>Reporter: Jaroslav Tulach
>Assignee: Reema Taneja
>Priority: Major
>
> Running the NetBeans 11 VC1 on JDK11 with an empty dir. Created "Java with 
> Maven/Java Frontend App". Then I tried Ctrl-O and jump to `WebView`. Nothing 
> happens and this is the text on the console:
>  
> {code:java}
> Even though the source level of  is set to: 11, java.util.zip.CRC32C cannot 
> be found on the system module path:
> Changing source level to 1.8
> SEVERE [global]
> java.lang.ClassCastException: class com.sun.tools.javac.jvm.ClassReader$1 
> cannot be cast to class com.sun.tools.javac.code.Type$ErrorType 
> (com.sun.tools.javac.jvm.ClassReader$1 and 
> com.sun.tools.javac.code.Type$ErrorType are in unnamed module of loader 
> org.netbeans.StandardModule$OneModuleClassLoader @49d43819)
>     at 
> org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:858)
>     at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1107)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitVariable(CodeGenerator.java:520)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitVariable(CodeGenerator.java:285)
>     at com.sun.tools.javac.code.Symbol$VarSymbol.accept(Symbol.java:1606)
>     at 
> javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:367)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:285)
>     at 
> com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1473)
>     at 
> javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:367)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:285)
>     at 
> com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1473)
>     at 
> javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:275)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:232)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:152)
>     at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
>     at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)
>     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.api.java.source.JavaSource.runModificationTask(JavaSource.java:683)
>     at 
> org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:152)
>     at 
> org.netbeans.modules.java.classfile.BinaryElementOpenImpl.open(BinaryElementOpenImpl.java:44)
>     at 
> 

[jira] [Resolved] (NETBEANS-2450) javac compiler option --enable-preview doesn't take effect for maven projects

2019-04-23 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-2450.

   Resolution: Fixed
Fix Version/s: 12.0

Merged
https://github.com/apache/incubator-netbeans/pull/1173


> javac compiler option --enable-preview doesn't take effect for maven projects
> -
>
> Key: NETBEANS-2450
> URL: https://issues.apache.org/jira/browse/NETBEANS-2450
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
> Fix For: 12.0
>
>
> pom.xml entry: 
> 
> 
> 
> maven-compiler-plugin
> 3.8.0
> 
> 
> --enable-preview
> 
> 
> 
> 
> 



--
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-2450) javac compiler option --enable-preview doesn't take effect for maven projects

2019-04-23 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2450:
--

 Summary: javac compiler option --enable-preview doesn't take 
effect for maven projects
 Key: NETBEANS-2450
 URL: https://issues.apache.org/jira/browse/NETBEANS-2450
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja


pom.xml entry: 




maven-compiler-plugin
3.8.0


--enable-preview








--
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-2448) Add migrator support for JDK 10, 12 syntax

2019-04-23 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-2448:
---
Description: 
We should add migrators for newer JDK releases 10, 12, in "Inspect and 
Transform" dialog. 
For JDK 9, 11, no JDK migration support hints were added.

  was:We should add migrators for newer JDK releases 10, 12. For JDK 9, 11, no 
JDK migration support hints were added.


> Add migrator support for JDK 10, 12 syntax
> --
>
> Key: NETBEANS-2448
> URL: https://issues.apache.org/jira/browse/NETBEANS-2448
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>
> We should add migrators for newer JDK releases 10, 12, in "Inspect and 
> Transform" dialog. 
> For JDK 9, 11, no JDK migration support hints were added.



--
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-2448) Add migrator support for JDK 10, 12 syntax

2019-04-23 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2448:
--

 Summary: Add migrator support for JDK 10, 12 syntax
 Key: NETBEANS-2448
 URL: https://issues.apache.org/jira/browse/NETBEANS-2448
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja


We should add migrators for newer JDK releases 10, 12. For JDK 9, 11, no JDK 
migration support hints were added.



--
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-1697) Nb-javac plugin update issue

2019-04-09 Thread Reema Taneja (JIRA)


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

Reema Taneja closed NETBEANS-1697.
--
Resolution: Cannot Reproduce

This issue doesn't reproduce in Apache NetBeans 11.0, hence closing.

> Nb-javac plugin update issue
> 
>
> Key: NETBEANS-1697
> URL: https://issues.apache.org/jira/browse/NETBEANS-1697
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Minor
>
> In Linux env:
> After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
> plugin via Notification or Tools/Plugins dialog below exception is seen: 
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacapi jarFile: 
> /scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
>  was enabled before, will not accept fragment 
> StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
> /home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
>   at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>   at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>   at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>   at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-2381) nbi installer launcher nlw.exe doesn't work for JDK 12 release version

2019-04-09 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-2381:
--

 Summary: nbi installer launcher nlw.exe doesn't work for JDK 12 
release version
 Key: NETBEANS-2381
 URL: https://issues.apache.org/jira/browse/NETBEANS-2381
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja


https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/src/JavaUtils.c
 

getJavaVersionFromString doesn't handle JDK 12 release version string like 12+33




--
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-663) Shortcuts using "alt/option" on the mac do not work.

2019-03-04 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-663:
---

For now, workaround is to only use the left ALT key. Once right ALT key is 
used, erroneous behaviour is seen and IDE needs to be restarted to be able to 
use left ALT key again. 


> Shortcuts using "alt/option" on the mac do not work.
> 
>
> Key: NETBEANS-663
> URL: https://issues.apache.org/jira/browse/NETBEANS-663
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Key bindings, platform - Action Items
>Affects Versions: 9.0, 10.0
>Reporter: Austin Stephens
>Assignee: Reema Taneja
>Priority: Critical
>
> The menu item flashes like it was activated, but nothing happens. This might 
> be because the key is interpreted like "alt altGraph pressed \{Key}" or 
> because it is never added to the binding map. I do note that "alt + F11" was 
> in the map, but that didn't work either (probably for the first reason). All 
> of the others are just not in the map. See NbKeymap.getAction.



--
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-27 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-2176:


Affected Versions is 8.2 onwards, and from stacktrace it looks to be different 
issue than I worked on earlier. A reproducible testcase is required for further 
investigation. Thanks.

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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-1769) Error in RequestProcessor org.netbeans.modules.java.JavaNode$IconTask$SourceIcon

2019-02-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1769:


Can you please provide steps to reproduce this issue.

>  Error in RequestProcessor 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon
> -
>
> Key: NETBEANS-1769
> URL: https://issues.apache.org/jira/browse/NETBEANS-1769
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment:  Operating System= Windows 10 version 10.0 
> running on amd64
>   Java; VM; Vendor= 11.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 11.0.1+13-LTS; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 11.0.1+13-LTS
>Reporter: Ruslan Lopez Carro
>Priority: Critical
>
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon
> java.lang.IllegalStateException: Cannot call getCompilationUnit() if current 
> phase < JavaSource.Phase.PARSED. You must call toPhase(Phase.PARSED) first.
>  at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getCompilationUnit(CompilationInfoImpl.java:199)
>  at 
> org.netbeans.api.java.source.CompilationInfo.getCompilationUnit(CompilationInfo.java:167)
>  at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:444)
>  at 
> org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:440)
>  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.JavaNode$IconTask$SourceIcon.computeIcon(JavaNode.java:440)
>  at org.netbeans.modules.java.JavaNode$IconTask.run(JavaNode.java:402)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-1704) java.io.UnsupportedEncodingException: ISO-Latin-1

2019-02-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1704:


Can you please provide a test project to help reproduce this issue.

> java.io.UnsupportedEncodingException: ISO-Latin-1
> -
>
> Key: NETBEANS-1704
> URL: https://issues.apache.org/jira/browse/NETBEANS-1704
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Alex Tomb
>Priority: Critical
> Attachments: nb_bug.txt.zip
>
>
> Just open the project
> Can not attach the file
> "JIRA could not attach the file as there was a missing token. Please try 
> attaching the file again."



--
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-1407) Error on code completion with profiles

2019-02-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1407:


Can you please provide steps to reproduce this issue. 

> Error on code completion with profiles
> --
>
> Key: NETBEANS-1407
> URL: https://issues.apache.org/jira/browse/NETBEANS-1407
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 - 64 bits
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Minor
>  Labels: java,, profile
>
> {{When i try to use code completion with profile I receive this Exception 
> from netbeans:}}
> {{java.lang.IllegalStateException: Cannot call getCompilationUnit() if 
> current phase < JavaSource.Phase.PARSED. You must call toPhase(Phase.PARSED) 
> first.}}
> {{    at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getCompilationUnit(CompilationInfoImpl.java:199)}}
> {{    at 
> org.netbeans.api.java.source.CompilationInfo.getCompilationUnit(CompilationInfo.java:167)}}
> {{    at 
> org.netbeans.api.java.source.TreeUtilities.pathFor(TreeUtilities.java:318)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider.getCompletionTreePath(JPACodeCompletionProvider.java:303)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider.access$100(JPACodeCompletionProvider.java:66)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.run(JPACodeCompletionProvider.java:190)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.access$600(JPACodeCompletionProvider.java:81)}}
> {{    at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery$Task.run(JPACodeCompletionProvider.java:258)}}
> {{    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)}}
> {{Caused: org.netbeans.modules.parsing.spi.ParseException}}
> {{    at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:186)}}
> {{    at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)}}
> {{[catch] at 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.query(JPACodeCompletionProvider.java:118)}}
> {{    at 
> org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:198)}}
> {{    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 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)}}



--
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-663) Shortcuts using "alt/option" on the mac do not work.

2019-02-13 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-663:
---

https://bugs.openjdk.java.net/browse/JDK-8218917

> Shortcuts using "alt/option" on the mac do not work.
> 
>
> Key: NETBEANS-663
> URL: https://issues.apache.org/jira/browse/NETBEANS-663
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Key bindings, platform - Action Items
>Affects Versions: 9.0, 10.0
>Reporter: Austin Stephens
>Assignee: Reema Taneja
>Priority: Critical
>
> The menu item flashes like it was activated, but nothing happens. This might 
> be because the key is interpreted like "alt altGraph pressed \{Key}" or 
> because it is never added to the binding map. I do note that "alt + F11" was 
> in the map, but that didn't work either (probably for the first reason). All 
> of the others are just not in the map. See NbKeymap.getAction.



--
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-470) var type shows as keyword in jdk8,9

2019-02-07 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-470.
---
   Resolution: Fixed
Fix Version/s: 9.0

> var type shows as keyword in jdk8,9
> ---
>
> Key: NETBEANS-470
> URL: https://issues.apache.org/jira/browse/NETBEANS-470
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Trivial
>  Labels: JDK10-LVTI
> Fix For: 9.0
>
>
> Var type should be treated as keyword only in jdk10. Currently version is not 
> getting passed in JavaLexer, hence it uses the default value, which is the 
> latest version supported. 
>  



--
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-470) var type shows as keyword in jdk8,9

2019-02-07 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-470:
---

Merged
https://github.com/apache/incubator-netbeans/pull/446

> var type shows as keyword in jdk8,9
> ---
>
> Key: NETBEANS-470
> URL: https://issues.apache.org/jira/browse/NETBEANS-470
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Trivial
>  Labels: JDK10-LVTI
>
> Var type should be treated as keyword only in jdk10. Currently version is not 
> getting passed in JavaLexer, hence it uses the default value, which is the 
> latest version supported. 
>  



--
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-663) Shortcuts using "alt/option" on the mac do not work.

2019-01-22 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-663:
-

Assignee: Reema Taneja

> Shortcuts using "alt/option" on the mac do not work.
> 
>
> Key: NETBEANS-663
> URL: https://issues.apache.org/jira/browse/NETBEANS-663
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Key bindings, platform - Action Items
>Affects Versions: 9.0, 10.0
>Reporter: Austin Stephens
>Assignee: Reema Taneja
>Priority: Critical
>
> The menu item flashes like it was activated, but nothing happens. This might 
> be because the key is interpreted like "alt altGraph pressed \{Key}" or 
> because it is never added to the binding map. I do note that "alt + F11" was 
> in the map, but that didn't work either (probably for the first reason). All 
> of the others are just not in the map. See NbKeymap.getAction.



--
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-1898) ide unresponsive / process not exiting / OutOfMemoryError: GC overhead limit exceeded

2019-01-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1898:


Can you please provide more information to help reproduce the issue. How many 
files are there in the open projects, what is the heap size set. Can you please 
share the .hprof file.

> ide unresponsive / process not exiting / OutOfMemoryError: GC overhead limit 
> exceeded
> -
>
> Key: NETBEANS-1898
> URL: https://issues.apache.org/jira/browse/NETBEANS-1898
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
> Environment: windows 10 1809, java 1.8.0_181
>Reporter: patrick
>Priority: Critical
>
> 
>   2019-01-07T04:18:36
>   1546831116007
>   2928
>   org.openide.util.WeakListenerImpl
>   900
>   12
>   Problem encountered while calling class 
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.removeFileChangeListener(public
>  final void 
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.removeFileChangeListener(org.openide.filesystems.FileChangeListener))
>  on C:\Users\bendorf\AppData\Local\Temp\wctB860.tmp@70160217:1bebdd87[invalid]
> org.openide.util.WeakListenerImpl$ProxyListener[null[interface 
> org.openide.filesystems.FileChangeListener]
>   
> C:\Users\bendorf\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>   
>     java.lang.reflect.InvocationTargetException
>     
>   sun.reflect.GeneratedMethodAccessor177
>   invoke
>   
>     
>     
>   sun.reflect.DelegatingMethodAccessorImpl
>   invoke
>   43
>   ${java.home}lib/rt.jar
>     
>     
>   java.lang.reflect.Method
>   invoke
>   498
>   ${java.home}lib/rt.jar
>     
>     
>   org.openide.util.WeakListenerImpl$ListenerReference
>   run
>   619
>   ${netbeans.home}lib/org-openide-util.jar
>     
>     
>   org.openide.util.lookup.implspi.ActiveQueue$Daemon
>   run
>   116
>   ${netbeans.home}lib/org-openide-util-lookup.jar
>     
>   
>   
>    java.lang.OutOfMemoryError: GC overhead limit exceeded
>     
>   org.openide.util.CharSequences$ByteBasedSequence
>   toChars
>   1467
>   ${netbeans.home}lib/org-openide-util.jar
>     
>     
>   org.openide.util.CharSequences$ByteBasedSequence
>   toString
>   1461
>   ${netbeans.home}lib/org-openide-util.jar
>     
>     
>   org.netbeans.modules.masterfs.filebasedfs.naming.FileName
>   getName
>   89
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   org.netbeans.modules.masterfs.filebasedfs.naming.FileName
>   getFile
>   84
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj
>   refresh
>   870
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj
>   refresh
>   355
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj
>   refreshImpl
>   459
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj
>   refresh
>   868
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj
>   refresh
>   537
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   org.openide.filesystems.FileObject
>   refresh
>   1194
>   ${netbeans.home}core/org-openide-filesystems.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory$AsyncRefreshAtomicAction
>   run
>   885
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   org.openide.filesystems.EventControl
>   runAtomicAction
>   102
>   ${netbeans.home}core/org-openide-filesystems.jar
>     
>     
>   org.openide.filesystems.FileSystem
>   runAtomicAction
>   494
>   ${netbeans.home}core/org-openide-filesystems.jar
>     
>     
>   org.openide.filesystems.FileUtil
>   runAtomicAction
>   396
>   ${netbeans.home}core/org-openide-filesystems.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory
>   refreshFromGetter
>   893
>   ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
>     
>     
>   
> org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory
> 

[jira] [Commented] (NETBEANS-1844) OutOfMemoryError: GC overhead limit exceeded

2019-01-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1844:


Can you please provide steps to reproduce the issue.

> OutOfMemoryError: GC overhead limit exceeded
> 
>
> Key: NETBEANS-1844
> URL: https://issues.apache.org/jira/browse/NETBEANS-1844
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10
>Reporter: Emmanuel Gabriel
>Priority: Critical
>
> OutOfMemoryError: GC overhead limit exceeded



--
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-906) nb-javac throws AssertionError compiling valid Java code involving inner classes

2019-01-11 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-906:
---

Arunava, Can you please verify and include this change in nb-javax upgrade.

> nb-javac throws AssertionError compiling valid Java code involving inner 
> classes
> 
>
> Key: NETBEANS-906
> URL: https://issues.apache.org/jira/browse/NETBEANS-906
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0
> Environment: OpenJDK 1.8.0_171 on Ubuntu
>Reporter: Jeffrey Morlan
>Assignee: ARUNAVA SINHA
>Priority: Major
> Attachments: NETBEANS-906.patch
>
>
> NetBeans 9.0 RC1 with nb-javac plugin fails to compile code like this:
> public class Bug {
>     class A {}
>     static void b(Bug c) \{ c.new A(){}; }
> }
> It throws the following exception:
> java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateArgs(TransTypes.java:211)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitNewClass(TransTypes.java:723)
>   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1695)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at com.sun.tools.javac.comp.TransTypes.visitExec(TransTypes.java:655)
>   at 
> com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1458)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:539)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:971)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:525)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateTopLevelClass(TransTypes.java:995)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1653)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1520)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:567)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:644)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:570)



--
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-906) nb-javac throws AssertionError compiling valid Java code involving inner classes

2019-01-11 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-906:
-

Assignee: ARUNAVA SINHA  (was: Reema Taneja)

> nb-javac throws AssertionError compiling valid Java code involving inner 
> classes
> 
>
> Key: NETBEANS-906
> URL: https://issues.apache.org/jira/browse/NETBEANS-906
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0
> Environment: OpenJDK 1.8.0_171 on Ubuntu
>Reporter: Jeffrey Morlan
>Assignee: ARUNAVA SINHA
>Priority: Major
> Attachments: NETBEANS-906.patch
>
>
> NetBeans 9.0 RC1 with nb-javac plugin fails to compile code like this:
> public class Bug {
>     class A {}
>     static void b(Bug c) \{ c.new A(){}; }
> }
> It throws the following exception:
> java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateArgs(TransTypes.java:211)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitNewClass(TransTypes.java:723)
>   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1695)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at com.sun.tools.javac.comp.TransTypes.visitExec(TransTypes.java:655)
>   at 
> com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1458)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:539)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:971)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:525)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateTopLevelClass(TransTypes.java:995)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1653)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1520)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:567)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:644)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:570)



--
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-1783) Support for JEP 330: Launch Single-File Source-Code Programs

2019-01-08 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1783:


Added for Release 11 in 
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11


> Support for JEP 330: Launch Single-File Source-Code Programs
> 
>
> Key: NETBEANS-1783
> URL: https://issues.apache.org/jira/browse/NETBEANS-1783
> Project: NetBeans
>  Issue Type: Wish
>Reporter: Erik
>Priority: Minor
>
> I've been doing Advent of code and found myself wanting to write, run and 
> debug Single-File Source-Code Programs as defined by JEP 330. See 
> [https://openjdk.java.net/jeps/330.] I think this feature could be useful to 
> people who know Java, want good IDE support, and want to write scripts 
> without having to resort to a different language. I also think this feature 
> could be useful in an educational setting to quickly get students up and 
> writing their first lines of Java without having to learn about project 
> structure. Catering to these audiences could help with increasing the 
> adoption of Netbeans.
> There's recently been some discussion about changing the default project type 
> in Create new project dialog. Maybe Single-File Source-Code programs could be 
> added there as well?
> Currently you can open and edit individual files but there is no way to run 
> and debug them.



--
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-1676) Syntax highlighting issue in switch expression

2019-01-02 Thread Reema Taneja (JIRA)


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

Reema Taneja closed NETBEANS-1676.
--
   Resolution: Fixed
Fix Version/s: Next

> Syntax highlighting issue in switch expression
> --
>
> Key: NETBEANS-1676
> URL: https://issues.apache.org/jira/browse/NETBEANS-1676
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK12
> Fix For: Next
>
>
> enum Days{
>  SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY;
>  }
>  public static void main(String[] args) {
>  Days day = Days.SUNDAY;
>  int j = switch (day) {
>  case *MONDAY*, SUNDAY-> 6;
>  default -> 0;
>  }
> };
> The enum element 'SUNDAY' should be highlighted.



--
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-1676) Syntax highlighting issue in switch expression

2019-01-02 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1676:


This issue is fixed in latest builds with 
https://github.com/apache/incubator-netbeans/pull/997

> Syntax highlighting issue in switch expression
> --
>
> Key: NETBEANS-1676
> URL: https://issues.apache.org/jira/browse/NETBEANS-1676
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK12
>
> enum Days{
>  SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY;
>  }
>  public static void main(String[] args) {
>  Days day = Days.SUNDAY;
>  int j = switch (day) {
>  case *MONDAY*, SUNDAY-> 6;
>  default -> 0;
>  }
> };
> The enum element 'SUNDAY' should be highlighted.



--
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-1697) Nb-javac plugin update issue

2018-11-16 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1697:
---
Priority: Minor  (was: Major)

Changing to minor as even though this exception is thrown nb-javac plugin gets 
installed and functions correctly.

> Nb-javac plugin update issue
> 
>
> Key: NETBEANS-1697
> URL: https://issues.apache.org/jira/browse/NETBEANS-1697
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Minor
>
> In Linux env:
> After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
> plugin via Notification or Tools/Plugins dialog below exception is seen: 
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacapi jarFile: 
> /scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
>  was enabled before, will not accept fragment 
> StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
> /home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
>   at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>   at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>   at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>   at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-1697) Nb-javac plugin update issue

2018-11-16 Thread Reema Taneja (JIRA)


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

Reema Taneja edited comment on NETBEANS-1697 at 11/16/18 9:05 AM:
--

Windows error goes away if I change Update Center URL to 
http://plugins.netbeans.org/nbpluginportal/updates/10.0/catalog.xml.gz

from previous :
https://netbeans.apache.org/nb/updates/10.0/updates.xml.gz

But getting same illegalStateException as seen in Linux env.


was (Author: rtaneja):
Windows error goes away if I change Update Center URL to 
http://plugins.netbeans.org/nbpluginportal/updates/10.0/catalog.xml.gz

from previous :
https://netbeans.apache.org/nb/updates/10.0/updates.xml.gz

But getting same illegalStateException as above.

> Nb-javac plugin update issue
> 
>
> Key: NETBEANS-1697
> URL: https://issues.apache.org/jira/browse/NETBEANS-1697
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>
> In Linux env:
> After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
> plugin via Notification or Tools/Plugins dialog below exception is seen: 
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacapi jarFile: 
> /scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
>  was enabled before, will not accept fragment 
> StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
> /home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
>   at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>   at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>   at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>   at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-1697) Nb-javac plugin update issue

2018-11-16 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1697:
--

Assignee: Reema Taneja

> Nb-javac plugin update issue
> 
>
> Key: NETBEANS-1697
> URL: https://issues.apache.org/jira/browse/NETBEANS-1697
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>
> In Linux env:
> After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
> plugin via Notification or Tools/Plugins dialog below exception is seen: 
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacapi jarFile: 
> /scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
>  was enabled before, will not accept fragment 
> StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
> /home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
>   at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>   at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>   at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>   at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-1697) Nb-javac plugin update issue

2018-11-16 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1697:


Windows error goes away if I change Update Center URL to 
http://plugins.netbeans.org/nbpluginportal/updates/10.0/catalog.xml.gz

from previous :
https://netbeans.apache.org/nb/updates/10.0/updates.xml.gz

But getting same illegalStateException as above.

> Nb-javac plugin update issue
> 
>
> Key: NETBEANS-1697
> URL: https://issues.apache.org/jira/browse/NETBEANS-1697
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Priority: Major
>
> In Linux env:
> After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
> plugin via Notification or Tools/Plugins dialog below exception is seen: 
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacapi jarFile: 
> /scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
>  was enabled before, will not accept fragment 
> StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
> /home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
>   at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>   at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>   at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>   at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-16 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


Investigating NETBEANS-1697: nb-javc plugin update issues

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> nb-javac-api.jar, nb-javac-impl.jar, netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at 

[jira] [Commented] (NETBEANS-1697) Nb-javac plugin update issue

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1697:


In windows env issue is more severe, upon installing nb-javac from Tools- 
Plugins, get a dialog :
Some plugins require plugin NetBeans Javac Library to be installed.
The plugin NetBeans Javac Library is requested in implementation version  
The following plugin is affected:   Java Source nb-javac Bridge

with only cancel option, and plugin can't be installed


> Nb-javac plugin update issue
> 
>
> Key: NETBEANS-1697
> URL: https://issues.apache.org/jira/browse/NETBEANS-1697
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Priority: Major
>
> In Linux env:
> After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
> plugin via Notification or Tools/Plugins dialog below exception is seen: 
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacapi jarFile: 
> /scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
>  was enabled before, will not accept fragment 
> StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
> /home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
>   at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>   at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>   at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>   at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-1697) Nb-javac plugin update issue

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1697:


The plugin seems to have got installed correctly, can be checked from 
Tools-Plugins-Installed tab. But the notification doesn't get dismissed, and 
above Exception is seen in notifications. 

> Nb-javac plugin update issue
> 
>
> Key: NETBEANS-1697
> URL: https://issues.apache.org/jira/browse/NETBEANS-1697
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Priority: Major
>
> In Linux env:
> After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
> plugin via Notification or Tools/Plugins dialog below exception is seen: 
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacapi jarFile: 
> /scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
>  was enabled before, will not accept fragment 
> StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
> /home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
>   at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>   at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>   at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>   at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>   at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>   at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>   at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>   at 
> org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>   at 
> org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>   at 
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>   at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
This message was sent by 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-1123) Netbean freeze and runs out of heap after view some source history diff

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja edited comment on NETBEANS-1123 at 11/16/18 7:02 AM:
--

The plugin seems to have got installed correctly, can be checked from 
Tools-Plugins-Installed tab. But the notification doesn't get dismissed, and 
above Exception is seen in notifications. 


was (Author: rtaneja):
The plugin seems to have got installed correctly, can be checked from 
Tools-Plugins-Installed tab. But the notification doesn't get dismissed, and 
above Exception is seen in notifications. 

> Netbean freeze and runs out of heap after view some source history diff
> ---
>
> Key: NETBEANS-1123
> URL: https://issues.apache.org/jira/browse/NETBEANS-1123
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Diff
>Affects Versions: 8.2
>Reporter: Truong Chuong Duong
>Priority: Critical
> Attachments: messages.log.1
>
>
> # Open a source file
>  # Select "History"
>  # Set filter to "Subversion"
>  # View diff on each revision, scroll and view change code
> Netbean freeze after some (I am not sure how many) diff view



--
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-1123) Netbean freeze and runs out of heap after view some source history diff

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1123:


Sorry incorrectly updated this bug.

> Netbean freeze and runs out of heap after view some source history diff
> ---
>
> Key: NETBEANS-1123
> URL: https://issues.apache.org/jira/browse/NETBEANS-1123
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Diff
>Affects Versions: 8.2
>Reporter: Truong Chuong Duong
>Priority: Critical
> Attachments: messages.log.1
>
>
> # Open a source file
>  # Select "History"
>  # Set filter to "Subversion"
>  # View diff on each revision, scroll and view change code
> Netbean freeze after some (I am not sure how many) diff view



--
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] [Issue Comment Deleted] (NETBEANS-1123) Netbean freeze and runs out of heap after view some source history diff

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1123:
---
Comment: was deleted

(was: The plugin seems to have got installed correctly, can be checked from 
Tools-Plugins-Installed tab. But the notification doesn't get dismissed, and 
above Exception is seen in notifications. )

> Netbean freeze and runs out of heap after view some source history diff
> ---
>
> Key: NETBEANS-1123
> URL: https://issues.apache.org/jira/browse/NETBEANS-1123
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Diff
>Affects Versions: 8.2
>Reporter: Truong Chuong Duong
>Priority: Critical
> Attachments: messages.log.1
>
>
> # Open a source file
>  # Select "History"
>  # Set filter to "Subversion"
>  # View diff on each revision, scroll and view change code
> Netbean freeze after some (I am not sure how many) diff view



--
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-1123) Netbean freeze and runs out of heap after view some source history diff

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1123:


The plugin seems to have got installed correctly, can be checked from 
Tools-Plugins-Installed tab. But the notification doesn't get dismissed, and 
above Exception is seen in notifications. 

> Netbean freeze and runs out of heap after view some source history diff
> ---
>
> Key: NETBEANS-1123
> URL: https://issues.apache.org/jira/browse/NETBEANS-1123
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Diff
>Affects Versions: 8.2
>Reporter: Truong Chuong Duong
>Priority: Critical
> Attachments: messages.log.1
>
>
> # Open a source file
>  # Select "History"
>  # Set filter to "Subversion"
>  # View diff on each revision, scroll and view change code
> Netbean freeze after some (I am not sure how many) diff view



--
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-1697) Nb-javac plugin update issue

2018-11-15 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1697:
--

 Summary: Nb-javac plugin update issue
 Key: NETBEANS-1697
 URL: https://issues.apache.org/jira/browse/NETBEANS-1697
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
Reporter: Reema Taneja


In Linux env:
After uninstalling nb-javac plugin, and IDE restart, when we install nb-javac 
plugin via Notification or Tools/Plugins dialog below exception is seen: 

java.lang.IllegalStateException: Host module 
StandardModule:org.netbeans.libs.javacapi jarFile: 
/scratch/rtaneja/mywork/nb10vc3/netbeans/java/modules/org-netbeans-libs-javacapi.jar
 was enabled before, will not accept fragment 
StandardModule:org.netbeans.modules.nbjavac.api jarFile: 
/home/rtaneja/.netbeans/10.0/modules/org-netbeans-modules-nbjavac-api.jar
at 
org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
at 
org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1694)
at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
at 
org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
at 
org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
at 
org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
at 
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
at 
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
at 
org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)




--
This message was sent by 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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-1217.

Resolution: Fixed

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> nb-javac-api.jar, nb-javac-impl.jar, netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  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.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-15 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


Uploaded nb-javac plugin v 1.51 for this fix.

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> nb-javac-api.jar, nb-javac-impl.jar, netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  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.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Updated] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-14 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1217:
---
Attachment: nb-javac-impl.jar
nb-javac-api.jar

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> nb-javac-api.jar, nb-javac-impl.jar, netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  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.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-14 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


To verify nb-javac fix in 10v [^nb-javac-api.jar]  [^nb-javac-impl.jar] c3: 
* Stop IDE
* Update attached jars(nb-javac-api.jar, nb-javac-impl.jar) in NetBeans user 
dir under modules/ext.
* Touch .lastModified file in user dir to update timestamp
* Start IDE, this should use updated nb-javac



> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> nb-javac-api.jar, nb-javac-impl.jar, netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Comment Edited] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-13 Thread Reema Taneja (JIRA)


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

Reema Taneja edited comment on NETBEANS-1217 at 11/14/18 7:41 AM:
--

Hi [~jkovalsky] , The fix is in nb-javac, and will require new nb-javac plugin 
version upload.  I verified changes in dev environment based on release100 
branch.



was (Author: rtaneja):
Hi [~jkovalsky] , The fix is in nb-javac, and will require new nb-javac plugin 
version upload.  


> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-13 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


[~jlahoda] Can you please review nb-javac patch.  [^netbeans-1217.patch] 

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  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.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Updated] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-13 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1217:
---
Attachment: netbeans-1217.patch

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  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.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:952)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-13 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


Hi [~jkovalsky] , The fix is in nb-javac, and will require new nb-javac plugin 
version upload.  


> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  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.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-13 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


Thanks Jan, After adding below changes in nb-javac, I'm not able to reproduce 
the issue anymore. 
http://hg.openjdk.java.net/jdk/jdk/rev/eb3e72f181af

I will create nb-javac patch and upload new plugin version.

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at 

[jira] [Commented] (NETBEANS-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-12 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1217:


Line 735 Types.java has 
throw failure("not.a.functional.intf", origin);

https://hg.netbeans.org/main/nb-java-x/file/tip/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java

/**
 * Compute the function descriptor associated with a given functional 
interface
 */
public FunctionDescriptor findDescriptorInternal(TypeSymbol origin,
CompoundScope membersCache) throws 
FunctionDescriptorLookupError {
if (!origin.isInterface() || (origin.flags() & ANNOTATION) != 0) {
//t must be an interface
throw failure("not.a.functional.intf", origin);
}

Added catch to check which class has issue, got : [exec] SEVERE 
[org.netbeans.modules.java.source.indexing.JavaIndex]:  is not a 
functional interface

So it looks like some issue with the project, but it's coming only from 
indexing code. Will check without nb-javac as well.


> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Attachments: IDE_Log.log, ide_log.txt, messages.log, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at 

[jira] [Commented] (NETBEANS-1561) Reproducible NullPointerException at Refactor-Move in Java Modular Project

2018-11-03 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1561:


Can reproduce this:

java.lang.NullPointerException
at 
org.netbeans.api.java.source.ElementUtilities.enclosingTypeElementImpl(ElementUtilities.java:143)
at 
org.netbeans.api.java.source.ElementUtilities.enclosingTypeElement(ElementUtilities.java:132)
at 
org.netbeans.modules.refactoring.java.plugins.MoveTransformer.visitIdentifier(MoveTransformer.java:200)
at 
org.netbeans.modules.refactoring.java.plugins.MoveTransformer.visitIdentifier(MoveTransformer.java:47)
at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2257)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:192)
at 
org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:76)
at com.sun.source.util.TreeScanner.visitRequires(TreeScanner.java:880)
at com.sun.tools.javac.tree.JCTree$JCRequires.accept(JCTree.java:2858)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:192)
at 
org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:76)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113)
at com.sun.source.util.TreeScanner.visitModule(TreeScanner.java:853)
at com.sun.tools.javac.tree.JCTree$JCModuleDecl.accept(JCTree.java:2707)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:192)
at 
org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:76)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113)
at 
com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:144)
at 
org.netbeans.modules.refactoring.java.plugins.MoveTransformer.visitCompilationUnit(MoveTransformer.java:320)
at 
org.netbeans.modules.refactoring.java.plugins.MoveTransformer.visitCompilationUnit(MoveTransformer.java:47)
at 
com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:593)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.scan(RefactoringVisitor.java:192)
at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$TransformTask.run(JavaRefactoringPlugin.java:443)
at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$TransformTask.run(JavaRefactoringPlugin.java:408)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)
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$MultiUserTaskAction.run(ParserManager.java:166)
at 
org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
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:83)
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.api.java.source.JavaSource.runModificationTask(JavaSource.java:683)
at 
org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:317)
at 

[jira] [Commented] (NETBEANS-1438) java.lang.StackOverflowError in JavaScript

2018-10-29 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1438:


Thanks a lot Junichi for your help. I have added check to exit recursion if it 
goes beyond a count. Didn't add logger as I'm not sure if having that would be 
much helpful. For any missing goto functionality, filer can provide sample code.

> java.lang.StackOverflowError in JavaScript
> --
>
> Key: NETBEANS-1438
> URL: https://issues.apache.org/jira/browse/NETBEANS-1438
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0
> Environment: Windows 10 AND Debian 9
> Core i5 6600
> 8GB DDR4
>Reporter: Rodrigo Teixeira Andreotti
>Assignee: Reema Taneja
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: bibliotecas.zip, debian.log, windows.log
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I create a PHP project from remote sources, the project is created 
> correctly, the files are downloaded, however when the download is finished 
> netbeans throws an stackoverflow exception.
> This problem occurs both by running Netbeans in Debian 9 and in Windows 10. 
> Attached are the logs generated on each of the systems.
> In both cases after closing the warning window with the exception Netbeans 
> remains fully functional, the files are downloaded and project is created 
> correctly.
>  
> *Edit:* Attached library that causes the error (CKEditor)



--
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-1493) Restore profile doesn't revert some font and color options

2018-10-21 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1493:
--

 Summary: Restore profile doesn't revert some font and color options
 Key: NETBEANS-1493
 URL: https://issues.apache.org/jira/browse/NETBEANS-1493
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja


Tools- Options-Font and Colors : Restore didn't revert font and color changes 
for implements and has implementations, fixable hint, fixable error.



--
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-486) org.netbeans.modules.parsing.spi.ParseException when invoking code-complete

2018-10-19 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-486.
---
Resolution: Fixed

> org.netbeans.modules.parsing.spi.ParseException when invoking code-complete
> ---
>
> Key: NETBEANS-486
> URL: https://issues.apache.org/jira/browse/NETBEANS-486
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-228-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: 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: Reema Taneja
>Priority: Major
> Attachments: IllegalArgumentException.txt, Sample-NETBEANS-486.zip
>
>
> I invoked code-complete in the editor and the following exception was thrown:
> {code}
> com.sun.tools.javac.comp.Infer$InferenceException
>   at com.sun.tools.javac.comp.Infer.(Infer.java:115)
>   at com.sun.tools.javac.comp.Infer.instance(Infer.java:102)
>   at com.sun.tools.javac.comp.DeferredAttr.(DeferredAttr.java:114)
>   at com.sun.tools.javac.comp.DeferredAttr.instance(DeferredAttr.java:103)
>   at com.sun.tools.javac.comp.Resolve.(Resolve.java:123)
>   at org.netbeans.lib.nbjavac.services.NBResolve.(NBResolve.java:50)
>   at org.netbeans.lib.nbjavac.services.NBResolve$1.make(NBResolve.java:44)
>   at org.netbeans.lib.nbjavac.services.NBResolve$1.make(NBResolve.java:42)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.comp.Resolve.instance(Resolve.java:158)
>   at com.sun.tools.javac.comp.Check.(Check.java:117)
>   at com.sun.tools.javac.comp.Check.instance(Check.java:105)
>   at com.sun.tools.javac.comp.Modules.(Modules.java:185)
>   at com.sun.tools.javac.comp.Modules.instance(Modules.java:175)
>   at com.sun.tools.javac.code.Symtab.(Symtab.java:484)
>   at com.sun.tools.javac.code.Symtab.instance(Symtab.java:88)
>   at com.sun.tools.javac.comp.Attr.(Attr.java:127)
>   at org.netbeans.lib.nbjavac.services.NBAttr.(NBAttr.java:50)
>   at org.netbeans.lib.nbjavac.services.NBAttr$1.make(NBAttr.java:42)
>   at org.netbeans.lib.nbjavac.services.NBAttr$1.make(NBAttr.java:40)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.comp.Attr.instance(Attr.java:116)
>   at com.sun.tools.javac.comp.Annotate.(Annotate.java:102)
>   at com.sun.tools.javac.comp.Annotate.instance(Annotate.java:77)
>   at com.sun.tools.javac.jvm.ClassReader.(ClassReader.java:234)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader.(NBClassReader.java:50)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader$1.make(NBClassReader.java:41)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader$1.make(NBClassReader.java:39)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:225)
>   at com.sun.tools.javac.code.ClassFinder.(ClassFinder.java:186)
>   at 
> com.sun.tools.javadoc.main.JavadocClassFinder.(JavadocClassFinder.java:71)
>   at 
> com.sun.tools.javadoc.main.JavadocClassFinder.lambda$preRegister$0(JavadocClassFinder.java:60)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.code.ClassFinder.instance(ClassFinder.java:177)
>   at com.sun.tools.javac.main.JavaCompiler.(JavaCompiler.java:393)
>   at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:114)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:207)
>   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:247)
>   at 
> org.netbeans.modules.java.source.nbjavac.parsing.SequentialParsingImpl.parse(SequentialParsingImpl.java:38)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:580)
>   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.completion.BaseTask.getCompletionEnvironment(BaseTask.java:215)
>   at 
> org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:265)
>   at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93)
>   at 
> 

[jira] [Commented] (NETBEANS-486) org.netbeans.modules.parsing.spi.ParseException when invoking code-complete

2018-10-19 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-486:
---

Fix was provided in nb-javac. Fixed with nb-javac plugin 1.5.

> org.netbeans.modules.parsing.spi.ParseException when invoking code-complete
> ---
>
> Key: NETBEANS-486
> URL: https://issues.apache.org/jira/browse/NETBEANS-486
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-228-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: 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: Reema Taneja
>Priority: Major
> Attachments: IllegalArgumentException.txt, Sample-NETBEANS-486.zip
>
>
> I invoked code-complete in the editor and the following exception was thrown:
> {code}
> com.sun.tools.javac.comp.Infer$InferenceException
>   at com.sun.tools.javac.comp.Infer.(Infer.java:115)
>   at com.sun.tools.javac.comp.Infer.instance(Infer.java:102)
>   at com.sun.tools.javac.comp.DeferredAttr.(DeferredAttr.java:114)
>   at com.sun.tools.javac.comp.DeferredAttr.instance(DeferredAttr.java:103)
>   at com.sun.tools.javac.comp.Resolve.(Resolve.java:123)
>   at org.netbeans.lib.nbjavac.services.NBResolve.(NBResolve.java:50)
>   at org.netbeans.lib.nbjavac.services.NBResolve$1.make(NBResolve.java:44)
>   at org.netbeans.lib.nbjavac.services.NBResolve$1.make(NBResolve.java:42)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.comp.Resolve.instance(Resolve.java:158)
>   at com.sun.tools.javac.comp.Check.(Check.java:117)
>   at com.sun.tools.javac.comp.Check.instance(Check.java:105)
>   at com.sun.tools.javac.comp.Modules.(Modules.java:185)
>   at com.sun.tools.javac.comp.Modules.instance(Modules.java:175)
>   at com.sun.tools.javac.code.Symtab.(Symtab.java:484)
>   at com.sun.tools.javac.code.Symtab.instance(Symtab.java:88)
>   at com.sun.tools.javac.comp.Attr.(Attr.java:127)
>   at org.netbeans.lib.nbjavac.services.NBAttr.(NBAttr.java:50)
>   at org.netbeans.lib.nbjavac.services.NBAttr$1.make(NBAttr.java:42)
>   at org.netbeans.lib.nbjavac.services.NBAttr$1.make(NBAttr.java:40)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.comp.Attr.instance(Attr.java:116)
>   at com.sun.tools.javac.comp.Annotate.(Annotate.java:102)
>   at com.sun.tools.javac.comp.Annotate.instance(Annotate.java:77)
>   at com.sun.tools.javac.jvm.ClassReader.(ClassReader.java:234)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader.(NBClassReader.java:50)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader$1.make(NBClassReader.java:41)
>   at 
> org.netbeans.lib.nbjavac.services.NBClassReader$1.make(NBClassReader.java:39)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:225)
>   at com.sun.tools.javac.code.ClassFinder.(ClassFinder.java:186)
>   at 
> com.sun.tools.javadoc.main.JavadocClassFinder.(JavadocClassFinder.java:71)
>   at 
> com.sun.tools.javadoc.main.JavadocClassFinder.lambda$preRegister$0(JavadocClassFinder.java:60)
>   at com.sun.tools.javac.util.Context.get(Context.java:150)
>   at com.sun.tools.javac.code.ClassFinder.instance(ClassFinder.java:177)
>   at com.sun.tools.javac.main.JavaCompiler.(JavaCompiler.java:393)
>   at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:114)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:207)
>   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:247)
>   at 
> org.netbeans.modules.java.source.nbjavac.parsing.SequentialParsingImpl.parse(SequentialParsingImpl.java:38)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:580)
>   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.completion.BaseTask.getCompletionEnvironment(BaseTask.java:215)
>   at 
> org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:265)
>   at 

[jira] [Assigned] (NETBEANS-1438) java.lang.StackOverflowError in JavaScript

2018-10-17 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1438:
--

Assignee: Reema Taneja

> java.lang.StackOverflowError in JavaScript
> --
>
> Key: NETBEANS-1438
> URL: https://issues.apache.org/jira/browse/NETBEANS-1438
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0
> Environment: Windows 10 AND Debian 9
> Core i5 6600
> 8GB DDR4
>Reporter: Rodrigo Teixeira Andreotti
>Assignee: Reema Taneja
>Priority: Blocker
> Attachments: bibliotecas.zip, debian.log, windows.log
>
>
> When I create a PHP project from remote sources, the project is created 
> correctly, the files are downloaded, however when the download is finished 
> netbeans throws an stackoverflow exception.
> This problem occurs both by running Netbeans in Debian 9 and in Windows 10. 
> Attached are the logs generated on each of the systems.
> In both cases after closing the warning window with the exception Netbeans 
> remains fully functional, the files are downloaded and project is created 
> correctly.
>  
> *Edit:* Attached library that causes the error (CKEditor)



--
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-1345) NB 10.0 still imports settings from 8.2

2018-10-15 Thread Reema Taneja (JIRA)


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

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

> NB 10.0 still imports settings from 8.2
> ---
>
> Key: NETBEANS-1345
> URL: https://issues.apache.org/jira/browse/NETBEANS-1345
> Project: NetBeans
>  Issue Type: Task
>  Components: platform - OptionsSettings
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Assignee: Reema Taneja
>Priority: Critical
>
> The netbeans 9.0 userdir is ignored at the first run.



--
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-1345) NB 10.0 still imports settings from 8.2

2018-10-15 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1345:


Closing as duplicate

> NB 10.0 still imports settings from 8.2
> ---
>
> Key: NETBEANS-1345
> URL: https://issues.apache.org/jira/browse/NETBEANS-1345
> Project: NetBeans
>  Issue Type: Task
>  Components: platform - OptionsSettings
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Assignee: Reema Taneja
>Priority: Critical
>
> The netbeans 9.0 userdir is ignored at the first run.



--
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-1389) Help About dialog has lot of empty space between description and text area

2018-10-10 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1389:
--

 Summary: Help About dialog has lot of empty space between 
description and text area
 Key: NETBEANS-1389
 URL: https://issues.apache.org/jira/browse/NETBEANS-1389
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja


Empty space can be reduced for better display of Help-About dialog.



--
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-1389) Help About dialog has lot of empty space between description and text area

2018-10-10 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1389:
---
Affects Version/s: 10.0

> Help About dialog has lot of empty space between description and text area
> --
>
> Key: NETBEANS-1389
> URL: https://issues.apache.org/jira/browse/NETBEANS-1389
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Priority: Minor
>
> Empty space can be reduced for better display of Help-About dialog.



--
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-1341) NullPointerException NBJavadocMemberEnter.java:97

2018-10-09 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1341:


Any specific steps to reproduce this?

> NullPointerException NBJavadocMemberEnter.java:97
> -
>
> Key: NETBEANS-1341
> URL: https://issues.apache.org/jira/browse/NETBEANS-1341
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 10.0
>Reporter: Tomáš Poledný
>Assignee: Reema Taneja
>Priority: Critical
>
> It looks like a problem with nbjavac. Stacktrace is here:
> {noformat}
> java.lang.NullPointerException
>   at 
> org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:97)
>   at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
>   at 
> com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:171)
>   at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1171)
>   at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:760)
>   at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1337)
>   at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:73)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.visitIf(Attr.java:1814)
>   at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1427)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:760)
>   at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1337)
>   at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:73)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.attribStatToTree(Attr.java:420)
>   at 
> com.sun.tools.javac.api.JavacTrees.attribStatToTree(JavacTrees.java:1013)
>   at 
> com.sun.tools.javac.api.JavacTrees.getAttrContext(JavacTrees.java:972)
>   at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:831)
>   at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:170)
>   at 
> org.netbeans.api.java.source.TreeUtilities.scopeFor(TreeUtilities.java:761)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor$6.run(JavaCodeTemplateProcessor.java:1080)
>   at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl$1.run(RunOffEDTImpl.java:146)
>   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 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
>   at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
>   at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl.runOffEventDispatchThreadImpl(RunOffEDTImpl.java:140)
>   at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl.runOffEventDispatchThread(RunOffEDTImpl.java:83)
>   at 
> org.netbeans.api.progress.BaseProgressUtils.runOffEventDispatchThread(BaseProgressUtils.java:90)
>   at 
> org.netbeans.api.progress.ProgressUtils.runOffEventDispatchThread(ProgressUtils.java:67)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.initParsing(JavaCodeTemplateProcessor.java:1065)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.(JavaCodeTemplateProcessor.java:104)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.(JavaCodeTemplateProcessor.java:54)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor$Factory.createProcessor(JavaCodeTemplateProcessor.java:1152)
>   at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.(CodeTemplateInsertHandler.java:132)
>   at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.insert(CodeTemplateManagerOperation.java:272)
>   at 
> org.netbeans.lib.editor.codetemplates.api.CodeTemplate.insert(CodeTemplate.java:82)
>   at 
> 

[jira] [Assigned] (NETBEANS-1341) NullPointerException NBJavadocMemberEnter.java:97

2018-10-09 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1341:
--

Assignee: Reema Taneja

> NullPointerException NBJavadocMemberEnter.java:97
> -
>
> Key: NETBEANS-1341
> URL: https://issues.apache.org/jira/browse/NETBEANS-1341
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 10.0
>Reporter: Tomáš Poledný
>Assignee: Reema Taneja
>Priority: Critical
>
> It looks like a problem with nbjavac. Stacktrace is here:
> {noformat}
> java.lang.NullPointerException
>   at 
> org.netbeans.lib.nbjavac.services.NBJavadocMemberEnter.visitVarDef(NBJavadocMemberEnter.java:97)
>   at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
>   at 
> com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:171)
>   at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1171)
>   at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:760)
>   at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1337)
>   at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:73)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.visitIf(Attr.java:1814)
>   at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1427)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:760)
>   at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1337)
>   at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:73)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:660)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:736)
>   at com.sun.tools.javac.comp.Attr.attribStatToTree(Attr.java:420)
>   at 
> com.sun.tools.javac.api.JavacTrees.attribStatToTree(JavacTrees.java:1013)
>   at 
> com.sun.tools.javac.api.JavacTrees.getAttrContext(JavacTrees.java:972)
>   at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:831)
>   at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:170)
>   at 
> org.netbeans.api.java.source.TreeUtilities.scopeFor(TreeUtilities.java:761)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor$6.run(JavaCodeTemplateProcessor.java:1080)
>   at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl$1.run(RunOffEDTImpl.java:146)
>   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 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
>   at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
>   at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl.runOffEventDispatchThreadImpl(RunOffEDTImpl.java:140)
>   at 
> org.netbeans.modules.progress.ui.RunOffEDTImpl.runOffEventDispatchThread(RunOffEDTImpl.java:83)
>   at 
> org.netbeans.api.progress.BaseProgressUtils.runOffEventDispatchThread(BaseProgressUtils.java:90)
>   at 
> org.netbeans.api.progress.ProgressUtils.runOffEventDispatchThread(ProgressUtils.java:67)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.initParsing(JavaCodeTemplateProcessor.java:1065)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.(JavaCodeTemplateProcessor.java:104)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.(JavaCodeTemplateProcessor.java:54)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor$Factory.createProcessor(JavaCodeTemplateProcessor.java:1152)
>   at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.(CodeTemplateInsertHandler.java:132)
>   at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.insert(CodeTemplateManagerOperation.java:272)
>   at 
> org.netbeans.lib.editor.codetemplates.api.CodeTemplate.insert(CodeTemplate.java:82)
>   at 
> 

[jira] [Assigned] (NETBEANS-1345) NB 10.0 still imports settings from 8.2

2018-10-09 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1345:
--

Assignee: Reema Taneja

> NB 10.0 still imports settings from 8.2
> ---
>
> Key: NETBEANS-1345
> URL: https://issues.apache.org/jira/browse/NETBEANS-1345
> Project: NetBeans
>  Issue Type: Task
>  Components: platform - OptionsSettings
>Affects Versions: 10.0
>Reporter: Aldo Brucale
>Assignee: Reema Taneja
>Priority: Critical
>
> The netbeans 9.0 userdir is ignored at the first run.



--
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-1311) Resolve javaee7.api related failures in verifylibsandlicenses.xml

2018-09-28 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1311:


https://github.com/apache/incubator-netbeans/pull/912

> Resolve javaee7.api related failures in verifylibsandlicenses.xml
> -
>
> Key: NETBEANS-1311
> URL: https://issues.apache.org/jira/browse/NETBEANS-1311
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Priority: Minor
>
> Below failures need to be resolved, websvc.jaxws21api probably needs to be re 
> reviewed.
> enterprise/javaee7.api/external/jaxws-api-2.2.8.jar and jaxws-api.jar in 
> java/websvc.jaxws21api/external/jaxws-2.2.6-api.zip are identical
> enterprise/javaee7.api/external/jsr181-api-1.0-MR1.jar and jsr181-api.jar in 
> java/websvc.jaxws21api/external/jaxws-2.2.6-api.zip are identical



--
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-263) "Implementation" Icon not shown for Interfaces

2018-09-28 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-263:
---

Pull request is merged to master.

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints  Annotations
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> 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 (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
>  Labels: pull-request-available
> Attachments: TestModularApp.zip, TestNB.zip, module-info not 
> present.png, module-info present.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



--
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-263) "Implementation" Icon not shown for Interfaces

2018-09-28 Thread Reema Taneja (JIRA)


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

Reema Taneja closed NETBEANS-263.
-
Resolution: Fixed

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints  Annotations
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> 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 (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
>  Labels: pull-request-available
> Attachments: TestModularApp.zip, TestNB.zip, module-info not 
> present.png, module-info present.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



--
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-794) java.lang.StackOverflowError on project scanning

2018-09-11 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-794:
---

Hi, This issue seems to be logged on an older build : Apache NetBeans IDE Dev 
(Build incubator-netbeans-release-299-on-20180512)

My fix went in July : https://github.com/apache/incubator-netbeans/pull/621
Please refer similar bug NETBEANS-538

> java.lang.StackOverflowError on project scanning
> 
>
> Key: NETBEANS-794
> URL: https://issues.apache.org/jira/browse/NETBEANS-794
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Other
>Reporter: Loïc Broquet
>Priority: Minor
> Attachments: messages.log
>
>
> Just opened the IDE with multiple Maven JAR & WAR projects, and after some 
> project scanning the exception popped up (see docs text)



--
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-1225) nb-javac 1.3 broken on release version of NB9

2018-09-07 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1225:


Uploaded nb-javac plugin version 1.4, this is nb-javac -(jdk10) based. So same 
as plugin version 1.2. Verified in Release 9 env that issue is not reproducible.

> nb-javac 1.3 broken on release version of NB9
> -
>
> Key: NETBEANS-1225
> URL: https://issues.apache.org/jira/browse/NETBEANS-1225
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13
> Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13
> System: Linux version 4.18.5-1-MANJARO running on amd64; UTF-8; sv_SE (nb)
> User directory: /home/pata/.netbeans/9.0
> Cache directory: /home/pata/.cache/netbeans/9.0
>Reporter: Patrik Karlström
>Assignee: Reema Taneja
>Priority: Critical
>
> I am experiencing some weird stuff since I got the nb-javac update from 1.2 
> to 1.3.
> A. It will not validate my code correctly.
> B. When try to use a class not previously imported, I get the import, but the 
> line I'm editing gets deleted.
> 1. Type MouseWh
> 2. Press Ctrl-Space
> 3. Press enter
> That generates: import java.awt.event.MouseWheelEvent;
> But removes the line with MouseWh, instead of expanding it
>  
> C. When I paste code that requires imports I get the dialog listing the 
> needed classes,pressing OK in that dialog generates an exception.
> The dialog stays visible but now with only cancel enabled.
> My code did not get the imports.
>  
> This is confirmed by others on the mailing list:
> http://mail-archives.apache.org/mod_mbox/netbeans-dev/201809.mbox/%3CCAArD4mD%2BYXBhy3WR-Y0%2BH5x_j%2BzZ083Dk3qwu8RQYL7pncYUrQ%40mail.gmail.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-1225) nb-javac 1.3 broken on release version of NB9

2018-09-06 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1225:
--

Assignee: Reema Taneja

> nb-javac 1.3 broken on release version of NB9
> -
>
> Key: NETBEANS-1225
> URL: https://issues.apache.org/jira/browse/NETBEANS-1225
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
> Java: 1.8.0_181; Java HotSpot(TM) 64-Bit Server VM 25.181-b13
> Runtime: Java(TM) SE Runtime Environment 1.8.0_181-b13
> System: Linux version 4.18.5-1-MANJARO running on amd64; UTF-8; sv_SE (nb)
> User directory: /home/pata/.netbeans/9.0
> Cache directory: /home/pata/.cache/netbeans/9.0
>Reporter: Patrik Karlström
>Assignee: Reema Taneja
>Priority: Critical
>
> I am experiencing some weird stuff since I got the nb-javac update from 1.2 
> to 1.3.
> A. It will not validate my code correctly.
> B. When try to use a class not previously imported, I get the import, but the 
> line I'm editing gets deleted.
> 1. Type MouseWh
> 2. Press Ctrl-Space
> 3. Press enter
> That generates: import java.awt.event.MouseWheelEvent;
> But removes the line with MouseWh, instead of expanding it
>  
> C. When I paste code that requires imports I get the dialog listing the 
> needed classes,pressing OK in that dialog generates an exception.
> The dialog stays visible but now with only cancel enabled.
> My code did not get the imports.
>  
> This is confirmed by others on the mailing list:
> http://mail-archives.apache.org/mod_mbox/netbeans-dev/201809.mbox/%3CCAArD4mD%2BYXBhy3WR-Y0%2BH5x_j%2BzZ083Dk3qwu8RQYL7pncYUrQ%40mail.gmail.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] [Closed] (NETBEANS-859) Hint :"Use explicit parameter type" is not working with var type lambda parameters

2018-09-05 Thread Reema Taneja (JIRA)


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

Reema Taneja closed NETBEANS-859.
-
Resolution: Fixed

This issue is fixed in latest JDK 11

> Hint :"Use explicit parameter type" is not working with var type lambda 
> parameters
> --
>
> Key: NETBEANS-859
> URL: https://issues.apache.org/jira/browse/NETBEANS-859
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ARUNAVA SINHA
>Assignee: Reema Taneja
>Priority: Major
>  Labels: JDK11-VarInLambda
>
> For the below statement
> IntBinaryOperator f2 = (var x, var y) -> x + y;
> Selecting Fix hint 'use explicit parameter types' changes statement to
>  IntBinaryOperator f2 = (var int x,  var int y ) -> x + y;
> which is incorrect and needs to be fixed.



--
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-1021) use explicit params type throws exception for invalid lambda params types

2018-09-05 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-1021.

Resolution: Fixed

Hide 'Use explicit params type' hint, if there are invalid params.

> use explicit params type throws exception for invalid lambda params types
> -
>
> Key: NETBEANS-1021
> URL: https://issues.apache.org/jira/browse/NETBEANS-1021
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Minor
>  Labels: JDK11-VarInLambda, pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Use explicit parameters type hint throws below exception if lambda expression 
> uses a mix of explicit and implicit var type((support added in jdk11)) params.
> Eg. IntBinaryOperator op = (int x, var y) -> x+ y;
> If lambda expr params are like (int x, y), i.e. mix of explicit and implicit 
> params, Convert to 
> explicit type hint is not shown. 
> Investigate if we can convert to explicit type for all mixed types params 
> containing var type or hide the hint.
> Exception:
> java.lang.AssertionError: unexpected type: 
> at 
> jdk.compiler/com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:788)
> at 
> org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:800)
> at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1083)
> at 
> org.netbeans.modules.java.hints.suggestions.Lambda$AddExplicitLambdaParameterTypes.performRewrite(Lambda.java:627)
> at org.netbeans.spi.java.hints.JavaFix$1.process(JavaFix.java:171)
> at 
> org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:80)
> at 
> org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:74)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)



--
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-803) nb-javac 11 upgrade in NetBeans

2018-09-05 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-803:
---

nb-javac -11 uptake completed.
Updated nb-javac libs under libs.javacapi and libs.javacimpl. These are used 
for java modules tests.
Updated nb-javac plugin. We should be able to verify JDK 11 feature - var 
support in lambda parameters in editor, with nb-javac plugin installed and 
running IDE with JDK 11.


> nb-javac 11 upgrade in NetBeans 
> 
>
> Key: NETBEANS-803
> URL: https://issues.apache.org/jira/browse/NETBEANS-803
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: NB-JDK11, pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Should cover below tasks in NetBeans - nb-javac 11 testing :
>  * Run tests for modules java.completion, java.editor, java.editor.base, 
> java.hints, java.source, java.source.base,lib.nbjavac
>  * Update libs.javacimpl and libs.javacapi jars, upload updated nb-javac jars
>  * Upload nb-javac module jars in 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



[jira] [Resolved] (NETBEANS-803) nb-javac 11 upgrade in NetBeans

2018-09-04 Thread Reema Taneja (JIRA)


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

Reema Taneja resolved NETBEANS-803.
---
Resolution: Fixed

> nb-javac 11 upgrade in NetBeans 
> 
>
> Key: NETBEANS-803
> URL: https://issues.apache.org/jira/browse/NETBEANS-803
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: NB-JDK11, pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Should cover below tasks in NetBeans - nb-javac 11 testing :
>  * Run tests for modules java.completion, java.editor, java.editor.base, 
> java.hints, java.source, java.source.base,lib.nbjavac
>  * Update libs.javacimpl and libs.javacapi jars, upload updated nb-javac jars
>  * Upload nb-javac module jars in 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



[jira] [Updated] (NETBEANS-1021) use explicit params type throws exception for invalid lambda params types

2018-08-30 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1021:
---
Description: 
Use explicit parameters type hint throws below exception if lambda expression 
uses a mix of explicit and implicit var type((support added in jdk11)) params.
Eg. IntBinaryOperator op = (int x, var y) -> x+ y;

If lambda expr params are like (int x, y), i.e. mix of explicit and implicit 
params, Convert to 
explicit type hint is not shown. 

Investigate if we can convert to explicit type for all mixed types params 
containing var type or hide the hint.

Exception:

java.lang.AssertionError: unexpected type: 
at 
jdk.compiler/com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:788)
at 
org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:800)
at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1083)
at 
org.netbeans.modules.java.hints.suggestions.Lambda$AddExplicitLambdaParameterTypes.performRewrite(Lambda.java:627)
at org.netbeans.spi.java.hints.JavaFix$1.process(JavaFix.java:171)
at 
org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:80)
at 
org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:74)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)


  was:
Convert to explicit type hint throws below exception if lambda expression uses 
a mix of explicit and implicit var type((support added in jdk11)) params.
Eg. IntBinaryOperator op = (int x, var y) -> x+ y;

If lambda expr params are like (int x, y), i.e. mix of explicit and implicit 
params, Convert to 
explicit type hint is not shown. 

Investigate if we can convert to explicit type for all mixed types params 
containing var type or hide the hint.

Exception:

java.lang.AssertionError: unexpected type: 
at 
jdk.compiler/com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:788)
at 
org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:800)
at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1083)
at 
org.netbeans.modules.java.hints.suggestions.Lambda$AddExplicitLambdaParameterTypes.performRewrite(Lambda.java:627)
at org.netbeans.spi.java.hints.JavaFix$1.process(JavaFix.java:171)
at 
org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:80)
at 
org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:74)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)



> use explicit params type throws exception for invalid lambda params types
> -
>
> Key: NETBEANS-1021
> URL: https://issues.apache.org/jira/browse/NETBEANS-1021
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Minor
>  Labels: JDK11-VarInLambda
>
> Use explicit parameters type hint throws below exception if lambda expression 
> uses a mix of explicit and implicit var type((support added in jdk11)) params.
> Eg. IntBinaryOperator op = (int x, var y) -> x+ y;
> If lambda expr params are like (int x, y), i.e. mix of explicit and implicit 
> params, Convert to 
> explicit type hint is not shown. 
> Investigate if we can convert to explicit type for all mixed types params 
> containing var type or hide the hint.
> Exception:
> java.lang.AssertionError: unexpected type: 
> at 
> jdk.compiler/com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:788)
> at 
> org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:800)
> at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1083)
> at 
> org.netbeans.modules.java.hints.suggestions.Lambda$AddExplicitLambdaParameterTypes.performRewrite(Lambda.java:627)
> at org.netbeans.spi.java.hints.JavaFix$1.process(JavaFix.java:171)
> at 
> org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:80)
> at 
> org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:74)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)



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

[jira] [Updated] (NETBEANS-1021) use explicit params type throws exception for invalid lambda params types

2018-08-30 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1021:
---
Summary: use explicit params type throws exception for invalid lambda 
params types  (was: Convert to explicit type hint throws exception for invalid 
lambda params types)

> use explicit params type throws exception for invalid lambda params types
> -
>
> Key: NETBEANS-1021
> URL: https://issues.apache.org/jira/browse/NETBEANS-1021
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Minor
>  Labels: JDK11-VarInLambda
>
> Convert to explicit type hint throws below exception if lambda expression 
> uses a mix of explicit and implicit var type((support added in jdk11)) params.
> Eg. IntBinaryOperator op = (int x, var y) -> x+ y;
> If lambda expr params are like (int x, y), i.e. mix of explicit and implicit 
> params, Convert to 
> explicit type hint is not shown. 
> Investigate if we can convert to explicit type for all mixed types params 
> containing var type or hide the hint.
> Exception:
> java.lang.AssertionError: unexpected type: 
> at 
> jdk.compiler/com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:788)
> at 
> org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:800)
> at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1083)
> at 
> org.netbeans.modules.java.hints.suggestions.Lambda$AddExplicitLambdaParameterTypes.performRewrite(Lambda.java:627)
> at org.netbeans.spi.java.hints.JavaFix$1.process(JavaFix.java:171)
> at 
> org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:80)
> at 
> org.netbeans.modules.java.hints.spiimpl.JavaFixImpl$1.run(JavaFixImpl.java:74)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
> at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)



--
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-803) nb-javac 11 upgrade in NetBeans

2018-08-28 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-803:
---

Ran tests for:
java.source
java.source.base
java.editor
java.editor.base
java.completion
java.hints
lib.nbjavac

No new failures seen apart from 1, 2 above. These are being tracked using 
separate bugs.

> nb-javac 11 upgrade in NetBeans 
> 
>
> Key: NETBEANS-803
> URL: https://issues.apache.org/jira/browse/NETBEANS-803
> Project: NetBeans
>  Issue Type: Task
>Reporter: Reema Taneja
>Assignee: Reema Taneja
>Priority: Major
>  Labels: NB-JDK11
>
> Should cover below tasks in NetBeans - nb-javac 11 testing :
>  * Run tests for modules java.completion, java.editor, java.editor.base, 
> java.hints, java.source, java.source.base,lib.nbjavac
>  * Update libs.javacimpl and libs.javacapi jars, upload updated nb-javac jars
>  * Upload nb-javac module jars in 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



[jira] [Created] (NETBEANS-1156) Testcase broken with nb-javac 11 uptake : in j.s.b TypeMirrorHandleTest

2018-08-20 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1156:
--

 Summary: Testcase broken with nb-javac 11 uptake : in j.s.b 
TypeMirrorHandleTest
 Key: NETBEANS-1156
 URL: https://issues.apache.org/jira/browse/NETBEANS-1156
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja


[junit] Testcase: 
testTypeMirrorHandle196070(org.netbeans.api.java.source.TypeMirrorHandleTest): 
FAILED

In this test,

assertTrue(info.getTypes().isSameType(tm, 
TypeMirrorHandle.create(tm).resolve(info)));

fails because of change in isSameType(Type t, Type s) in 
jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java

In JDK 10 for t.getTag() == TypeTag.TypeVar, this method reurned true (return 
tv1.tsym == tv2.tsym && checkSameBounds(tv1, tv2))
In JDK 11, this method returns false because above check is replaced by return 
t == s;

Sent mail to JDK team for confirming if it's JDK issue.





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



[jira] [Commented] (NETBEANS-263) "Implementation" Icon not shown for Interfaces

2018-07-30 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-263:
---

Looking into this.

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints  Annotations
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> 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 (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
> Attachments: TestModularApp.zip, TestNB.zip, module-info not 
> present.png, module-info present.png
>
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



--
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-1073) Dead-Lock while compiling free form project

2018-07-27 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1073:


Looks same as 
https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-974

> Dead-Lock while compiling free form project
> ---
>
> Key: NETBEANS-1073
> URL: https://issues.apache.org/jira/browse/NETBEANS-1073
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0
>Reporter: Georg Lodde
>Priority: Major
>  Labels: build
>
> 
>   2018-07-25T11:17:08
>   1532510228883
>   8210
>   org.netbeans.modules.deadlock.detector.Detector
>   1000
>   32
>   
> /var/folders/66/cj_jnyp94yj_rcdl9qvclp_mgn/T/deadlock6613872749545697715.txt
>   
>     
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  A deadlock was detected.
> We suggest to restart the IDE to recover.
>     
>   org.apache.tools.ant.RuntimeConfigurable
>   getElementTag
>   441
>   
>     
>     
>   
> org.apache.tools.ant.module.bridge.impl.NbBuildLogger$Event
>   getTaskName
>   1133
>   
>     
>     
>   org.apache.tools.ant.module.spi.AntEvent
>   getTaskName
>   144
>   ${netBeansDir}modules/org-apache-tools-ant-module.jar
>     
>     
>   org.apache.tools.ant.module.bridge.impl.NbBuildLogger
>   getInterestedLoggersByEvent
>   278
>   
>     
>     
>   org.apache.tools.ant.module.bridge.impl.NbBuildLogger
>   messageLogged
>   595
>   
>     
>     
>   org.apache.tools.ant.Project
>   fireMessageLoggedEvent
>   2243
>   
>     
>     
>   org.apache.tools.ant.Project
>   fireMessageLogged
>   2279
>   
>     
>     
>   org.apache.tools.ant.Project
>   log
>   468
>   
>     
>     
>   org.apache.tools.ant.Project
>   log
>   457
>   
>     
>     
>   org.apache.tools.ant.AntClassLoader
>   log
>   409
>   
>     
>     
>   org.apache.tools.ant.AntClassLoader
>   loadClass
>   1065
>   
>     
>     
>   java.lang.ClassLoader
>   loadClass
>   357
>   ${java.home}lib/rt.jar
>     
>     
>   java.lang.Class
>   getDeclaredMethods0
>   ${java.home}lib/rt.jar
>     
>     
>   java.lang.Class
>   privateGetDeclaredMethods
>   2701
>   ${java.home}lib/rt.jar
>     
>     
>   java.lang.Class
>   privateGetPublicMethods
>   2902
>   ${java.home}lib/rt.jar
>     
>     
>   java.lang.Class
>   getMethods
>   1615
>   ${java.home}lib/rt.jar
>     
>     
>   org.apache.tools.ant.IntrospectionHelper
>   init
>   183
>   
>     
>     
>   org.apache.tools.ant.IntrospectionHelper
>   getHelper
>   345
>   
>     
>     
>   org.apache.tools.ant.RuntimeConfigurable
>   maybeConfigure
>   496
>   
>     
>     
>   org.apache.tools.ant.RuntimeConfigurable
>   maybeConfigure
>   463
>   
>     
>     
>   org.apache.tools.ant.Task
>   maybeConfigure
>   203
>   
>     
>     
>   org.apache.tools.ant.UnknownElement
>   configure
>   201
>   
>     
>     
>   org.apache.tools.ant.UnknownElement
>   maybeConfigure
>   165
>   
>     
>     
>   org.apache.tools.ant.Task
>   perform
>   349
>   
>     
>     
>   
> org.apache.tools.ant.taskdefs.Sequential$$Lambda$661/501127174
>   accept
>   
>     
>     
>   java.util.Vector
>   forEach
>   1275
>   ${java.home}lib/rt.jar
>     
>     
>   org.apache.tools.ant.taskdefs.Sequential
>   execute
>   67
>   
>     
>     
>   org.apache.tools.ant.UnknownElement
>   execute
>   292
>   
>     
>     
>   sun.reflect.GeneratedMethodAccessor149
>   invoke
>   
>     
>     
>   sun.reflect.DelegatingMethodAccessorImpl
>   invoke
>   43
>   ${java.home}lib/rt.jar
>     
>     
>   java.lang.reflect.Method
>   invoke
>   498
>   ${java.home}lib/rt.jar
>     
>     
>   org.apache.tools.ant.dispatch.DispatchUtils
>   execute
>   99
>   
>     
>     
>   org.apache.tools.ant.Task
>   perform
>   350
>   
>     
>     
>   org.apache.tools.ant.taskdefs.Parallel$TaskRunnable
>   run
>   454
>   
>     
>     
>   java.lang.Thread
>   run
>   748
>   ${java.home}lib/rt.jar
>     
>   
>   
>    
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  Thread-1088
>    35
>   
>   
>    
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  Thread-1087
>     
>   

[jira] [Created] (NETBEANS-1076) Replace with explicit type array error hint should handle handle null data

2018-07-27 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1076:
--

 Summary: Replace with explicit type array error hint should handle 
handle null data
 Key: NETBEANS-1076
 URL: https://issues.apache.org/jira/browse/NETBEANS-1076
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja


var v1 = {null}; //convert to explicit type hint should not be displayed



--
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-1075) Replace with var hint not shown for for-loop

2018-07-27 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1075:
--

 Summary: Replace with var hint not shown for for-loop
 Key: NETBEANS-1075
 URL: https://issues.apache.org/jira/browse/NETBEANS-1075
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja


List of = List.of("s","t");
for(String s : of) { //-->No hint here
}



--
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-1054) Javascript regexp issue

2018-07-23 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1054:


Can you please provide stacktrace.

> Javascript regexp issue
> ---
>
> Key: NETBEANS-1054
> URL: https://issues.apache.org/jira/browse/NETBEANS-1054
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Venkata Rahul, S
>Priority: Minor
> Attachments: nb_issue_js.txt
>
>
> I installed the Javascript plugins and am working on Oracle JET libraries. 
> That is all I know about the situations where this error pops up frequently.
>  
> It does not impede work but something seems amiss. Logging this for the sake 
> of the dev team's record.



--
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-1054) Javascript regexp issue

2018-07-23 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-1054:


Likely duplicate of https://issues.apache.org/jira/browse/NETBEANS-538.

> Javascript regexp issue
> ---
>
> Key: NETBEANS-1054
> URL: https://issues.apache.org/jira/browse/NETBEANS-1054
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Venkata Rahul, S
>Priority: Minor
> Attachments: nb_issue_js.txt
>
>
> I installed the Javascript plugins and am working on Oracle JET libraries. 
> That is all I know about the situations where this error pops up frequently.
>  
> It does not impede work but something seems amiss. Logging this for the sake 
> of the dev team's record.



--
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-1055) Exception: Right click Module, New Module

2018-07-23 Thread Reema Taneja (JIRA)


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

Reema Taneja reassigned NETBEANS-1055:
--

Assignee: Reema Taneja

> Exception: Right click Module, New Module
> -
>
> Key: NETBEANS-1055
> URL: https://issues.apache.org/jira/browse/NETBEANS-1055
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10 Pro, latest updates, NetBeans 9.0rc1, 
> jdk-11-ea+22_windows-x64_bin
>Reporter: Dan Reese
>Assignee: Reema Taneja
>Priority: Major
>
> ---
> >Log Session: Tuesday, July 17, 2018 at 11:41:14 AM Central Daylight Time
> >System Info: 
>   Product Version = Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
>   Operating System    = Windows 10 version 10.0 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
>   Java Home   = C:\Program Files\Java\jdk-10.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory  = C:\Users\dr
>   Current Directory   = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans
>   User Directory  = C:\Users\dr\AppData\Roaming\NetBeans\dev
>   Cache Directory = C:\Users\dr\AppData\Local\NetBeans\Cache\dev
>   Installation    = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\nb
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\ide
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\extide
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\java
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\apisupport
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\websvccommon
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\profiler
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\harness
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\javafx
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\boot.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath   = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\core-base.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\core.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\nb\core\locale\core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/C:/Support/Apache/Netbeans/incubating-netbeans-java-9.0-rc1-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.apisupport.ant, 

[jira] [Closed] (NETBEANS-538) A java.lang.StackOverflowError exception has occurred.

2018-07-23 Thread Reema Taneja (JIRA)


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

Reema Taneja closed NETBEANS-538.
-
Resolution: Fixed

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



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



  1   2   >