[jira] [Commented] (NETBEANS-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-12 Thread Ernie R Rael (Jira)


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

Ernie R Rael commented on NETBEANS-3371:


In netbeans.conf there is "netbeans_jdkhome="C:\b\j\Java\latest", which is a 
symlink (actually a junction) to .../jdk1.8.0_231. I don't know about how 
netbeans64.exe starts up the IDE. (and I see I left the jdk version out of the 
"Environment" in this issue report, something else to remember)

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



--
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-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-12 Thread Ernie R Rael (Jira)


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

Ernie R Rael commented on NETBEANS-3371:


Uninstalled "*The nb-javac Java editing support library*". Now get exceptions 
when trying to access .java, the RELEASE112, and the RELEASE72.

Re-installed nb-javac. Now only get exception with RELEASE72

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



--
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-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-12 Thread Ernie R Rael (Jira)


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

Ernie R Rael commented on NETBEANS-3371:


BTW, the project is a maven nbm.

As mentioned, three classes are shown in the dialog. I wasn't paying attention 
to the "Location" info in the dialogue. Two of the classes have a location of 
the form "/a/b/.../foo.java" and these bring up a source file. Some are of the 
form

.../repository/org/netbeans/api/org-openide-modules/RELEASE112/org-openide-modules-RELEASE112.jar

and some are

.../repository/org/netbeans/api/org-openide-modules/RELEASE72/org-openide-modules-RELEASE72.jar

The ones with RELEASE72 produce the NPE. And RELEASE112 display "generated 
source file".

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



--
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-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-11 Thread Ernie R Rael (Jira)


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

Ernie R Rael updated NETBEANS-3371:
---
Attachment: gototype-failure.log

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



--
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-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-11 Thread Ernie R Rael (Jira)
Ernie R Rael created NETBEANS-3371:
--

 Summary: Navigate>GoToType gets Null Pointer Exception
 Key: NETBEANS-3371
 URL: https://issues.apache.org/jira/browse/NETBEANS-3371
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Actions
Affects Versions: 11.2
 Environment: 11.2 IDE, windows
Reporter: Ernie R Rael
 Attachments: gototype-failure.exception

Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
Platforms>developmentIDE. Couldn't get it to work, so extracted source, pointed 
to that, still didn't work.
 # Steps:
In a "Installer extends ModuleInstall" (empty, just created with new) "with the 
cursor over ModuleInstall, do Navigate>GotoType
 # dialog comes up with ModuleInstall, ModuleInstaller, ModuleInstallerSupport.
 # Select either ModuleInstaller or ModuleInstallerSupport and get the 
following exception
Note that ModuleInstall also used to fail (don't know about the exception) but 
I think I manually navigated to the file or something and now it works to bring 
up the source file.
 # get exception
Note: sometimes you get source file not found error

Exception attached.

I have saved the messages.log. let me know if you want it. The dialog only 
asked for the exception.



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