[jira] [Updated] (NETBEANS-6089) Java type conversion error hint in editor vs compiler

2021-11-16 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-6089:
---
Priority: Major  (was: Blocker)

> Java type conversion error hint in editor vs compiler
> -
>
> Key: NETBEANS-6089
> URL: https://issues.apache.org/jira/browse/NETBEANS-6089
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.5
>Reporter: Bernard
>Priority: Major
> Attachments: messages.log
>
>
> Settings imported from IDE 12.4
> Project is fine with IDE 12.4
> Project compiles without errors in 12.4 and 12.5
> With 12.5, getting problems in the editor and in the Projects window as 
> follows:
> On the following source code:
> final List> evaluatedPopulation = 
> this.populationAccessibleEvolutionEngine.getEvaluatedPopulation();
> I get a red error hint:
> incompatible types: List cannot be converted to 
> List>
> 
> (Alt-Enter shows hints)
> and in the Project window, the project is marked red.
> The relevant source code:
> private final PopulationAccessibleEvolutionEngine 
> populationAccessibleEvolutionEngine;
> The above code has parameterized type CgpNetwork as seen below:
> public class PopulationAccessibleEvolutionEngine extends 
> GenerationalEvolutionEngine implements EvaluatedPopulationAccessible {
> In Project settings:
> Sources, Source/Binary Format: 1.8
> Build, Compile, Java Platform is JDK 14 (Default)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6089) Java type conversion error hint in editor vs compiler

2021-10-05 Thread Bernard (Jira)


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

Bernard updated NETBEANS-6089:
--
Priority: Blocker  (was: Major)

> Java type conversion error hint in editor vs compiler
> -
>
> Key: NETBEANS-6089
> URL: https://issues.apache.org/jira/browse/NETBEANS-6089
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.5
>Reporter: Bernard
>Priority: Blocker
> Attachments: messages.log
>
>
> Settings imported from IDE 12.4
> Project is fine with IDE 12.4
> Project compiles without errors in 12.4 and 12.5
> With 12.5, getting problems in the editor and in the Projects window as 
> follows:
> On the following source code:
> final List> evaluatedPopulation = 
> this.populationAccessibleEvolutionEngine.getEvaluatedPopulation();
> I get a red error hint:
> incompatible types: List cannot be converted to 
> List>
> 
> (Alt-Enter shows hints)
> and in the Project window, the project is marked red.
> The relevant source code:
> private final PopulationAccessibleEvolutionEngine 
> populationAccessibleEvolutionEngine;
> The above code has parameterized type CgpNetwork as seen below:
> public class PopulationAccessibleEvolutionEngine extends 
> GenerationalEvolutionEngine implements EvaluatedPopulationAccessible {
> In Project settings:
> Sources, Source/Binary Format: 1.8
> Build, Compile, Java Platform is JDK 14 (Default)



--
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-6089) Java type conversion error hint in editor vs compiler

2021-10-03 Thread Bernard (Jira)


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

Bernard updated NETBEANS-6089:
--
Attachment: messages.log

> Java type conversion error hint in editor vs compiler
> -
>
> Key: NETBEANS-6089
> URL: https://issues.apache.org/jira/browse/NETBEANS-6089
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.5
>Reporter: Bernard
>Priority: Major
> Attachments: messages.log
>
>
> Settings imported from IDE 12.4
> Project is fine with IDE 12.4
> Project compiles without errors in 12.4 and 12.5
> With 12.5, getting problems in the editor and in the Projects window as 
> follows:
> On the following source code:
> final List> evaluatedPopulation = 
> this.populationAccessibleEvolutionEngine.getEvaluatedPopulation();
> I get a red error hint:
> incompatible types: List cannot be converted to 
> List>
> 
> (Alt-Enter shows hints)
> and in the Project window, the project is marked red.
> The relevant source code:
> private final PopulationAccessibleEvolutionEngine 
> populationAccessibleEvolutionEngine;
> The above code has parameterized type CgpNetwork as seen below:
> public class PopulationAccessibleEvolutionEngine extends 
> GenerationalEvolutionEngine implements EvaluatedPopulationAccessible {
> In Project settings:
> Sources, Source/Binary Format: 1.8
> Build, Compile, Java Platform is JDK 14 (Default)



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