[
https://issues.jboss.org/browse/JBIDE-17798?page=com.atlassian.jira.plugi...
]
Martin Malina closed JBIDE-17798.
---------------------------------
Recent builds are blue, closing.
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
Fix For: 4.2.0.Beta3
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)