[jbosstools-issues] [JBoss JIRA] (JBIDE-17798) compile failure in jbosstools-server

Daniel Azarov (JIRA) issues at jboss.org
Thu Jul 3 13:51:24 EDT 2014


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

Daniel Azarov reassigned JBIDE-17798:
-------------------------------------

    Assignee: Rob Stryker


> compile failure in jbosstools-server
> ------------------------------------
>
>                 Key: JBIDE-17798
>                 URL: https://issues.jboss.org/browse/JBIDE-17798
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.2.0.Beta3
>            Reporter: Daniel Azarov
>            Assignee: Rob Stryker
>            Priority: Blocker
>
> org.jboss.tools.jmx.jvmmonitor.internal.core.cpu.CpuProfiler
> {code}
>     /*
>      * @see ICpuProfiler#getSamplingPeriod()
>      */
>     @Override
>     public Integer getSamplingPeriod() {
>     	IMBeanServer s = jvm.getMBeanServer();
> <<<<<<< HEAD
>     	if( s != null && s instanceof IProfilingMBeanServer)
>     		return ((IProfilingMBeanServer)s).getSamplingPeriod();
> =======
>     	if( s != null && s instanceof IProfilingMBeanServer) {
>     		return ((IProfilingMBeanServer)s).getSamplingPeriod();
>     	}
> >>>>>>> JBIDE-17311 - moving the jvmmonitor agent code into our plugins folder.
>     	return -1;
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list