[jira] [Commented] (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:comment-tabpanel&focusedCommentId=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] [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&focusedCommentId=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] [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&focusedCommentId=16594770#comment-16594770
 ] 

Reema Taneja commented on NETBEANS-803:
---

Generated methods param name issue(point 3 above) is resolved with latest 
nb-javac patch from Jan Lahoda.

> 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] [Commented] (NETBEANS-803) nb-javac 11 upgrade in NetBeans

2018-08-20 Thread Reema Taneja (JIRA)


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

Reema Taneja commented on NETBEANS-803:
---

Tested NetBeans with nb-javac 11 (https://hg.netbeans.org/main/nb-java-x)

Below Testcases failed:
1.) Compound var declaration error hint is broken, related testcases are 
broken. Tracking NetBeans bug : NETBEANS-1137, awaiting reply from JDK team 
before filing JDK bug.

[junit] Testcase: 
testVarCompoundDeclaration1(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
 FAILED
[junit] Testcase: 
testVarCompoundDeclaration2(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
 FAILED
[junit] Testcase: 
testVarCompoundDeclaration3(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
 FAILED
[junit] Testcase: 
testVarCompoundDeclaration4(org.netbeans.api.java.source.gen.VarCompoundDeclarationTest):
 FAILED
[junit] Testcase: 
testCase1(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase2(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase3(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase5(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase6(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase7(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase8(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase9(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): FAILED
[junit] Testcase: 
testCase10(org.netbeans.modules.java.hints.errors.VarCompDeclarationTest): 
FAILED

2) Testcase: 
testTypeMirrorHandle196070(org.netbeans.api.java.source.TypeMirrorHandleTest): 
FAILED
Tracking NetBeans bug: NETBEANS-1156
Sent mail to JDK Team to confirm if its JDK bug.

3) Generate method param names are now like arg0, arg1 etc. Need to update 
golden files for below test to make them pass.
[junit] Testcase: 
testImplementAbstractMethodsHint1(org.netbeans.modules.java.hints.errors.ErrorHintsTest):
 FAILED
[junit] Testcase: 
testImplementAbstractMethodsHint3(org.netbeans.modules.java.hints.errors.ErrorHintsTest):
 FAILED
[junit] Testcase: 
testImplementAbstractMethodsHint4(org.netbeans.modules.java.hints.errors.ErrorHintsTest):
 FAILED
[junit] Testcase: 
testImplementAbstractMethodsHint5(org.netbeans.modules.java.hints.errors.ErrorHintsTest):
 FAILED
[junit] Testcase: 
testImplementAbstractMethodsHint7(org.netbeans.modules.java.hints.errors.ErrorHintsTest):
 FAILED
[junit] Testcase: 
testImplementAbstractMethodsHint8(org.netbeans.modules.java.hints.errors.ErrorHintsTest):
 FAILED
[junit] Testcase: 
testImplementAbstractMethodsHint11(org.netbeans.modules.java.hints.errors.ErrorHintsTest):
 FAILED
[junit] Testcase: 
testGenerate129140(org.netbeans.modules.java.editor.codegen.DelegateMethodGeneratorTest):
 FAILED
[junit] Testcase: 
testGenerate133625a(org.netbeans.modules.java.editor.codegen.DelegateMethodGeneratorTest):
 FAILED
[junit] Testcase: 
testGenerate133625b(org.netbeans.modules.java.editor.codegen.DelegateMethodGeneratorTest):
 FAILED
[junit] Testcase: 
testGenerate133625c(org.netbeans.modules.java.editor.codegen.DelegateMethodGeneratorTest):
 FAILED
[junit] Testcase: 
testGenerate133625d(org.netbeans.modules.java.editor.codegen.DelegateMethodGeneratorTest):
 FAILED


> 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