[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-4601) JBoss Profiler throws NPE when Profile > Profile Configurations... dialog is launched for a Main class

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Jul 10 12:56:29 EDT 2009


JBoss Profiler throws NPE when Profile > Profile Configurations... dialog is launched for a Main class
------------------------------------------------------------------------------------------------------

                 Key: JBIDE-4601
                 URL: https://jira.jboss.org/jira/browse/JBIDE-4601
             Project: Tools (JBoss Tools)
          Issue Type: Bug
    Affects Versions: 3.1.0.M2
            Reporter: Nick Boldt
            Assignee: Max Rydahl Andersen


Steps to repro:

a) install Eclipse 3.5
b) install JBoss Profiler feature from update site http://download.jboss.org/jbosstools/updates/nightly/3.1.0.M2/
c) restart Eclipse
d) create a Java project, eg., foobar
e) create a Main class in that project, eg., foo.bar.Main
f) put this in Main.java:

package foo.bar;
public class Main {
	/**
	 * @param args
	 */
	public static void main(String[] args) {
		System.out.println("Hello, Foo!");
	}
}

f) debug the class: right-click in the file and Debug As > Java Application
g) add a breakpoint on the println() line
h) debug again, this time switching to the Debug perspective when prompted
i) right-click in class file, Debug As > Debug Configurations...
j) note the new JBoss Profiler tab for your Java Application > Main launch configuration. Close the dialog.
k) right-click in class file, Profile As > Profile Configurations... 
l) note three error dialogs.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list