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

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Dec 21 16:58:30 EST 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-4601:
---------------------------------------

    Fix Version/s: 3.2.next
                       (was: 3.1.0.CR1)


> 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
>          Components: profiler
>    Affects Versions: 3.1.0.M2
>            Reporter: Nick Boldt
>            Assignee: Max Rydahl Andersen
>             Fix For: 3.2.next
>
>         Attachments: 13 EDT 2009.txt, Screenshot-1.png, Screenshot-2.png
>
>
> 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 -- see screenshot-1. Close the dialog.
> k) right-click in class file, Profile As > Profile Configurations... 
> l) note three error dialogs:
>   "Exception occurred creating launch config tabs - Reason: No tab group defined for launch config type org.eclipse.jdt.launching.localJavaApplication"
>   "Problem occurred: no tabs defined for launch configuration type Java Application"
>   "NullPointerException" (see screenshot-2).

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