[jira] [Comment Edited] (NETBEANS-3168) nb-javac-1.7 - duplicate context value

2019-09-26 Thread Jas Gawera (Jira)


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

Jas Gawera edited comment on NETBEANS-3168 at 9/26/19 8:25 AM:
---

Does 11.2 Beta work fine when working with Java 8?

 


was (Author: jgawera):
11.2 Beta work fine when working with Java 8?

 

> nb-javac-1.7 - duplicate context value
> --
>
> Key: NETBEANS-3168
> URL: https://issues.apache.org/jira/browse/NETBEANS-3168
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.1
> Environment: NB11.1 running on OpenJDK 13
> Maven 3.6.2 running on AdoptOpenJDK 8 
>Reporter: Pierre Maréchal
>Priority: Blocker
> Attachments: IDE.log
>
>
> Since update to nb-javac 1.7 on a fresh NB 11.1 install, an exception is 
> thrown during scanning  of maven project : java.lang.AssertionError: 
> duplicate context value
>  
>  



--
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-3168) nb-javac-1.7 - duplicate context value

2019-09-26 Thread Jas Gawera (Jira)


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

Jas Gawera commented on NETBEANS-3168:
--

11.2 Beta work fine when working with Java 8?

 

> nb-javac-1.7 - duplicate context value
> --
>
> Key: NETBEANS-3168
> URL: https://issues.apache.org/jira/browse/NETBEANS-3168
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.1
> Environment: NB11.1 running on OpenJDK 13
> Maven 3.6.2 running on AdoptOpenJDK 8 
>Reporter: Pierre Maréchal
>Priority: Blocker
> Attachments: IDE.log
>
>
> Since update to nb-javac 1.7 on a fresh NB 11.1 install, an exception is 
> thrown during scanning  of maven project : java.lang.AssertionError: 
> duplicate context value
>  
>  



--
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] [Created] (NETBEANS-3012) Opening brace popup doesn't always show statement associated with opening brace

2019-08-21 Thread Jas Gawera (Jira)
Jas Gawera created NETBEANS-3012:


 Summary: Opening brace popup doesn't always show statement 
associated with opening brace
 Key: NETBEANS-3012
 URL: https://issues.apache.org/jira/browse/NETBEANS-3012
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Hints  Annotations
Reporter: Jas Gawera


When positioning the cursor on a closing curly brace of a method
{code:java}
}{code}
If the corresponding opening statement is off the screen Netbeans will show the 
corresponding opening brace with its associated statement even if they are on 
separate lines

e.g.
{code:java}
void myLongMethod()
{{code}
Very useful

However, for "if/while/for" statements (and maybe others) Netbeans only shows 
the opening brace
{code:java}
{
{code}
This gives no useful information about what the braces are for.

If the opening statement and brace are on the same line, they are shown in the 
popup
{code:java}
if (someCondition) {{code}
This should work for both styles of code format

 

 



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