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

Michael Bien closed NETBEANS-437.
---------------------------------
    Fix Version/s: 9.0
       Resolution: Fixed

> Code-complete fails override methods in anonymous classes
> ---------------------------------------------------------
>
>                 Key: NETBEANS-437
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-437
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Source
>         Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-222-on-20180226)
> 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
>            Priority: Major
>             Fix For: 9.0
>
>
> It looks like we need a similar fix asĀ NETBEANS-252 for anonymous classes.
> Repro steps:
> # Given:
> {code:java}
> Phaser test = new Phaser()
> {
>   // Place caret here
> };
> {code}
> # Place caret inside the anonymous class body
> # Invoke code-complete
> # Select "onAdvance" method and hit ENTER
> # No method is generated



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to