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

jose luis romero updated NETBEANS-5110:
---------------------------------------
    Description: 
Installed 12.2, opened a few projects and every time I try to make the IDE read 
the file attached, it throws the NPE with no detail (Notifications tab), the 
file can't be read so I have exceptions in all files related to this

PD: I removed everything, imports, methods, declarations, class extends and no 
way, I can't even create an empty constructor with no args, just pressing 
shift+ins to create a constr throws the error but this time with 


{code:java}
java.lang.NullPointerException
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.editor.java.JavaCompletionProvider$JavaCompletionQuery.query(JavaCompletionProvider.java:193)
        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)

{code}


{code:java}
package migracion.xeilon;

public class Afiliados  {

}
{code}


  was:Installed 12.2, opened a few projects and every time I try to make the 
IDE read the file attached, it throws the NPE with no detail (Notifications 
tab), the file can't be read so I have exceptions in all files related to this


> Unexpected Exception reading java file: NPE with no detail
> ----------------------------------------------------------
>
>                 Key: NETBEANS-5110
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5110
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 12.2
>         Environment: w10, jdk 1.8
>            Reporter: jose luis romero
>            Priority: Major
>         Attachments: Afiliados.java, messages.log
>
>
> Installed 12.2, opened a few projects and every time I try to make the IDE 
> read the file attached, it throws the NPE with no detail (Notifications tab), 
> the file can't be read so I have exceptions in all files related to this
> PD: I removed everything, imports, methods, declarations, class extends and 
> no way, I can't even create an empty constructor with no args, just pressing 
> shift+ins to create a constr throws the error but this time with 
> {code:java}
> java.lang.NullPointerException
> 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.editor.java.JavaCompletionProvider$JavaCompletionQuery.query(JavaCompletionProvider.java:193)
>       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)
> {code}
> {code:java}
> package migracion.xeilon;
> public class Afiliados  {
> }
> {code}



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

Reply via email to