Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 53 | 47.3% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 59 | 52.6% |
All colors | 112 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
38 | 25 | [org.osgi.framework.Version].valueOf(java.lang.String) | call site: 00025 | |
12 | 11 | [org.osgi.framework.VersionRange].valueOf(java.lang.String) | call site: 00011 | |
2 | 3 | [CoreVersionRangeFuzzer].test() | call site: 00003 | |
1 | 79 | [org.osgi.framework.VersionRange].intersection(org.osgi.framework.VersionRange[]) | call site: 00079 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
CoreVersionRangeFuzzer | 3 |
org.osgi.framework.Version | 14 |
org.osgi.framework.VersionRange | 15 |
org.apache.commons.collections.ExtendedProperties$PropertiesTokenizer | 2 |
org.apache.commons.collections.ExtendedProperties | 3 |
org.eclipse.jetty.util.QuotedStringTokenizer | 3 |
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 31 | 70.4% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 13 | 29.5% |
All colors | 44 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
31 | 1 | [CoreVersionFuzzer].fuzzerTestOneInput(com.code_intelligence.jazzer.api.FuzzedDataProvider) | call site: 00001 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
CoreVersionFuzzer | 1 |
org.osgi.framework.Version | 9 |
org.apache.commons.collections.ExtendedProperties$PropertiesTokenizer | 2 |
org.apache.commons.collections.ExtendedProperties | 3 |
org.eclipse.jetty.util.QuotedStringTokenizer | 3 |
com.code_intelligence.jazzer.api.FuzzedDataProvider | 1 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
[org.apache.catalina.deploy.WebXml].merge(java.util.Set)
|
org.apache.catalina.deploy.WebXml | 1 | ['java.util.Set'] | 1 | 0 | 908 | 287 | 48 | 89 | 0 | 48 | 48 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
[org.restlet.engine.header.RangeReader].read(java.lang.String) | 34 | 0 | 0.0% | [] |
[aQute.remote.agent.AgentDispatcher].lambda$createFramework$0(org.osgi.framework.FrameworkEvent) | 91 | 0 | 0.0% | [] |
[org.apache.tomcat.util.IntrospectionUtils].convert(java.lang.String,java.lang.Class) | 466 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.io.Base64DecodeStream].getNextAtom() | 69 | 0 | 0.0% | [] |
[org.apache.tomcat.util.res.StringManager].access$000() | 59 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.statics.Pass2Verifier].access$1000(java.lang.String) | 533 | 0 | 0.0% | [] |
[org.apache.catalina.session.StandardManager].file() | 227 | 0 | 0.0% | [] |
[com.icl.saxon.tinytree.FollowingEnumeration].getLastPosition() | 38 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.table.RowPainter].endBody() | 206 | 0 | 0.0% | [] |
[org.apache.lucene.index.SegmentTermPositions].isPayloadAvailable() | 75 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.Plugins.DefaultOverlappingPluginTransactionalDataSession].nodeChanged(java.lang.String[]) | 54 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo].initialize() | 53 | 0 | 0.0% | [] |
[aQute.remote.util.AgentSupervisor].isOpen() | 72 | 0 | 0.0% | [] |
[org.osgi.test.cases.pushstream.junit.SimplePushEventSourceTest].lambda$testSimplePushEventSource$0(org.osgi.util.pushstream.SimplePushEventSource) | 42 | 0 | 0.0% | [] |
[com.steadystate.css.parser.ASCII_CharStream].adjustBeginLineColumn(int,int) | 166 | 0 | 0.0% | [] |
[org.cyberneko.html.filters.NamespaceBinder].bindNamespaces(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes) | 181 | 0 | 0.0% | [] |
[org.apache.commons.io.input.BoundedInputStream].setPropagateClose(boolean) | 44 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.VariableColRowGroupBuilder].endTable() | 32 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.junit.ExtensionBundleTests].testFrameworkExtensionRequireBundle() | 90 | 0 | 0.0% | [] |
[org.apache.catalina.authenticator.SingleSignOnEntry].updateCredentials(java.security.Principal,java.lang.String,java.lang.String,java.lang.String) | 37 | 0 | 0.0% | [] |
[org.apache.avalon.framework.configuration.DefaultConfigurationBuilder].setEntityResolver(org.xml.sax.EntityResolver) | 43 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.tokenattributes.TermAttributeImpl].copyTo(org.apache.lucene.util.AttributeImpl) | 72 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.HttpGenerator].toString() | 497 | 0 | 0.0% | [] |
[org.apache.fop.fonts.apps.TTFReader].checkMetricsVersion(org.xml.sax.Attributes) | 250 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.bidi.TextInterval].toString() | 64 | 0 | 0.0% | [] |
[org.apache.commons.io.output.ByteArrayOutputStream].toString(java.lang.String) | 109 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.SAX2DOM].startDTD(java.lang.String,java.lang.String,java.lang.String) | 93 | 0 | 0.0% | [] |
[org.apache.fop.pdf.AlphaRasterImage].multipleFiltersAllowed() | 63 | 0 | 0.0% | [] |
[org.assertj.core.api.Int2DArrayAssert].isDeepEqualTo(java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ParentLocationPath].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 76 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.DefaultHttpClientConnectionOperator].upgrade(org.apache.http.conn.ManagedHttpClientConnection,org.apache.http.HttpHost,org.apache.http.protocol.HttpContext) | 70 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.AnnotatableTypeSystem].isAnnotatedTypeSystem() | 223 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.server.UpgradeUtil].getWebSocketAccept(java.lang.String) | 132 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.extensions.AFPPageSetupElement].instantiateExtensionAttachment() | 34 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.Messages].load(java.lang.String,java.lang.ClassLoader,java.lang.reflect.Field[]) | 62 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.DefaultCredentialsProvider].clear() | 80 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.dispatcher.MountPointImpl].equals(java.lang.Object) | 59 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.NamingResourcesMBean].removeResourceLink(java.lang.String) | 103 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.cmdline.Transform].printUsage() | 113 | 0 | 0.0% | [] |
[org.osgi.test.cases.bundle.annotations.junit.ExportAnnotationsTestCase].testProviderType() | 148 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.SlotAllocator].releaseSlot(org.apache.bcel.generic.LocalVariableGen) | 43 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.VerifyDialog].access$800() | 210 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.porterStemmer].hashCode() | 297 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.basedriver.UPnPStateVariableImpl].getChangedValue() | 53 | 0 | 0.0% | [] |
[org.apache.commons.io.IOUtils].contentEquals(java.io.Reader,java.io.Reader) | 360 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.norwegianStemmer].hashCode() | 121 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.tb2.Activator].teststop() | 106 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.PCLImageHandlerGraphics2D].isCompatible(org.apache.fop.render.RenderingContext,org.apache.xmlgraphics.image.loader.Image) | 55 | 0 | 0.0% | [] |
[org.osgi.test.cases.cdi.junit.FactoryComponentTests].testFactoryComponent() | 59 | 0 | 0.0% | [] |
[org.apache.fop.afp.goca.GraphicsSetProcessColor].toString() | 65 | 0 | 0.0% | [] |
[org.apache.bcel.util.ClassLoader].createClass(java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.catalina.startup.HostConfig].unmanageApp(java.lang.String) | 764 | 0 | 0.0% | [] |
[org.restlet.representation.Variant].toString() | 139 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.PNGFile].parse_tRNS_chunk(org.apache.xmlgraphics.image.codec.png.PNGChunk) | 110 | 0 | 0.0% | [] |
[org.apache.commons.io.output.WriterOutputStream].flushOutput() | 53 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.Digester].updateBodyText(java.lang.StringBuilder) | 590 | 0 | 0.0% | [] |
[org.apache.tomcat.util.threads.TaskQueue].offer(java.lang.Object) | 31 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.View].toString() | 61 | 0 | 0.0% | [] |
[aQute.lib.io.LimitedDataInput].toString() | 57 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.util.TraceCodeVisitor].appendLabel(org.eclipse.persistence.internal.libraries.asm.Label) | 176 | 0 | 0.0% | [] |
[org.osgi.test.cases.typedevent.junit.TopicPermissionTests].invalidTopicPermission(java.lang.String,java.lang.String) | 174 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ThisReference].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 54 | 0 | 0.0% | [] |
[org.ccil.cowan.tagsoup.PYXWriter].startEntity(java.lang.String) | 105 | 0 | 0.0% | [] |
[org.apache.catalina.valves.StuckThreadDetectionValve].access$100() | 122 | 0 | 0.0% | [] |
[org.apache.xpath.jaxp.XPathFactoryImpl].setXPathVariableResolver(javax.xml.xpath.XPathVariableResolver) | 39 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.SocketWrapper].toString() | 57 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.tree.analysis.DataflowInterpreter].merge(org.eclipse.persistence.internal.libraries.asm.tree.analysis.Value,org.eclipse.persistence.internal.libraries.asm.tree.analysis.Value) | 38 | 0 | 0.0% | [] |
[org.restlet.engine.connector.HttpServerOutboundWay].updateState() | 35 | 0 | 0.0% | [] |
[org.apache.http.impl.auth.HttpAuthenticator].doAuth(org.apache.http.auth.AuthScheme,org.apache.http.auth.Credentials,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext) | 101 | 0 | 0.0% | [] |
[net.sf.diffmk.ui.UI].access$000(net.sf.diffmk.ui.UI) | 126 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.xmp.XMPSerializer].writeXML(org.apache.xmlgraphics.xmp.Metadata,javax.xml.transform.Result,boolean,boolean) | 33 | 0 | 0.0% | [] |
[org.apache.xml.utils.StringToStringTableVector].contains(org.apache.xml.utils.StringToStringTable) | 39 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.SecurityConstraint].createConstraint(javax.servlet.HttpConstraintElement,java.lang.String,boolean) | 166 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.LocalVariableTable].getTableLength() | 39 | 0 | 0.0% | [] |
[org.osgi.impl.service.dal.functions.SimulatedWakeUp].addPropertyAndOperationNames(java.util.Dictionary) | 70 | 0 | 0.0% | [] |
[org.apache.avalon.framework.container.ContainerUtil].dispose(java.lang.Object) | 54 | 0 | 0.0% | [] |
[org.apache.http.impl.cookie.BrowserCompatSpec].toString() | 76 | 0 | 0.0% | [] |
[org.apache.lucene.util.SortedVIntList].access$408(org.apache.lucene.util.SortedVIntList) | 84 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.table.TableContentLayoutManager].getBaseLength(int,org.apache.fop.fo.FObj) | 204 | 0 | 0.0% | [] |
[org.restlet.data.LocalReference].getRiapAuthorityType() | 95 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.ErrorDispatcher].createJavacError(java.lang.String,org.apache.jasper.compiler.Node$Nodes,java.lang.StringBuilder,int,org.apache.jasper.JspCompilationContext) | 120 | 0 | 0.0% | [] |
[org.apache.commons.lang3.builder.DiffBuilder].build() | 192 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.transport.bio.BioReceiver].listen() | 76 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.xmp.schemas.DublinCoreAdapter].getTypes() | 63 | 0 | 0.0% | [] |
[com.icl.saxon.tinytree.AttributeEnumeration].getLastPosition() | 31 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory].loadMessageTemplates(java.util.Locale) | 100 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.datasource.PlainDriverDataSource].missingUrlException() | 32 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.ParserController].hasJspRoot(org.apache.jasper.compiler.JspReader) | 187 | 0 | 0.0% | [] |
[org.osgi.test.cases.metatype.junit.TestControl].isArrayEquals(java.lang.Object[],java.lang.Object[]) | 358 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.WhileStatement].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 172 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.proxy.EMFBuilderServiceProxyHandler].verifyJDBCProperties(java.lang.String,java.lang.String,java.util.Map) | 46 | 0 | 0.0% | [] |
[org.apache.http.impl.client.AIMDBackoffManager].setPerHostConnectionCap(int) | 49 | 0 | 0.0% | [] |
[org.apache.commons.lang3.text.WordUtils].isDelimiter(char,char[]) | 111 | 0 | 0.0% | [] |
[org.apache.coyote.ajp.AjpProcessor].readMessage(org.apache.coyote.ajp.AjpMessage) | 144 | 0 | 0.0% | [] |
[org.apache.lucene.document.DateTools].round(long,org.apache.lucene.document.DateTools$Resolution) | 93 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression].tuneArityMax() | 186 | 0 | 0.0% | [] |
[org.apache.fop.svg.SVGUtilities].wrapText(org.w3c.dom.Document,java.lang.String,java.awt.Font,float) | 72 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.ImageFlavor].toString() | 38 | 0 | 0.0% | [] |
[org.apache.fop.fonts.EmbedFontInfo].toString() | 42 | 0 | 0.0% | [] |
[org.apache.bcel.generic.PUSH].toString() | 58 | 0 | 0.0% | [] |
[org.apache.jasper.util.FastRemovalDequeue].moveLast(org.apache.jasper.util.FastRemovalDequeue$Entry) | 111 | 0 | 0.0% | [] |
[org.apache.commons.codec.digest.DigestUtils].updateDigest(java.security.MessageDigest,java.lang.String) | 64 | 0 | 0.0% | [] |
[com.icl.saxon.tinytree.NamespaceEnumeration].getLastPosition() | 63 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.SingleNameReference].getName() | 590 | 0 | 0.0% | [] |
[org.osgi.test.cases.servlet.secure.junit.SecureTestCase].testUploadPermissions() | 96 | 0 | 0.0% | [] |
[org.apache.http.impl.auth.DigestScheme].toString() | 174 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.CompoundNameVector].toString() | 35 | 0 | 0.0% | [] |
[org.apache.xml.utils.StringComparable].getElement(int) | 93 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.rfc141.TestBug1658_PermanentNode].preparePlugin(boolean) | 43 | 0 | 0.0% | [] |
[com.icl.saxon.expr.DifferenceEnumeration].isPeer() | 57 | 0 | 0.0% | [] |
[org.apache.http.impl.cookie.RFC2109DomainHandler].getAttributeName() | 39 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSStyleSheetListImpl].hashCode() | 40 | 0 | 0.0% | [] |
[org.apache.fop.fo.ElementMappingRegistry].isKnownNamespace(java.lang.String) | 48 | 0 | 0.0% | [] |
[org.apache.catalina.ha.ClusterRuleSet].addRuleInstances(org.apache.tomcat.util.digester.Digester) | 48 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.Commit].testCommit002() | 54 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardHost].access$100(org.apache.catalina.core.StandardHost) | 194 | 0 | 0.0% | [] |
[net.bytebuddy.matcher.ElementMatchers].supportsModules() | 244 | 0 | 0.0% | [] |
[org.osgi.impl.service.zigbee.basedriver.ZigBeeSerializer].toString() | 130 | 0 | 0.0% | [] |
[org.apache.catalina.authenticator.BasicAuthenticator].getAuthMethod() | 38 | 0 | 0.0% | [] |
[org.restlet.routing.Validator].validatePresence(java.lang.String) | 35 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.TransformerFactoryImpl].getDTMManagerClass() | 435 | 0 | 0.0% | [] |
[org.apache.lucene.search.ConjunctionScorer].score() | 46 | 0 | 0.0% | [] |
[org.osgi.test.cases.zigbee.mock.ZigBeeSerializer].toString() | 130 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.fileupload.FileUtils].isSymlink(java.io.File) | 77 | 0 | 0.0% | [] |
[org.apache.fop.area.Area].toString() | 100 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.tb1.nodes.ActiveStartLevel].getMetaNode() | 34 | 0 | 0.0% | [] |
[com.icl.saxon.expr.SortedSelection].display(int) | 48 | 0 | 0.0% | [] |
[org.osgi.impl.service.serial.SerialDeviceImpl].setRTS(boolean) | 39 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.tests.TestURLContextFactory].testURLContextFactoryRemoval() | 40 | 0 | 0.0% | [] |
[org.apache.commons.collections.ArrayStack].remove() | 37 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Plugin.LogPlugin.Splitter].split(java.lang.String,char,int) | 33 | 0 | 0.0% | [] |
[org.hamcrest.beans.HasPropertyWithValue].hasPropertyAtPath(java.lang.String,org.hamcrest.Matcher) | 46 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.PSImageUtils].renderEPS(java.io.InputStream,java.lang.String,java.awt.geom.Rectangle2D,java.awt.geom.Rectangle2D,org.apache.xmlgraphics.ps.PSGenerator) | 289 | 0 | 0.0% | [] |
[org.apache.xalan.templates.DecimalFormatProperties].recompose(org.apache.xalan.templates.StylesheetRoot) | 47 | 0 | 0.0% | [] |
[com.steadystate.css.parser.TokenMgrError].getMessage() | 35 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.FixedLength].hashCode() | 38 | 0 | 0.0% | [] |
[org.apache.fop.util.DOM2SAX].writeNode(org.w3c.dom.Node) | 114 | 0 | 0.0% | [] |
[org.apache.commons.lang3.builder.StandardToStringStyle].setSummaryObjectEndText(java.lang.String) | 62 | 0 | 0.0% | [] |
[aQute.remote.agent.RedirectOutput].access$002(aQute.remote.agent.RedirectOutput,java.util.TimerTask) | 74 | 0 | 0.0% | [] |
[org.apache.http.impl.cookie.NetscapeDraftSpec].toString() | 40 | 0 | 0.0% | [] |
[aQute.remote.util.JMXBundleDeployer].findJdkJar(java.lang.String) | 185 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.hungarianStemmer].hashCode() | 356 | 0 | 0.0% | [] |
[org.apache.tomcat.util.buf.ByteChunk].convertToBytes(java.lang.String) | 305 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketServletConnectionD00].onClose() | 41 | 0 | 0.0% | [] |
[com.nexwave.nquindexer.WriteJSFiles].stripWords(java.lang.String) | 114 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.TagLibraryInfoImpl].validate(javax.servlet.jsp.tagext.PageData) | 375 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.util.Converter].upnp2java(java.util.Dictionary,java.util.Hashtable) | 124 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.control.ControlImpl].writedata(java.lang.String,java.io.DataOutputStream) | 100 | 0 | 0.0% | [] |
[net.bytebuddy.asm.ModifierAdjustment].hashCode() | 86 | 0 | 0.0% | [] |
[org.apache.regexp.RE].subst(java.lang.String,java.lang.String,int) | 361 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.MBeanDumper].appendHead(java.lang.StringBuilder,java.lang.String,int,int) | 96 | 0 | 0.0% | [] |
[com.icl.saxon.om.NamePool].generateJavaConstants() | 277 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.ext.util.TestPluginReadableDataSession].close() | 46 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.bidi.UnflattenProcessor].isInlineParentOf(org.apache.fop.area.inline.InlineParent,org.apache.fop.area.inline.InlineParent) | 203 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.PackageBinding].toString() | 146 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.div.DivTests].reportProcessorOS() | 603 | 0 | 0.0% | [] |
[org.apache.commons.lang3.concurrent.TimedSemaphore].endOfPeriod() | 55 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.ConstraintExceptionFormula].applySubstitution(org.eclipse.jdt.internal.compiler.lookup.BoundSet,org.eclipse.jdt.internal.compiler.lookup.InferenceVariable[]) | 93 | 0 | 0.0% | [] |
[org.restlet.ext.xml.TransformRepresentation].write(java.io.Writer) | 128 | 0 | 0.0% | [] |
[org.apache.fop.accessibility.fo.StructureTreeEventTrigger].endElement(org.apache.fop.fo.FONode) | 152 | 0 | 0.0% | [] |
[org.slf4j.helpers.MessageFormatter].doubleArrayAppend(java.lang.StringBuilder,double[]) | 156 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlTable].getDefaultStyleDisplay() | 111 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.collection.ArrayAccess].access$200(net.bytebuddy.implementation.bytecode.collection.ArrayAccess) | 46 | 0 | 0.0% | [] |
[org.slf4j.helpers.SubstituteLogger].setDelegate(org.slf4j.Logger) | 123 | 0 | 0.0% | [] |
[org.apache.lucene.index.MergeDocIDRemapper].remap(int) | 49 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.JspConfig].isJspPage(java.lang.String) | 277 | 0 | 0.0% | [] |
[org.apache.commons.collections.BeanMap].access$000(org.apache.commons.collections.BeanMap) | 212 | 0 | 0.0% | [] |
[org.apache.catalina.filters.WebdavFixFilter].log(javax.servlet.ServletRequest,java.lang.String) | 32 | 0 | 0.0% | [] |
[org.apache.lucene.search.TermRangeTermEnum].termCompare(org.apache.lucene.index.Term) | 41 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.AFPForeignAttributeReader].getResourceLevel(java.util.Map) | 43 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.FilterParentPath].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 47 | 0 | 0.0% | [] |
[org.osgi.service.remoteserviceadmin.EndpointPermission].getProperties() | 188 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.CPoolProxy].detach(org.apache.http.HttpClientConnection) | 82 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.junit.EndpointDescriptionTests].newMockServiceReference(org.osgi.framework.Bundle,java.util.Map) | 620 | 0 | 0.0% | [] |
[org.apache.http.impl.DefaultBHttpServerConnection].flush() | 41 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.LoggingInputStream].close() | 49 | 0 | 0.0% | [] |
[org.apache.http.conn.routing.BasicRouteDirector].proxiedStep(org.apache.http.conn.routing.RouteInfo,org.apache.http.conn.routing.RouteInfo) | 41 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.scripts.ArabicScriptProcessor].access$400(java.lang.String,java.lang.String,java.lang.String,org.apache.fop.complexscripts.util.GlyphSequence,int,int) | 222 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.tool.EclipseCompiler].run(java.io.InputStream,java.io.OutputStream,java.io.OutputStream,java.lang.String[]) | 91 | 0 | 0.0% | [] |
[org.apache.commons.lang3.ArrayUtils].removeAll(java.lang.Object,java.util.BitSet) | 1282 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.CourierBoldOblique].hasChar(char) | 252 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext].subroutine() | 143 | 0 | 0.0% | [] |
[org.apache.commons.collections.LRUMap].setMaximumSize(int) | 45 | 0 | 0.0% | [] |
[org.apache.xpath.SourceTreeManager].getXMLReader(javax.xml.transform.Source,javax.xml.transform.SourceLocator) | 75 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.TraditionalInitialContextFactoryBuilder].createInitialContextFactory(java.util.Hashtable) | 43 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.util.ExecutorFactory].newThreadPool(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.ThreadFactory) | 42 | 0 | 0.0% | [] |
[org.apache.fop.fo.pagination.Declarations].getColorProfile(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.coyote.http11.filters.IdentityInputFilter].getEncodingName() | 49 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.BaseModelMBean].postDeregister() | 270 | 0 | 0.0% | [] |
[org.osgi.test.cases.resourcemonitoring.TC5_ResourceConsumptionEventingTestCase].getUpperErrorThreshold() | 198 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.LRUMap].doReadObject(java.io.ObjectInputStream) | 95 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.fr.ElisionFilter].incrementToken() | 32 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.TextLayoutManager].access$1500(org.apache.fop.layoutmgr.inline.TextLayoutManager) | 692 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardWrapper].isStatisticsProvider() | 582 | 0 | 0.0% | [] |
[org.restlet.engine.security.AuthenticatorUtils].updateReference(org.restlet.data.Reference,org.restlet.data.ChallengeResponse,org.restlet.Request) | 148 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.DmtPrincipalPermissionAdminImpl].serviceChanged(org.osgi.framework.ServiceEvent) | 83 | 0 | 0.0% | [] |
[net.sourceforge.htmlunit.corejs.classfile.ClassFileWriter].access$1400(net.sourceforge.htmlunit.corejs.classfile.ClassFileWriter) | 1740 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.flow.FlowContext].internalRecordNullityMismatch(org.eclipse.jdt.internal.compiler.ast.Expression,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,int,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,int) | 442 | 0 | 0.0% | [] |
[org.apache.jasper.JspC].openWebxmlWriter(java.io.File) | 623 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermVectorsWriter].close() | 111 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.SocketProperties].setUnlockTimeout(int) | 120 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.MetaNode.Can].testCan002() | 37 | 0 | 0.0% | [] |
[org.apache.http.conn.util.PublicSuffixMatcher].matches(java.lang.String,org.apache.http.conn.util.DomainType) | 67 | 0 | 0.0% | [] |
[org.assertj.core.internal.Iterables].access$000(org.assertj.core.internal.Iterables,java.lang.Object,java.lang.Object) | 466 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.RecoveryScannerData].removeUnused() | 33 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.IntType].class$(java.lang.String) | 84 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.EncodedHttpURI].writeTo(org.eclipse.jetty.util.Utf8StringBuffer) | 57 | 0 | 0.0% | [] |
[aQute.lib.io.LimitedInputStream].skip(long) | 46 | 0 | 0.0% | [] |
[net.bytebuddy.build.HashCodeAndEqualsPlugin].hashCode() | 120 | 0 | 0.0% | [] |
[org.apache.catalina.connector.Response].access$000(org.apache.catalina.connector.Response,org.apache.catalina.connector.Request,org.apache.catalina.Session,java.lang.String) | 556 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.classfmt.FieldInfo].toStringContent(java.lang.StringBuffer) | 225 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.SmapStratum].toString() | 113 | 0 | 0.0% | [] |
[org.restlet.engine.util.DateUtils].unmodifiableList(java.lang.Object[]) | 51 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder].deflate(java.util.zip.Deflater,byte[],byte[]) | 679 | 0 | 0.0% | [] |
[org.apache.naming.StringManager].getManager(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.QueryParameter].map_type(java.lang.String) | 68 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.NodeSorter].mergesort(java.util.Vector,java.util.Vector,int,int,org.apache.xpath.XPathContext) | 111 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.Method].copy(org.apache.bcel.classfile.ConstantPool) | 43 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.internal.RepositoryActivator].access$000(org.jboss.osgi.repository.internal.RepositoryActivator,org.jboss.osgi.repository.spi.MavenIdentityRepository$ConfigurationPropertyProvider,org.osgi.framework.BundleContext) | 32 | 0 | 0.0% | [] |
[org.apache.xpath.patterns.ContextMatchStepPattern].executeRelativePathPattern(org.apache.xpath.XPathContext,org.apache.xpath.patterns.StepPattern) | 40 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.LayoutManagerMapping].makeStaticContentLayoutManager(org.apache.fop.layoutmgr.PageSequenceLayoutManager,org.apache.fop.fo.pagination.StaticContent,org.apache.fop.area.Block) | 144 | 0 | 0.0% | [] |
[org.restlet.engine.io.SelectorFactory].returnSelector(java.nio.channels.Selector) | 31 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermVectorsTermsWriter].bytesPerPosting() | 143 | 0 | 0.0% | [] |
[org.apache.commons.collections.set.MapBackedSet].hashCode() | 33 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.jpa.EntityManagerFactoryJPAProviderFactoryTestCase].releaseProvider() | 37 | 0 | 0.0% | [] |
[org.apache.commons.io.input.Tailer].readLines(java.io.RandomAccessFile) | 113 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.constant.ClassConstant].access$000() | 45 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.ServletContextRegistrationTest].registerWarBundleTest(java.util.Map,java.lang.String,boolean,org.osgi.framework.Bundle) | 134 | 0 | 0.0% | [] |
[org.restlet.util.WrapperResponse].toString() | 81 | 0 | 0.0% | [] |
[aQute.launcher.constants.LauncherConstants].join(java.util.List,java.lang.String) | 69 | 0 | 0.0% | [] |
[org.osgi.util.converter.MapDelegate].toString() | 84 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.JNDIContextManagerImpl].createNewInitialContext(java.util.Map) | 47 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution].isRawSubstitution() | 42 | 0 | 0.0% | [] |
[org.apache.commons.lang3.reflect.ConstructorUtils].isAccessible(java.lang.Class) | 48 | 0 | 0.0% | [] |
[org.apache.fop.render.awt.viewer.ImageProxyPanel].paintComponent(java.awt.Graphics) | 35 | 0 | 0.0% | [] |
[org.restlet.routing.TemplateRoute].toString() | 59 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.version.VersionRangeTests].testIntersection() | 777 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.InferenceContext].toString() | 71 | 0 | 0.0% | [] |
[com.icl.saxon.expr.Tokenizer].isOperator(int) | 163 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.BundleImportPackageTest].testBundleImportPackageError002() | 116 | 0 | 0.0% | [] |
[org.apache.lucene.search.function.ValueSourceQuery].hashCode() | 42 | 0 | 0.0% | [] |
[net.bytebuddy.agent.builder.LambdaFactory].hashCode() | 40 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.ExpandedNameTable].getExtendedTypes() | 83 | 0 | 0.0% | [] |
[org.apache.fop.render.RendererContext].toString() | 34 | 0 | 0.0% | [] |
[org.restlet.engine.component.ComponentHelper].update() | 74 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.AFPImageHandlerRenderedImage].access$300() | 180 | 0 | 0.0% | [] |
[com.oracle.gemini.jpa.provider.EclipseLinkOSGiProvider].getJdbcProperties(com.oracle.gemini.jpa.PUnitInfo,java.util.Map) | 144 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.GzipInterceptor].decompress(byte[]) | 34 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.DecimalFormatting].translateDefaultDFS(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 99 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.danishStemmer].hashCode() | 151 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.ToStringMethod].hashCode() | 190 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding].toString() | 101 | 0 | 0.0% | [] |
[org.hamcrest.Matchers].hasXPath(java.lang.String,javax.xml.namespace.NamespaceContext) | 127 | 0 | 0.0% | [] |
[org.osgi.test.cases.enocean.messages.MessageSYS_EX].getIdx(int,int) | 72 | 0 | 0.0% | [] |
[org.restlet.routing.Template].setVariables(java.util.Map) | 274 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.DoubleMetaphone].contains(java.lang.String,int,int,java.lang.String[]) | 408 | 0 | 0.0% | [] |
[org.apache.lucene.index.DocFieldProcessorPerThread].freePerDoc(org.apache.lucene.index.DocFieldProcessorPerThread$PerDoc) | 187 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.MimeTypes].getCharsetFromContentType(org.eclipse.jetty.io.Buffer) | 157 | 0 | 0.0% | [] |
[com.icl.saxon.expr.SortKeyEnumeration].swap(int,int) | 81 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.DupFilterIterator].reset() | 48 | 0 | 0.0% | [] |
[junit.framework.TestResult].wasSuccessful() | 57 | 0 | 0.0% | [] |
[org.osgi.test.cases.jakartars.junit.ExtensionLifecyleTestCase].lambda$testExtensionRequiresExtension$0(org.osgi.framework.ServiceRegistration,jakarta.ws.rs.ext.WriterInterceptor) | 420 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.ReverseListIterator].reset() | 31 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer].clearHandler(java.lang.Throwable,boolean) | 87 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.ManagedBean].createOperationKey(java.lang.String,java.lang.String[]) | 215 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.PDFPainter].selectAndMapSingleByteFont(org.apache.fop.fonts.SingleByteFont,java.lang.String,float,org.apache.fop.pdf.PDFTextUtil,char) | 202 | 0 | 0.0% | [] |
[org.osgi.impl.service.async.MethodCall].lambda$invokeAsynchronously$0() | 79 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.TransactionManagerTest].testTM042() | 391 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.FontFamilyProperty].access$100() | 46 | 0 | 0.0% | [] |
[org.assertj.core.internal.CommonValidations].checkSubsequenceIsNotNull(java.lang.Object) | 71 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.secure.junit.adaptions.BundleAdaptTests].doAdaptTest(java.lang.Class,boolean,boolean) | 90 | 0 | 0.0% | [] |
[com.icl.saxon.StyleSheet].makeTraceListener(java.lang.String) | 276 | 0 | 0.0% | [] |
[org.apache.fop.afp.goca.GraphicsChainedSegment].toString() | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.device.description.Hex].extract(java.lang.String,java.lang.String,java.lang.String) | 37 | 0 | 0.0% | [] |
[org.apache.catalina.ssi.SSIFsize].formatSize(long,java.lang.String) | 52 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.xml.Processor].showUsage() | 339 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.DeflateFrameExtension].addFrame(byte,byte,byte[],int,int) | 65 | 0 | 0.0% | [] |
[org.apache.jasper.tagplugins.jstl.core.Out].output(javax.servlet.jsp.JspWriter,java.lang.Object,java.lang.String,java.lang.String,boolean) | 57 | 0 | 0.0% | [] |
[org.apache.fop.svg.PDFTextPainter].applyColorAndPaint(org.apache.batik.gvt.text.TextPaintInfo,org.apache.fop.svg.PDFGraphics2D) | 104 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.ImplicitTagLibraryInfo].getTagLibraryInfos() | 81 | 0 | 0.0% | [] |
[org.apache.fop.area.inline.InlineParent].updateLevel(int) | 41 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFOutline].toPDF() | 54 | 0 | 0.0% | [] |
[org.apache.lucene.index.FieldInfos].read(org.apache.lucene.store.IndexInput,java.lang.String) | 116 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.DirContextWrapperImpl].search(javax.naming.Name,java.lang.String,java.lang.Object[],javax.naming.directory.SearchControls) | 37 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.version.VersionTests].testToString() | 227 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.dispatch.RoundEnvImpl].processingOver() | 95 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.io.FileSystemUtils].doRecursiveDelete(java.io.File) | 86 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding].shallowOriginal() | 192 | 0 | 0.0% | [] |
[org.apache.commons.lang3.CharRange].access$300(org.apache.commons.lang3.CharRange) | 74 | 0 | 0.0% | [] |
[org.apache.commons.lang3.reflect.MethodUtils].getOverrideHierarchy(java.lang.reflect.Method,org.apache.commons.lang3.ClassUtils$Interfaces) | 109 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.miscellaneous.PatternAnalyzer].toString(java.io.Reader) | 133 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.SingleClientConnManager].revokeConnection() | 129 | 0 | 0.0% | [] |
[org.apache.http.impl.client.DefaultRedirectStrategy].getRedirect(org.apache.http.HttpRequest,org.apache.http.HttpResponse,org.apache.http.protocol.HttpContext) | 71 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.Attribute].put(org.eclipse.persistence.internal.libraries.asm.ClassWriter,byte[],int,int,int,org.eclipse.persistence.internal.libraries.asm.ByteVector) | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.hooks.service.ServiceHookTests].testSystemEventListenerHook() | 1967 | 0 | 0.0% | [] |
[com.icl.saxon.om.Navigator].getNumberMulti(com.icl.saxon.om.NodeInfo,com.icl.saxon.pattern.Pattern,com.icl.saxon.pattern.Pattern,com.icl.saxon.Context) | 102 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.ServletDef].setOverridable(boolean) | 71 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 32 | 0 | 0.0% | [] |
[org.osgi.test.cases.enocean.messages.Message].getSecurityLevelFormat() | 31 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.ssdp.SSDPComponent].killSSDP() | 119 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.tools.PercentContext].setDimension(org.apache.fop.fo.FObj) | 45 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.xmp.XMPHandler].characters(char[],int,int) | 152 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.UnaryExpression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 166 | 0 | 0.0% | [] |
[org.apache.commons.lang3.Range].toString(java.lang.String) | 90 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.internal.StandardRequiredBundle].$SWITCH_TABLE$org$eclipse$virgo$util$osgi$manifest$RequiredBundle$Visibility() | 35 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.ResourceHandler].access$100(org.apache.fop.render.ps.ResourceHandler,org.apache.xmlgraphics.ps.PSGenerator,org.apache.fop.render.ps.PSImageFormResource) | 167 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext].internalRecordNullityMismatch(org.eclipse.jdt.internal.compiler.ast.Expression,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,int,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,int) | 412 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.SingletonListIterator].reset() | 32 | 0 | 0.0% | [] |
[org.jboss.osgi.metadata.spi.ElementParser].addPart(java.util.List,java.lang.StringBuilder,boolean) | 33 | 0 | 0.0% | [] |
[aQute.tester.plugin.ProjectTesterImpl].setPort(int) | 41 | 0 | 0.0% | [] |
[org.osgi.test.cases.serviceloader.junit.ServiceLoaderServiceClientTest].testAccessToAllServices() | 189 | 0 | 0.0% | [] |
[com.icl.saxon.TransformerFactoryImpl].newXMLFilter(javax.xml.transform.Templates) | 196 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 328 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.functions.BooleanControlTest].checkMetadata(org.osgi.service.dal.OperationMetadata) | 57 | 0 | 0.0% | [] |
[com.icl.saxon.expr.ObjectValue].class$(java.lang.String) | 73 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.util.UrlUtils].removeLeadingSlashPoints(java.lang.String) | 316 | 0 | 0.0% | [] |
[org.apache.commons.logging.impl.Log4JLogger].class$(java.lang.String) | 61 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.italianStemmer].hashCode() | 365 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.TableColumn].releasePropertyList() | 60 | 0 | 0.0% | [] |
[org.apache.juli.ClassLoaderLogManager].replace(java.lang.String) | 289 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.secure.junit.serviceregistry.ServiceObjectsPermissionTests].testNotServicePermission() | 60 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.MessageSend].freshInferenceContext(org.eclipse.jdt.internal.compiler.lookup.Scope) | 567 | 0 | 0.0% | [] |
[net.sf.diffmk.xmldiff.XMLDiff].message(java.lang.String,int) | 237 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.CaseStatement].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 59 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.startlevel.StartLevelControl].inState(org.osgi.framework.Bundle,int) | 422 | 0 | 0.0% | [] |
[org.osgi.test.cases.enocean.utils.ServiceListener].close() | 37 | 0 | 0.0% | [] |
[org.apache.lucene.search.FuzzyQuery].equals(java.lang.Object) | 92 | 0 | 0.0% | [] |
[org.apache.http.protocol.HttpRequestExecutor].postProcess(org.apache.http.HttpResponse,org.apache.http.protocol.HttpProcessor,org.apache.http.protocol.HttpContext) | 79 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory].fromJSON(java.util.Map) | 38 | 0 | 0.0% | [] |
[org.restlet.engine.header.ProductReader].read(java.lang.String) | 56 | 0 | 0.0% | [] |
[com.icl.saxon.IdentityTransformer].transform(javax.xml.transform.Source,javax.xml.transform.Result) | 36 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFCIDFont].toPDFString() | 70 | 0 | 0.0% | [] |
[org.osgi.framework.FrameworkUtil].lambda$getBundle$0(java.lang.Class) | 330 | 11 | 3.333% | [] |
[org.apache.xalan.xsltc.compiler.Sort].compileExtract(java.util.Vector,org.apache.xalan.xsltc.compiler.util.NodeSortRecordGenerator,org.apache.bcel.generic.ConstantPoolGen,java.lang.String) | 275 | 0 | 0.0% | [] |
[org.osgi.util.pushstream.PushStreamProvider].lambda$createStream$0(org.osgi.util.pushstream.PushEventSource,org.osgi.util.pushstream.PushEventConsumer) | 239 | 0 | 0.0% | [] |
[org.apache.catalina.core.ApplicationContext].getJNDIUri(java.lang.String,java.lang.String) | 495 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource].execute() | 78 | 0 | 0.0% | [] |
[com.icl.saxon.functions.Key].reduce(int,com.icl.saxon.Context) | 59 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.SimpleLookupTable].toString() | 91 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardThreadExecutor].getObjectNameKeyProperties() | 99 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.parser.manifest.internal.SourceContext].getLineAsString(int) | 36 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.ExtensionHandlerJavaClass].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.coyote.RequestGroupInfo].resetCounters() | 87 | 0 | 0.0% | [] |
[org.restlet.data.ClientInfo].setUser(org.restlet.security.User) | 291 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.rfc141.plugins.Node].compareTo(java.lang.Object) | 51 | 0 | 0.0% | [] |
[org.osgi.service.remoteserviceadmin.EndpointDescription].append(java.lang.StringBuilder,java.lang.Object[]) | 199 | 0 | 0.0% | [] |
[org.apache.xml.serializer.NamespaceMappings].reset() | 116 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.util.EncodingSniffer].translateEncodingLabel(java.lang.String) | 538 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding].toString() | 77 | 0 | 0.0% | [] |
[org.apache.fop.fo.expr.PropertyParser].evalModulo(java.lang.Number,java.lang.Number) | 171 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.DmtEventImpl].getProperty(java.lang.String) | 47 | 0 | 0.0% | [] |
[org.apache.xml.utils.ObjectVector].clone() | 102 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.Acl.Acl].testAcl017() | 208 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.extensions.AFPExtensionHandler].setObjectBuiltListener(org.apache.fop.util.ContentHandlerFactory$ObjectBuiltListener) | 73 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.util.ArchiveFileObject].$SWITCH_TABLE$javax$tools$JavaFileObject$Kind() | 66 | 0 | 0.0% | [] |
[org.apache.lucene.util.AttributeSource].cloneAttributes() | 162 | 0 | 0.0% | [] |
[org.osgi.impl.service.dal.SimulatedDevice].contains(java.lang.String[],java.lang.String) | 33 | 0 | 0.0% | [] |
[org.apache.catalina.startup.Bootstrap].handleThrowable(java.lang.Throwable) | 214 | 0 | 0.0% | [] |
[org.apache.tomcat.util.security.ConcurrentMessageDigest].init(java.lang.String) | 31 | 0 | 0.0% | [] |
[org.apache.lucene.messages.NLS].makeAccessible(java.lang.reflect.Field) | 67 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer].updateSourceEndIfNecessary(int,int) | 172 | 0 | 0.0% | [] |
[org.apache.catalina.core.AsyncContextImpl].access$000(org.apache.catalina.core.AsyncContextImpl) | 309 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.ssdp.SSDPMulticastListener].killMulticastListener() | 43 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.resources.GetEntryResourceTests].assertURL(java.net.URL) | 129 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.MultipartDef].equals(java.lang.Object) | 48 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.Label].toString() | 110 | 0 | 0.0% | [] |
[org.apache.fop.area.inline.UnresolvedPageNumber].collectInlineRuns(java.util.List) | 31 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.JavacErrorDetail].readFile(java.io.InputStream) | 55 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.fonts.GlyphDefinitionTable].createSubtable(int,java.lang.String,int,int,int,org.apache.fop.complexscripts.fonts.GlyphMappingTable,java.util.List) | 124 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.bidi.BidiResolver].pruneEmptyRanges(java.util.Stack) | 114 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.BreakElement].toString() | 38 | 0 | 0.0% | [] |
[org.apache.xpath.domapi.XPathResultImpl].removeEventListener() | 114 | 0 | 0.0% | [] |
[org.osgi.test.cases.jakartars.resources.SseResource].lambda$stream$0(java.lang.Object,java.lang.Object) | 32 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.spi.ModuleIdentityRepository].getModuleIdentifier(org.jboss.osgi.resolver.XResource) | 96 | 0 | 0.0% | [] |
[org.restlet.engine.log.IdentClient].getUserIdentifier() | 31 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.XslElement].translateContents(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 115 | 0 | 0.0% | [] |
[org.osgi.test.cases.wireadmin.junit.Helper].updateWire(org.osgi.service.wireadmin.WireAdmin,org.osgi.service.wireadmin.Wire,java.util.Map) | 98 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.SecurityAwareJNDIContextManagerImpl].logExceptionFromPrivilegedAction(java.lang.Exception) | 47 | 0 | 0.0% | [] |
[org.apache.commons.io.EndianUtils].read(java.io.InputStream) | 86 | 0 | 0.0% | [] |
[org.restlet.ext.xml.SaxRepresentation].write(org.restlet.ext.xml.XmlWriter) | 73 | 0 | 0.0% | [] |
[org.apache.fop.fonts.truetype.TTFFontLoader].copyAdvanced(org.apache.fop.fonts.truetype.TTFFile) | 107 | 0 | 0.0% | [] |
[org.apache.http.conn.EofSensorInputStream].abortConnection() | 73 | 0 | 0.0% | [] |
[org.apache.fop.afp.util.AFPResourceUtil].access$000(java.lang.String,org.apache.fop.afp.parser.UnparsedStructuredField,org.apache.fop.afp.parser.MODCAParser,java.io.OutputStream) | 60 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate].access$000(net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveUnboxingDelegate) | 77 | 0 | 0.0% | [] |
[org.junit.internal.runners.rules.RuleMemberValidator].access$1400(org.junit.runners.model.FrameworkMember) | 61 | 0 | 0.0% | [] |
[org.apache.http.impl.client.DefaultHttpRequestRetryHandler].requestIsAborted(org.apache.http.HttpRequest) | 39 | 0 | 0.0% | [] |
[org.apache.fop.render.bitmap.TIFFRenderer].access$000(org.apache.fop.render.bitmap.TIFFRenderer) | 67 | 0 | 0.0% | [] |
[org.restlet.engine.security.HttpBasicHelper].parseResponse(org.restlet.data.ChallengeResponse,org.restlet.Request,org.restlet.util.Series) | 51 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFFilterList].applyFilters(java.io.OutputStream) | 144 | 0 | 0.0% | [] |
[org.restlet.service.MetadataService].setDefaultMediaType(org.restlet.data.MediaType) | 251 | 0 | 0.0% | [] |
[net.bytebuddy.utility.GraalImageCode].isNativeImageExecution() | 43 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFLink].contentEquals(org.apache.fop.pdf.PDFObject) | 31 | 0 | 0.0% | [] |
[org.apache.lucene.search.SloppyPhraseScorer].termPositionsDiffer(org.apache.lucene.search.PhrasePositions) | 86 | 0 | 0.0% | [] |
[org.apache.http.HttpHost].clone() | 86 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.ngram.NGramTokenizer].reset() | 52 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.i18n.LocalizableSupport].getResourceBundle() | 42 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.batch.ClasspathDirectory].getMode() | 102 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.SecureNioChannel].getIOChannel() | 196 | 0 | 0.0% | [] |
[org.osgi.test.cases.xml.junit.XMLControl].getServiceReferences(java.lang.String,org.osgi.framework.Bundle) | 173 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.Helvetica].hasChar(char) | 981 | 0 | 0.0% | [] |
[org.restlet.engine.header.CookieSettingReader].readValue() | 85 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.Type].toString() | 216 | 0 | 0.0% | [] |
[org.apache.lucene.index.SegmentInfo].hashCode() | 321 | 0 | 0.0% | [] |
[org.apache.avalon.framework.configuration.ConfigurationUtil].createElement(org.w3c.dom.Document,org.apache.avalon.framework.configuration.Configuration) | 78 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 58 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLForEach].process(com.icl.saxon.Context) | 48 | 0 | 0.0% | [] |
[org.osgi.impl.service.residentialmanagement.plugins.LogMetaNode].getExtensionProperty(java.lang.String) | 68 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.imageio.ImageIOUtil].dumpNodeToSystemOut(org.w3c.dom.Node) | 39 | 0 | 0.0% | [] |
[org.assertj.core.internal.Lists].lambda$listOfComparableElements$0(java.lang.Object) | 74 | 0 | 0.0% | [] |
[org.apache.tomcat.util.buf.B2CConverter].convert(org.apache.tomcat.util.buf.ByteChunk,org.apache.tomcat.util.buf.CharChunk,boolean) | 77 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermsHashPerField].rehashPostings(int) | 301 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.HttpWebConnection].createConnectionManager(org.apache.http.impl.client.HttpClientBuilder) | 315 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.functions.data.KeypadDataTest].checkKeypadDataFields(long,java.util.Map,int,int,int,java.lang.String,org.osgi.service.dal.functions.data.KeypadData) | 161 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.secure.junit.lifecycle.TestBundleControl].testAccessControlContext() | 35 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.ObjectCreateRule].toString() | 36 | 0 | 0.0% | [] |
[org.apache.commons.lang3.time.FastDateFormat].applyRules(java.util.Calendar,java.lang.StringBuffer) | 46 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.ConfigurationPlugin.ConfigEntry].removeElementAt(int) | 289 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.IFStructureTreeBuilder].addIDAttribute(org.xml.sax.Attributes,java.lang.String) | 73 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermVectorsReader].clone() | 256 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.compound.hyphenation.TernaryTree].printStats() | 278 | 0 | 0.0% | [] |
[org.apache.catalina.valves.AccessLogValve].access$600() | 690 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.WsFrameClient].access$102(org.apache.tomcat.websocket.WsFrameClient,java.nio.ByteBuffer) | 46 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlSubmitInput].setAttributeNS(java.lang.String,java.lang.String,java.lang.String) | 43 | 0 | 0.0% | [] |
[org.osgi.test.cases.clusterinfo.junit.ClusterTagPermissionTestCase].invalidClusterTagPermission(java.lang.String,java.lang.String) | 64 | 0 | 0.0% | [] |
[org.osgi.util.converter.ListDelegate].toString() | 70 | 0 | 0.0% | [] |
[org.apache.http.util.Args].notNegative(long,java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.commons.logging.LogSource].getLogNames() | 63 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.dsc.tools.DSCTools].nextPageOrTrailer(org.apache.xmlgraphics.ps.dsc.DSCParser,org.apache.xmlgraphics.ps.PSGenerator) | 32 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.ContentLayoutManager].notifyPos(org.apache.fop.layoutmgr.Position) | 115 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.FloatCache].toString() | 63 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.IncrementalSAXSource_Xerces].class$(java.lang.String) | 136 | 0 | 0.0% | [] |
[com.steadystate.css.dom.RGBColorImpl].toString() | 32 | 0 | 0.0% | [] |
[org.apache.fop.util.CharUtilities].isSameSequence(java.lang.CharSequence,java.lang.CharSequence) | 57 | 0 | 0.0% | [] |
[org.osgi.test.cases.resourcemonitoring.TC6_ResourceContextListenerTestCase].notify(org.osgi.service.resourcemonitoring.ResourceContextEvent) | 86 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.tree.TreeCodeAdapter].visitAttribute(org.eclipse.persistence.internal.libraries.asm.Attribute) | 56 | 0 | 0.0% | [] |
[org.osgi.test.cases.servlet.junit.ServletTestCase].testMaxFileSize() | 691 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.secure.provider.ct.ctURLContext].removeURL(java.lang.String) | 86 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.OSGiServiceListContext].buildMapOfServices(java.util.Map,org.osgi.framework.ServiceReference[]) | 71 | 0 | 0.0% | [] |
[org.apache.fop.text.linebreak.LineBreakStatus].nextChar(char) | 51 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.ImageEncodingHelper].createRenderedImageEncoder(java.awt.image.RenderedImage) | 139 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.SimpleTransactionManagerTest].startWithClean() | 203 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteservices.junit.SimpleTest].writePackage(java.util.jar.JarOutputStream,java.lang.String,org.osgi.framework.Bundle) | 566 | 0 | 0.0% | [] |
[com.icl.saxon.expr.DistinctEnumeration].isPeer() | 47 | 0 | 0.0% | [] |
[org.osgi.test.cases.log.junit.LogReader].clear() | 31 | 0 | 0.0% | [] |
[org.apache.fop.accessibility.fo.FOEventRecorder].characters(org.apache.fop.fo.FOText) | 201 | 0 | 0.0% | [] |
[org.apache.fop.image.loader.batik.PreloaderSVG].access$500(double,double) | 82 | 0 | 0.0% | [] |
[org.apache.catalina.connector.CoyoteInputStream].close() | 68 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.HttpClientConnectionOperator].upgrade(org.apache.http.conn.ManagedHttpClientConnection,org.apache.http.HttpHost,org.apache.http.protocol.HttpContext) | 63 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.RetryExec].execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) | 33 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLSort].getSortKeyDefinition() | 54 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.DocumentCall].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 51 | 0 | 0.0% | [] |
[org.apache.commons.lang3.Conversion].byteArrayToUuid(byte[],int) | 521 | 0 | 0.0% | [] |
[org.osgi.impl.service.dal.step.TestStepImpl].getDeviceSimulator() | 94 | 0 | 0.0% | [] |
[org.apache.xpath.functions.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.apache.commons.codec.digest.UnixCrypt].permOp(int,int,int,int,int[]) | 149 | 0 | 0.0% | [] |
[org.apache.catalina.connector.MapperListener].removeListeners(org.apache.catalina.Container) | 214 | 0 | 0.0% | [] |
[org.apache.tomcat.util.buf.UEncoder].access$000() | 79 | 0 | 0.0% | [] |
[aQute.junit.Tee].append(char) | 126 | 0 | 0.0% | [] |
[org.apache.lucene.index.CheckIndex].assertsOn() | 386 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.ru.RussianStemmer].stemWord(java.lang.String) | 118 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.LengthyTimeoutTest].testTO008() | 95 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.xpath.XPathUtils].evaluateXPath(com.gargoylesoftware.htmlunit.html.DomNode,java.lang.String,org.apache.xml.utils.PrefixResolver) | 35 | 0 | 0.0% | [] |
[aQute.remote.plugin.RemoteProjectLauncherPlugin].executable() | 144 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.util.attrs.ASMAnnotationDefaultAttribute].asmify(java.lang.Object,java.lang.StringBuffer,java.lang.String) | 154 | 0 | 0.0% | [] |
[org.apache.xalan.lib.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.permissions.BundlePermissionTests].invalidBundlePermission(java.lang.String,java.lang.String) | 252 | 0 | 0.0% | [] |
[org.apache.lucene.index.MultipleTermPositions].isPayloadAvailable() | 70 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.secure.junit.permissions.CapabilityPermissionTests].setPermissions(java.lang.String,org.osgi.service.permissionadmin.PermissionInfo) | 148 | 0 | 0.0% | [] |
[junit.framework.TestSuite].isTestMethod(java.lang.reflect.Method) | 99 | 0 | 0.0% | [] |
[org.apache.commons.lang3.RandomStringUtils].random(int,char[]) | 57 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.StepPattern].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 224 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.ExternalDocumentLayoutManager].createPage(int,boolean) | 106 | 0 | 0.0% | [] |
[org.osgi.test.cases.component.junit.DeclarativeServicesControl].testComponentServiceObjectsPrototype130() | 5391 | 0 | 0.0% | [] |
[org.restlet.data.Language].includes(org.restlet.data.Metadata) | 62 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.VerifierAppFrame].whatisMenuItem_actionPerformed(java.awt.event.ActionEvent) | 238 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.TreeStructure.Configuration].testConfiguration012() | 214 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLValueOf].process(com.icl.saxon.Context) | 42 | 0 | 0.0% | [] |
[aQute.lib.base64.Base64].isBase64(java.lang.String) | 123 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.BasicHttpClientConnectionManager].shutdown() | 128 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.BackgroundProcessManager].access$000(org.apache.tomcat.websocket.BackgroundProcessManager) | 52 | 0 | 0.0% | [] |
[org.apache.http.entity.ContentType].withParameters(org.apache.http.NameValuePair[]) | 123 | 0 | 0.0% | [] |
[org.osgi.test.cases.condpermadmin.ConditionalPermissionOrderTests].testPostponedConditions05() | 400 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.provider.ct.ctURLContext].removeURL(java.lang.String) | 86 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.common.PropertyPlaceholderResolver].formatPropertyCycleMessage(java.util.Stack) | 53 | 0 | 0.0% | [] |
[org.assertj.core.api.AbstractLongAdderAssert].isEqualByComparingTo(java.lang.Comparable) | 57 | 0 | 0.0% | [] |
[org.apache.fop.fonts.type1.Type1FontLoader].buildCustomEncoding(java.lang.String,org.apache.fop.fonts.type1.AFMFile) | 219 | 0 | 0.0% | [] |
[org.apache.xalan.lib.Redirect].createSerializationHandler(org.apache.xalan.transformer.TransformerImpl,java.io.FileOutputStream,java.io.File,org.apache.xalan.templates.OutputProperties) | 101 | 0 | 0.0% | [] |
[org.assertj.core.internal.LongArrays].assertContainsAnyOf(org.assertj.core.api.AssertionInfo,long[],long[]) | 67 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.FieldDeclaration].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.MethodScope) | 170 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.jdbc.JDBCRecoveryTestCase].testRecoveryServiceIsRegistered() | 55 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.tiff.TIFFImage].createAlphaComponentColorModel(int,int,boolean,int) | 722 | 0 | 0.0% | [] |
[org.assertj.core.api.recursive.comparison.DualValue].lambda$isAnOrderedCollection$0(java.lang.Object,java.lang.Class) | 83 | 0 | 0.0% | [] |
[org.junit.runner.notification.RunNotifier].access$100(org.junit.runner.notification.RunNotifier,java.util.List,java.util.List) | 77 | 0 | 0.0% | [] |
[com.icl.saxon.PreparedStyleSheet].stripWhitespace(org.w3c.dom.Document) | 70 | 0 | 0.0% | [] |
[org.apache.http.config.ConnectionConfig].copy(org.apache.http.config.ConnectionConfig) | 47 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.thread.Timeout].access$300(org.eclipse.jetty.util.thread.Timeout) | 125 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.SourceElementNotifier].visitIfNeeded(org.eclipse.jdt.internal.compiler.ast.Initializer) | 503 | 0 | 0.0% | [] |
[com.nwalsh.xalan.Callout].getOtherType() | 42 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlFileInput].setValueAttribute(java.lang.String[]) | 51 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.MethodCall].hashCode() | 679 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.EqualsMethod].hashCode() | 266 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.junit.ExtensionDependencyTests].isFrameworkExtensionSupported() | 240 | 0 | 0.0% | [] |
[org.apache.bcel.generic.TABLESWITCH].accept(org.apache.bcel.generic.Visitor) | 33 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemExsltFunction].compose(org.apache.xalan.templates.StylesheetRoot) | 40 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSPainter].useFont(java.lang.String,int) | 246 | 0 | 0.0% | [] |
[org.osgi.service.dmt.security.DmtPermission].impliesPath(org.osgi.service.dmt.security.DmtPermission) | 108 | 0 | 0.0% | [] |
[org.osgi.framework.AdaptPermission].getProperties() | 173 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.Verifier].getMessages() | 89 | 0 | 0.0% | [] |
[org.cyberneko.html.SecuritySupport12].getLastModified(java.io.File) | 39 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.batch.ClasspathJar].getMode() | 101 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLStyleSheet].process(com.icl.saxon.Context) | 204 | 0 | 0.0% | [] |
[org.apache.regexp.ReaderCharacterIterator].substring(int,int) | 44 | 0 | 0.0% | [] |
[org.apache.catalina.ha.tcp.SimpleTcpCluster].unregisterMember(org.apache.catalina.tribes.Member) | 304 | 0 | 0.0% | [] |
[org.apache.lucene.store.LockVerifyServer].getTime(long) | 36 | 0 | 0.0% | [] |
[aQute.remote.embedded.activator.EmbeddedActivator].lambda$refresh$0(java.util.concurrent.Semaphore,org.osgi.framework.FrameworkEvent) | 87 | 0 | 0.0% | [] |
[org.osgi.test.cases.residentialmanagement.FrameworkOperationsTestCase].testBundleStateChanges() | 87 | 0 | 0.0% | [] |
[org.apache.xalan.serialize.SerializerUtils].ensureNamespaceDeclDeclared(org.apache.xml.serializer.SerializationHandler,org.apache.xml.dtm.DTM,int) | 60 | 0 | 0.0% | [] |
[net.sf.diffmk.xmldiff.NodeDiff].toString() | 144 | 0 | 0.0% | [] |
[org.apache.commons.collections.list.CursorableLinkedList].createSubListListIterator(org.apache.commons.collections.list.AbstractLinkedList$LinkedSubList,int) | 161 | 0 | 0.0% | [] |
[org.apache.commons.logging.impl.Jdk14Logger].warn(java.lang.Object,java.lang.Throwable) | 53 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.StackGuard].checkForInfinateLoop() | 36 | 0 | 0.0% | [] |
[org.assertj.core.internal.Failures].threadDumpDescription() | 58 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.StopFilter].setEnablePositionIncrements(boolean) | 32 | 0 | 0.0% | [] |
[org.apache.avalon.framework.logger.ConsoleLogger].getChildLogger(java.lang.String) | 51 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.PreprocessPresentationObject].writeContent(java.io.OutputStream) | 55 | 0 | 0.0% | [] |
[com.icl.saxon.Context].getReturnValue() | 108 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.MultiMap].replace(java.lang.Object,java.lang.Object) | 125 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.xml.PersistenceDescriptorHandler].contentFromChars(char[],int,int) | 55 | 0 | 0.0% | [] |
[org.apache.catalina.session.StandardSession].removeAttributeInternal(java.lang.String,boolean) | 488 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.nio.SslConnection].access$1700(org.eclipse.jetty.io.nio.SslConnection) | 311 | 0 | 0.0% | [] |
[org.apache.catalina.util.Extension].isNewer(java.lang.String,java.lang.String) | 95 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ProcessTaskManager].shutdown() | 94 | 0 | 0.0% | [] |
[org.assertj.core.api.filter.Filters].lambda$equalsTo$0(java.lang.Object,java.lang.Object) | 53 | 0 | 0.0% | [] |
[aQute.lib.io.ByteBufferOutputStream].toString() | 53 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.batch.CompilationUnit].toString() | 34 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFICCBasedColorSpace].setupsRGBColorProfile(org.apache.fop.pdf.PDFDocument) | 33 | 0 | 0.0% | [] |
[org.apache.lucene.search.spans.SpanFirstQuery].access$100(org.apache.lucene.search.spans.SpanFirstQuery) | 55 | 0 | 0.0% | [] |
[org.osgi.impl.service.networkadapter.TestStepImpl].toString(java.lang.String[]) | 426 | 0 | 0.0% | [] |
[org.apache.commons.collections.collection.CompositeCollection].getCollections() | 89 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSImageHandlerSVG].isCompatible(org.apache.fop.render.RenderingContext,org.apache.xmlgraphics.image.loader.Image) | 45 | 0 | 0.0% | [] |
[org.apache.lucene.store.MMapDirectory].createOutput(java.lang.String) | 146 | 0 | 0.0% | [] |
[org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener].getSession(java.lang.String,java.lang.String) | 59 | 0 | 0.0% | [] |
[org.apache.naming.ResourceRef].toString() | 41 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel].toString() | 47 | 0 | 0.0% | [] |
[org.apache.xml.utils.StylesheetPIHandler].getBaseId() | 98 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.description.Element].elementsSize() | 37 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.AlertItem.AlertItem].testAlertItem010() | 145 | 0 | 0.0% | [] |
[org.restlet.data.ChallengeScheme].toString() | 53 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.eclipselink.GeminiOSGiInitializer].registerTransformer(javax.persistence.spi.ClassTransformer,javax.persistence.spi.PersistenceUnitInfo,java.util.Map) | 49 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.parser.HttpParser].readLhex(java.io.StringReader) | 204 | 0 | 0.0% | [] |
[org.apache.fop.fonts.FontSetup].createMinimalFontResolver(boolean) | 111 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.PCLDocumentHandler].selectPageFormat(long,long) | 121 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.impl.SelectionDelegate].makeThisTheOnlySelectionIfEmulatingIE() | 31 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.ClassScope].toString() | 816 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.nl.DutchStemmer].setStemDictionary(java.util.Map) | 165 | 0 | 0.0% | [] |
[org.assertj.core.internal.Futures].assertNotNull(org.assertj.core.api.AssertionInfo,java.util.concurrent.Future) | 41 | 0 | 0.0% | [] |
[org.assertj.core.api.junit.jupiter.SoftlyExtension].lambda$postProcessTestInstance$0(org.junit.jupiter.api.extension.ExtensionContext,org.assertj.core.api.SoftAssertions) | 33 | 0 | 0.0% | [] |
[org.apache.xml.serializer.WriterToUTF8Buffered].getWriter() | 132 | 0 | 0.0% | [] |
[org.apache.lucene.util.BitVector].subset(int,int) | 108 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.scripts.GurmukhiScriptProcessor].reorderCombiningMarks(org.apache.fop.complexscripts.fonts.GlyphDefinitionTable,org.apache.fop.complexscripts.util.GlyphSequence,int[][],java.lang.String,java.lang.String) | 171 | 0 | 0.0% | [] |
[org.osgi.test.cases.tr069todmt.junit.TR069ConnectorTR069BoolToDmtTestCase].assertNonListedFormatsNotAccepted(java.lang.String[]) | 90 | 0 | 0.0% | [] |
[aQute.lib.json.StringHandler].collect(aQute.lib.json.Decoder,char) | 56 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermInfosWriter].close() | 91 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Comment].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 33 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.JspRuntimeContext].checkUnload() | 207 | 0 | 0.0% | [] |
[org.apache.catalina.startup.DigesterFactory].register(java.lang.String,java.lang.String,org.apache.catalina.util.SchemaResolver) | 46 | 0 | 0.0% | [] |
[org.apache.bcel.generic.FieldGen].copy(org.apache.bcel.generic.ConstantPoolGen) | 105 | 0 | 0.0% | [] |
[org.apache.fop.fonts.FontManager].updateReferencedFonts(java.util.List,org.apache.fop.fonts.FontTriplet$Matcher) | 73 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.finnishStemmer].hashCode() | 366 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.EqualityExpr].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 152 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.Close].testClose002() | 58 | 0 | 0.0% | [] |
[org.osgi.service.dmt.Acl].split(java.lang.String,char,int) | 174 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.TransactionSynchronizationRegistryTest].testTSR007() | 69 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.LambdaExpression].getTypeBinding() | 706 | 0 | 0.0% | [] |
[org.apache.commons.lang3.math.IEEE754rUtils].max(float,float) | 57 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.CourierOblique].hasChar(char) | 252 | 0 | 0.0% | [] |
[net.sf.cglib.reflect.FastClassEmitter].getIntRange(int) | 127 | 0 | 0.0% | [] |
[org.apache.catalina.startup.Tool].usage() | 87 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.AbstractLinkedMap].createValuesIterator() | 147 | 0 | 0.0% | [] |
[org.apache.fop.fonts.AbstractCodePointMapping].toString() | 82 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory].determineCandidatePipelines(org.apache.xmlgraphics.image.loader.Image,org.apache.xmlgraphics.image.loader.ImageFlavor[]) | 106 | 0 | 0.0% | [] |
[com.steadystate.css.parser.SACParserCSS2TokenManager].jjCheckNAddStates(int,int) | 1995 | 0 | 0.0% | [] |
[org.osgi.test.cases.permissionadmin.junit.MainTests].createBadPermissionInfo(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Class) | 140 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.problem.AbortCompilation].getKey() | 45 | 0 | 0.0% | [] |
[com.icl.saxon.tree.TreeBuilder].setUnparsedEntity(java.lang.String,java.lang.String) | 109 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.TransformerImpl].class$(java.lang.String) | 794 | 0 | 0.0% | [] |
[org.osgi.test.cases.tr069todmt.junit.TR069ConnectorTR069LongToDmtTestCase].applyValues() | 101 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.BinOpExpr].toString() | 44 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.TreeWalker2Result].startNode(int) | 34 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.InlineContainer].isDelimitedTextRangeBoundary(int) | 52 | 0 | 0.0% | [] |
[org.apache.catalina.ssi.ExpressionTokenizer].getTokenValue() | 59 | 0 | 0.0% | [] |
[org.apache.fop.afp.AFPDataObjectFactory].createResource(org.apache.fop.afp.modca.AbstractNamedAFPObject,org.apache.fop.afp.AFPResourceInfo,org.apache.fop.afp.modca.Registry$ObjectType) | 117 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.spi.MemoryRepositoryStorage].access$200(org.jboss.osgi.repository.spi.MemoryRepositoryStorage) | 133 | 0 | 0.0% | [] |
[org.apache.xml.serializer.EmptySerializer].setDTDEntityExpansion(boolean) | 179 | 0 | 0.0% | [] |
[org.apache.commons.collections.FunctorException].class$(java.lang.String) | 36 | 0 | 0.0% | [] |
[org.apache.fop.afp.ioca.ImageSegment].writeEnd(java.io.OutputStream) | 32 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.extensions.AFPPageSetup].toString() | 35 | 0 | 0.0% | [] |
[org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters].access$000(org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters) | 86 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.tools.BuilderContext].popTableContext() | 33 | 0 | 0.0% | [] |
[org.apache.xpath.jaxp.XPathExpressionImpl].getDummyDocument() | 89 | 0 | 0.0% | [] |
[org.apache.xalan.lib.ExsltDatetime].strip(java.lang.String,java.lang.String) | 292 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemLiteralResult].access$000(org.apache.xalan.templates.ElemLiteralResult) | 285 | 0 | 0.0% | [] |
[org.apache.commons.lang3.Validate].isAssignableFrom(java.lang.Class,java.lang.Class,java.lang.String,java.lang.Object[]) | 138 | 0 | 0.0% | [] |
[org.apache.catalina.ha.deploy.UndeployMessage].setResend(int) | 32 | 0 | 0.0% | [] |
[aQute.remote.plugin.RunSessionImpl].validate(java.util.concurrent.Callable) | 103 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.Plugins.FatalExceptionDataPlugin].openAtomicSession(java.lang.String[],org.osgi.service.dmt.DmtSession) | 36 | 0 | 0.0% | [] |
[org.apache.http.util.CharArrayBuffer].toString() | 125 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.extensions.PDFEmbeddedFileExtensionAttachment].toSAX(org.xml.sax.ContentHandler) | 33 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.ext.junit.SharedMountPointTest].assertSharedMountPointMetaNode(org.osgi.service.dmt.MetaNode,int) | 338 | 0 | 0.0% | [] |
[org.apache.commons.lang3.JavaVersion].toString() | 36 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.CommonTextDecoration].getLineThroughColor() | 63 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.JNDIContextManagerServiceFactoryImpl].ungetService(org.osgi.framework.Bundle,org.osgi.framework.ServiceRegistration,java.lang.Object) | 34 | 0 | 0.0% | [] |
[org.restlet.Response].toString() | 162 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.GetNodeType].testGetNodeType002() | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.zigbee.ZCLClusterTestCases].genericZCLFrameChecks(java.lang.String,org.osgi.service.zigbee.ZCLFrame) | 385 | 0 | 0.0% | [] |
[org.apache.xalan.templates.StylesheetComposed].recomposeTemplates(boolean) | 71 | 0 | 0.0% | [] |
[org.apache.xml.utils.ObjectPool].freeInstance(java.lang.Object) | 31 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter].getDefaultWriteParam(javax.imageio.ImageWriter,java.awt.image.RenderedImage,org.apache.xmlgraphics.image.writer.ImageWriterParams) | 46 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.MessageDestinationRef].equals(java.lang.Object) | 49 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.ajax.JSONPojoConvertor].access$100() | 155 | 0 | 0.0% | [] |
[aQute.lib.io.IO].access$000() | 749 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.ClassWriter].put122(int,int,int) | 267 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.impl.IrritantSet].setAll() | 130 | 0 | 0.0% | [] |
[org.apache.catalina.util.ManifestResource].getAvailableExtensions(java.util.jar.Manifest) | 78 | 0 | 0.0% | [] |
[org.apache.xpath.axes.UnionChildIterator].acceptNode(int) | 31 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.impl.SimpleRange].getMaxOffset(org.w3c.dom.Node) | 220 | 0 | 0.0% | [] |
[aQute.tester.bundle.engine.discovery.BundleSelectorResolver].lambda$static$0(java.lang.String) | 356 | 0 | 0.0% | [] |
[org.apache.tomcat.util.descriptor.DigesterFactory].newDigester(boolean,boolean,org.apache.tomcat.util.digester.RuleSet,boolean) | 64 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.TransformerHandlerImpl].internalEntityDecl(java.lang.String,java.lang.String) | 127 | 0 | 0.0% | [] |
[org.apache.lucene.search.spans.SpanOrQuery].access$000(org.apache.lucene.search.spans.SpanOrQuery) | 108 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.ProxySelectorRoutePlanner].chooseProxy(java.util.List,org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext) | 51 | 0 | 0.0% | [] |
[org.osgi.util.xml.XMLParserActivator].ungetService(org.osgi.framework.Bundle,org.osgi.framework.ServiceRegistration,java.lang.Object) | 116 | 0 | 0.0% | [] |
[net.sf.diffmk.xmldiff.XMLContext].adjustContext() | 40 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.RepositoryXMLReader].readDirectiveElement(javax.xml.stream.XMLStreamReader,java.util.Map) | 101 | 0 | 0.0% | [] |
[net.bytebuddy.build.AccessControllerPlugin].hashCode() | 162 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.CharLiteral].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 42 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.UnsupportedElement].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 45 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFWArray].toPDFString() | 38 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.AFPGraphics2DAdapter].mpt2px(int,int) | 31 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.InputElementFactory].createElementNS(com.gargoylesoftware.htmlunit.SgmlPage,java.lang.String,java.lang.String,org.xml.sax.Attributes,boolean) | 42 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.ConstantPool].resetForAttributeName(char[],int,int) | 691 | 0 | 0.0% | [] |
[org.osgi.impl.service.enocean.basedriver.impl.EnOceanDeviceImpl].toString() | 74 | 0 | 0.0% | [] |
[org.apache.xpath.functions.FunctionMultiArgs].deepEquals(org.apache.xpath.Expression) | 54 | 0 | 0.0% | [] |
[org.apache.coyote.ajp.AjpAprProcessor].recycle(boolean) | 169 | 0 | 0.0% | [] |
[org.apache.catalina.filters.RequestDumperFilter].destroy() | 121 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.PCLPainter].access$500(org.apache.fop.render.pcl.PCLPainter) | 215 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.UrlFetchWebConnection].parseCookies(java.lang.String,java.lang.String) | 98 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.ZapfDingbats].hasChar(char) | 238 | 0 | 0.0% | [] |
[org.apache.catalina.connector.InputBuffer].access$000(org.apache.catalina.connector.InputBuffer) | 172 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ForEach].initializeVariables(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 68 | 0 | 0.0% | [] |
[org.apache.coyote.ajp.AjpAprProtocol].access$400(org.apache.coyote.ajp.AjpAprProtocol) | 37 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.PreloaderBMP].determineSize(javax.imageio.stream.ImageInputStream,org.apache.xmlgraphics.image.loader.ImageContext) | 33 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.ReadLineInputStream].read(byte[],int,int) | 49 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory].getNextIFDOffset() | 208 | 0 | 0.0% | [] |
[org.apache.lucene.index.PositionBasedTermVectorMapper].getFieldToTerms() | 36 | 0 | 0.0% | [] |
[org.apache.http.impl.client.SystemDefaultCredentialsProvider].clear() | 53 | 0 | 0.0% | [] |
[org.slf4j.helpers.BasicMDCAdapter].setContextMap(java.util.Map) | 45 | 0 | 0.0% | [] |
[org.assertj.core.api.recursive.comparison.ComparisonDifference].compareTo(java.lang.Object) | 49 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.extensions.PSExtensionHandler].setObjectBuiltListener(org.apache.fop.util.ContentHandlerFactory$ObjectBuiltListener) | 37 | 0 | 0.0% | [] |
[org.apache.naming.factory.DataSourceLinkFactory].wrapDataSource(java.lang.Object,java.lang.String,java.lang.String) | 48 | 0 | 0.0% | [] |
[org.apache.fop.events.LoggingEventListener].processEvent(org.apache.fop.events.Event) | 34 | 0 | 0.0% | [] |
[org.osgi.impl.service.jdbc.DerbyEmbeddedDataSourceFactory].createDriver(java.util.Properties) | 113 | 0 | 0.0% | [] |
[org.jboss.osgi.resolver.spi.AbstractResourceBuilder].assertResourceCreated() | 225 | 0 | 0.0% | [] |
[org.osgi.test.cases.promise.junit.PromiseTest].lambda$testPromiseSuccess2$0(org.osgi.util.promise.Promise) | 1928 | 0 | 0.0% | [] |
[com.icl.saxon.style.SAXONFunction].call(com.icl.saxon.ParameterSet,com.icl.saxon.Context) | 66 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.filter.FilterTests].logRefList(java.lang.String,org.osgi.framework.ServiceReference[],java.lang.String[]) | 66 | 0 | 0.0% | [] |
[com.icl.saxon.expr.StyleSheetFunctionCall].evaluate(com.icl.saxon.Context) | 56 | 0 | 0.0% | [] |
[org.apache.fop.fo.pagination.bookmarks.Bookmark].getNameId() | 39 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.modules.MbeansDescriptorsSerSource].execute() | 38 | 0 | 0.0% | [] |
[org.restlet.Client].stop() | 44 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.LabeledStatement].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 58 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFProfile].verifyEmbeddedFilesAllowed() | 95 | 0 | 0.0% | [] |
[org.apache.lucene.index.FieldsWriter].addDocument(org.apache.lucene.document.Document) | 111 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.TableRow].getNameId() | 58 | 0 | 0.0% | [] |
[org.osgi.framework.AdminPermission].getProperties() | 258 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.FastHttpDateFormat].updateParseCache(java.lang.String,java.lang.Long) | 71 | 0 | 0.0% | [] |
[org.osgi.test.cases.tr069todmt.junit.TR069ConnectorOperationsTestCase].assertFriendlyToPath(java.lang.String,java.lang.String) | 582 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.MetaNode.MetaData.MetaData].testMetaData073() | 1137 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.Marker].access$000(org.apache.fop.fo.flow.Marker) | 103 | 0 | 0.0% | [] |
[org.restlet.resource.ClientResource].wrap(java.lang.Class) | 326 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFName].outputInline(java.io.OutputStream,java.lang.StringBuilder) | 37 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.ContextEnvironment].equals(java.lang.Object) | 45 | 0 | 0.0% | [] |
[junit.textui.ResultPrinter].startTest(junit.framework.Test) | 54 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.ModuleWriter].putAttributes(net.bytebuddy.jar.asm.ByteVector) | 88 | 0 | 0.0% | [] |
[org.restlet.data.ChallengeResponse].setTimeIssued(long) | 82 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.fa.PersianAnalyzer].reusableTokenStream(java.lang.String,java.io.Reader) | 40 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl].newXMLFilter(javax.xml.transform.Templates) | 130 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.parse.standard.HeaderProblemKind].valueOf(java.lang.String) | 35 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer].getStopWords() | 88 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.permissions.CapabilityPermissionTests].invalidCapabilityPermission(java.lang.String,java.util.Map,org.osgi.framework.Bundle,java.lang.String) | 509 | 0 | 0.0% | [] |
[org.apache.xml.utils.DefaultErrorHandler].printLocation(java.io.PrintWriter,java.lang.Throwable) | 72 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.MethodDeclaration].typeParameters() | 172 | 0 | 0.0% | [] |
[org.apache.fop.render.awt.viewer.PreviewDialogAboutBox].actionPerformed(java.awt.event.ActionEvent) | 45 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ExtraFlags].getExtraFlags(org.eclipse.jdt.internal.compiler.ast.TypeDeclaration) | 41 | 0 | 0.0% | [] |
[org.jboss.osgi.resolver.ResolverMessages_$bundle].validationInvalidRequirement$str() | 95 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo].toStringContent(java.lang.StringBuffer) | 70 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.PSState].reestablish(org.apache.xmlgraphics.ps.PSGenerator) | 69 | 0 | 0.0% | [] |
[org.osgi.test.cases.servlet.junit.ServletContextHelperTestCase].test_140_3_4to5() | 870 | 0 | 0.0% | [] |
[org.osgi.impl.service.zigbee.basedriver.ZCLClusterImpl].createResponseFrame(org.osgi.service.zigbee.ZCLFrame,org.osgi.service.zigbee.descriptions.ZCLCommandDescription) | 184 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.IntegerCache].toString() | 64 | 0 | 0.0% | [] |
[org.osgi.framework.PackagePermission].getProperties() | 223 | 0 | 0.0% | [] |
[aQute.libg.glob.Glob].matches(java.lang.CharSequence) | 140 | 0 | 0.0% | [] |
[com.icl.saxon.output.XMLEmitter].setUnparsedEntity(java.lang.String,java.lang.String) | 236 | 0 | 0.0% | [] |
[org.restlet.representation.DigesterRepresentation].write(java.io.Writer) | 59 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.FieldBinding].sourceField() | 182 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.FoUnitsConverter].convertMptToTwips(int) | 42 | 0 | 0.0% | [] |
[org.osgi.impl.service.zigbee.basedriver.ZigBeeHostImpl].createEvent(org.osgi.impl.service.zigbee.basedriver.RegistratonInfo,java.lang.Object) | 261 | 0 | 0.0% | [] |
[org.apache.catalina.util.RequestUtil].parseParameters(java.util.Map,byte[],java.lang.String) | 112 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.ObjectArray].append(java.lang.Object) | 53 | 0 | 0.0% | [] |
[org.apache.fop.area.inline.TextArea].makeLevels(int,int) | 57 | 0 | 0.0% | [] |
[com.nwalsh.saxon.NumberLinesEmitter].skipThisElement(int) | 107 | 0 | 0.0% | [] |
[com.nwalsh.saxon.Table].correctRoundingError(java.lang.String[]) | 182 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.ssdp.DeviceExporter].makeNotifyMessage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) | 340 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.IncludePageOverlay].writeToStream(java.io.OutputStream) | 39 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFEncryptionParams].setEncryptionLengthInBits(int) | 71 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.CreateLeafNode].testCreateLeafNode006() | 94 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.Activator].registerJNDIProviderAdmin() | 71 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter].decomposeInternal(org.apache.lucene.analysis.Token) | 46 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.MultiValueMap].class$(java.lang.String) | 114 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.Keep].toString() | 43 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.LeaderLayoutManager].reset() | 163 | 0 | 0.0% | [] |
[org.apache.fop.render.awt.viewer.GoToPageDialog].access$100(org.apache.fop.render.awt.viewer.GoToPageDialog,java.awt.event.ActionEvent) | 38 | 0 | 0.0% | [] |
[org.apache.fop.fonts.SingleByteFont].getTrueTypePostScriptVersion() | 144 | 0 | 0.0% | [] |
[org.apache.catalina.filters.ExpiresFilter].toString() | 447 | 0 | 0.0% | [] |
[aQute.junit.BasicTestReport].getTestResult() | 91 | 0 | 0.0% | [] |
[org.apache.fop.cli.Main].startFOP(java.lang.String[]) | 81 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.AFPRendererConfigurator].setupFontInfo(org.apache.fop.render.intermediate.IFDocumentHandler,org.apache.fop.fonts.FontInfo) | 246 | 0 | 0.0% | [] |
[com.icl.saxon.sql.SQLInsert].process(com.icl.saxon.Context) | 48 | 0 | 0.0% | [] |
[org.apache.naming.ContextBindings].isClassLoaderBound() | 83 | 0 | 0.0% | [] |
[org.apache.fop.apps.FopFactory].getColorSpaceCache() | 148 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.ELFunctionMapper].access$008(org.apache.jasper.compiler.ELFunctionMapper) | 131 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.event.Processor].genaNotify() | 38 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.model.AnnotationValueImpl].toString() | 100 | 0 | 0.0% | [] |
[org.osgi.impl.service.rest.client.DTOReflector].getBundlePathFromId(java.lang.Long) | 169 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardHostValve].findErrorPage(org.apache.catalina.Context,java.lang.Throwable) | 163 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.dispatcher.Plugin].invokeMountPointsCallback(java.util.List,boolean) | 141 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.event.RequestProcessor].setErrorMessage(java.lang.String) | 102 | 0 | 0.0% | [] |
[org.apache.xml.serializer.ElemContext].push(java.lang.String,java.lang.String,java.lang.String) | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.jpa.junit.JPATestCase].waitForService(java.lang.Class) | 182 | 0 | 0.0% | [] |
[org.apache.fop.hyphenation.HyphenationTree].printStats() | 251 | 0 | 0.0% | [] |
[org.apache.fop.area.AreaTreeParser].access$3100() | 652 | 0 | 0.0% | [] |
[org.osgi.service.wireadmin.WirePermission].readObject(java.io.ObjectInputStream) | 145 | 0 | 0.0% | [] |
[org.restlet.data.CacheDirective].setValue(java.lang.Object) | 60 | 0 | 0.0% | [] |
[org.osgi.service.zigbee.types.ZigBeeDefaultSerializer].swap(byte[]) | 340 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.scripts.GujaratiScriptProcessor].hasN(int) | 170 | 0 | 0.0% | [] |
[aQute.lib.json.CollectionHandler].decodeArray(aQute.lib.json.Decoder) | 43 | 0 | 0.0% | [] |
[org.apache.http.impl.client.AutoRetryHttpClient].getParams() | 48 | 0 | 0.0% | [] |
[aQute.lib.hex.Hex].append(java.lang.Appendable,long) | 124 | 0 | 0.0% | [] |
[org.apache.http.impl.client.BasicAuthCache].toString() | 53 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtData.DmtData].testDmtData018() | 233 | 0 | 0.0% | [] |
[org.osgi.test.cases.serviceloader.junit.ServiceLoaderTest].testServiceFactory() | 147 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ParentPattern].toString() | 50 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.VariableBase].translateValue(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 88 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.NioEndpoint].access$100() | 880 | 0 | 0.0% | [] |
[org.apache.commons.lang3.BooleanUtils].xor(java.lang.Boolean[]) | 187 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.PDFDocumentHandler].getStructureTreeEventHandler() | 116 | 0 | 0.0% | [] |
[org.restlet.engine.local.ZipEntryEntity].isNormal() | 39 | 0 | 0.0% | [] |
[org.junit.rules.ExpectedException].access$100(org.junit.rules.ExpectedException) | 40 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.DefaultClientConnectionOperator].resolveHostname(java.lang.String) | 73 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ValueOf].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 48 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.Compiler].resolve(org.eclipse.jdt.internal.compiler.env.ICompilationUnit,boolean,boolean,boolean) | 418 | 0 | 0.0% | [] |
[org.osgi.service.useradmin.UserAdminPermission].toString() | 162 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 76 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.model.TypesImpl].$SWITCH_TABLE$javax$lang$model$element$ElementKind() | 207 | 0 | 0.0% | [] |
[org.apache.fop.afp.AFPResourceLevel].hashCode() | 37 | 0 | 0.0% | [] |
[org.apache.naming.resources.WARDirContext].list(org.apache.naming.resources.WARDirContext$Entry) | 186 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor].heartbeat() | 61 | 0 | 0.0% | [] |
[org.osgi.impl.service.onem2m.protocol.service.CseService].symbolicNameByAeName(java.lang.String) | 254 | 0 | 0.0% | [] |
[org.apache.coyote.http11.upgrade.NioServletInputStream].fillReadBuffer(boolean) | 55 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.io.PathReference].touch() | 118 | 0 | 0.0% | [] |
[org.apache.http.impl.auth.NTLMEngineImpl].access$1700(java.lang.String) | 654 | 0 | 0.0% | [] |
[com.icl.saxon.expr.NodeSetExtent].access$300(com.icl.saxon.expr.NodeSetExtent) | 107 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.PooledBuffers].toString() | 43 | 0 | 0.0% | [] |
[org.apache.xalan.templates.StylesheetRoot].access$000(org.apache.xalan.templates.StylesheetRoot) | 259 | 0 | 0.0% | [] |
[aQute.remote.agent.Activator].access$000(aQute.remote.agent.Activator) | 49 | 0 | 0.0% | [] |
[org.osgi.util.converter.ConverterImpl].newConverterBuilder() | 128 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.CharArrayCache].toString() | 81 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.Util].isValidQNames(java.lang.String) | 67 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.functions.data.AlarmDataTest].checkAlarmDataFields(long,java.util.Map,int,int,org.osgi.service.dal.functions.data.AlarmData) | 132 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.GetChildNodeNames].testGetChildNodeNames002() | 31 | 0 | 0.0% | [] |
[org.apache.commons.codec.binary.BaseNCodecInputStream].skip(long) | 47 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.rfc141.TestBug1670_NewDmtDataTypes].checkIntConstant(java.lang.Class,java.lang.String,int) | 53 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.ext.junit.ScaffoldNodeTest].assertThrownDmtException(org.osgi.service.dmt.DmtException,int,java.lang.String) | 354 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.ExternalGraphic].getIntrinsicAlignmentAdjust() | 39 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtPrincipalPermission.DmtPrincipalPermission].testDmtPrincipalPermission011() | 107 | 0 | 0.0% | [] |
[org.restlet.engine.application.StrictConneg].scoreVariant(org.restlet.representation.Variant) | 93 | 0 | 0.0% | [] |
[org.ccil.cowan.tagsoup.AttributesImpl].badIndex(int) | 133 | 0 | 0.0% | [] |
[org.apache.naming.factory.ResourceFactory].getObjectInstance(java.lang.Object,javax.naming.Name,javax.naming.Context,java.util.Hashtable) | 52 | 0 | 0.0% | [] |
[junit.framework.JUnit4TestAdapter].order(org.junit.runner.manipulation.Orderer) | 31 | 0 | 0.0% | [] |
[org.apache.naming.resources.ResourceAttributes].isCaseIgnored() | 371 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.StackMapFrameCodeStream].resetSecretLocals() | 303 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.Item].isEqualTo(org.eclipse.persistence.internal.libraries.asm.Item) | 55 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.commons.MethodRemapper].createAnnotationRemapper(java.lang.String,net.bytebuddy.jar.asm.AnnotationVisitor) | 90 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.proxy.EMFServiceProxyHandler].createEMF(java.util.Map) | 43 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.TryStatement].verifyDuplicationAndOrder(int,org.eclipse.jdt.internal.compiler.lookup.TypeBinding[],boolean) | 736 | 0 | 0.0% | [] |
[org.apache.commons.collections.comparators.FixedOrderComparator].compare(java.lang.Object,java.lang.Object) | 53 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.CookieSupport].alreadyQuoted(java.lang.String) | 61 | 0 | 0.0% | [] |
[org.osgi.test.cases.servlet.junit.AuthenticationTestCase].test_exceptionFromServlet() | 75 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.HeuristicTest].testHE062() | 193 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.OSGiURLParser].parseURLData(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.scripts.DevanagariScriptProcessor].hasN(int) | 170 | 0 | 0.0% | [] |
[org.apache.fop.svg.PDFTranscoder].createBridgeContext(java.lang.String) | 54 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemChoose].canAcceptVariables() | 45 | 0 | 0.0% | [] |
[org.osgi.test.cases.pushstream.junit.PushStreamIntermediateOperationTest].lambda$testTestingTools$0(org.osgi.util.pushstream.PushEvent) | 916 | 0 | 0.0% | [] |
[org.apache.jasper.EmbeddedServletOptions].getJspIdleTimeout() | 250 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSImageHandlerRawCCITTFax].isCompatible(org.apache.fop.render.RenderingContext,org.apache.xmlgraphics.image.loader.Image) | 31 | 0 | 0.0% | [] |
[org.apache.xalan.processor.ProcessorKey].setPropertiesFromAttributes(org.apache.xalan.processor.StylesheetHandler,java.lang.String,org.xml.sax.Attributes,org.apache.xalan.templates.ElemTemplateElement) | 33 | 0 | 0.0% | [] |
[org.apache.commons.io.input.NullReader].doEndOfFile() | 63 | 0 | 0.0% | [] |
[org.apache.lucene.search.WildcardTermEnum].wildcardEquals(java.lang.String,int,java.lang.String,int) | 55 | 0 | 0.0% | [] |
[org.assertj.core.api.Byte2DArrayAssert].isDeepEqualTo(java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.SQLErrorDocument].createExpandedNameTable() | 59 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.common.SynchronizedCollection].toArray(java.lang.Object[]) | 62 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.tests.TestServiceIntegration].testServiceNameProperty() | 161 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ThrowStatement].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 35 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.CallParamRule].toString() | 52 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.SQLDocument].checkWarnings() | 251 | 0 | 0.0% | [] |
[org.apache.fop.util.ColorExt].toFunctionCall() | 69 | 0 | 0.0% | [] |
[org.osgi.test.cases.servlet.junit.ListenerTestCase].test_140_7_HttpSessionIdListener() | 226 | 0 | 0.0% | [] |
[org.apache.commons.collections.ExtendedProperties].access$000(java.lang.String) | 55 | 0 | 0.0% | [] |
[org.apache.commons.collections.ExtendedProperties].endsWithSlash(java.lang.String) | 408 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.parse.standard.HeaderProblem].isSeverity(org.eclipse.virgo.util.osgi.manifest.parse.standard.Severity) | 34 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.runtime.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ArrayInitializer].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 133 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.basedriver.UPnPBaseDriver].removeDevice(java.lang.String) | 148 | 0 | 0.0% | [] |
[com.nwalsh.saxon.UnwrapLinksEmitter].tryAgain() | 81 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.DoubleCache].toString() | 63 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.internal.EventManager].isEventAdminAvailable() | 53 | 0 | 0.0% | [] |
[aQute.launcher.plugin.ProjectLauncherImpl].lambda$getConstants$0() | 301 | 0 | 0.0% | [] |
[org.assertj.core.api.AtomicLongAssert].usingDefaultComparator() | 53 | 0 | 0.0% | [] |
[org.apache.bcel.util.InstructionFinder].pattern2string(java.lang.String,boolean) | 139 | 0 | 0.0% | [] |
[com.nexwave.nquindexer.SaxHTMLIndex].cleanBuffer(java.lang.StringBuffer) | 154 | 0 | 0.0% | [] |
[org.slf4j.helpers.NOPLogger].error(java.lang.String,java.lang.Throwable) | 34 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.TextOptimizer].concatenate(org.apache.jasper.compiler.Compiler,org.apache.jasper.compiler.Node$Nodes) | 35 | 0 | 0.0% | [] |
[org.apache.xml.serializer.ToHTMLStream].initToHTMLStream() | 704 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation].resolveType(org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 43 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.PageDataImpl].getInputStream() | 280 | 0 | 0.0% | [] |
[org.apache.avalon.framework.configuration.DefaultConfiguration].hashCode() | 181 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.TransformedMap].putAll(java.util.Map) | 39 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.PCLGraphics2D].getFontMetrics(java.awt.Font) | 263 | 0 | 0.0% | [] |
[org.osgi.impl.bundle.component.annotations.References].unbindTarget(java.util.EventListener,java.util.Map) | 57 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.InlineKnuthSequence].addALetterSpace() | 36 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.tb7.Activator].createTracker(org.osgi.framework.BundleContext,org.osgi.service.remoteserviceadmin.EndpointEvent) | 97 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.functions.WakeUpTest].getWakeUpInterval(org.osgi.service.dal.functions.WakeUp) | 32 | 0 | 0.0% | [] |
[org.apache.commons.lang3.event.EventListenerSupport].access$000(org.apache.commons.lang3.event.EventListenerSupport) | 49 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.BooleanType].class$(java.lang.String) | 54 | 0 | 0.0% | [] |
[org.apache.xml.utils.NamespaceSupport2].getDeclaredPrefixes() | 143 | 0 | 0.0% | [] |
[org.osgi.test.cases.cdi.junit.Test152_3_1_1].lambda$prototypeFactory$0(java.util.concurrent.atomic.AtomicReference,java.lang.Object[]) | 831 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.tb1.ReadWriteDS].findNode(java.lang.String[]) | 46 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.ClonerToResultTree].cloneToResultTree(int,int,org.apache.xml.dtm.DTM,org.apache.xml.serializer.SerializationHandler,boolean) | 31 | 0 | 0.0% | [] |
[org.osgi.impl.service.resourcemonitoring.ResourceMonitoringServiceImpl].modifiedService(org.osgi.framework.ServiceReference,java.lang.Object) | 141 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlArea].getDefaultStyleDisplay() | 69 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.UnionIterator].reset() | 97 | 0 | 0.0% | [] |
[com.oracle.gemini.jpa.xml.PersistenceDescriptorHandler].contentFromChars(char[],int,int) | 53 | 0 | 0.0% | [] |
[org.osgi.impl.service.residentialmanagement.plugins.FiltersMetaNode].getExtensionProperty(java.lang.String) | 65 | 0 | 0.0% | [] |
[org.apache.tomcat.util.threads.LimitLatch].access$200(org.apache.tomcat.util.threads.LimitLatch) | 36 | 0 | 0.0% | [] |
[net.bytebuddy.asm.MemberRemoval].hashCode() | 33 | 0 | 0.0% | [] |
[org.apache.lucene.search.FuzzyTermEnum].close() | 64 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.batch.FileSystem].isPackage(char[][],char[]) | 196 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.BundleManifestHeadersTest].createOptions(java.lang.String,java.lang.String,java.lang.String,java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String) | 152 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.SimpleSetOfCharArray].toString() | 73 | 0 | 0.0% | [] |
[org.apache.commons.io.FileCleaner].exitWhenFinished() | 33 | 0 | 0.0% | [] |
[org.apache.http.util.ByteArrayBuffer].indexOf(byte) | 79 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.xml.ASMContentHandler].access$0(org.eclipse.persistence.internal.libraries.asm.xml.ASMContentHandler) | 471 | 0 | 0.0% | [] |
[org.apache.catalina.util.MIME2Java].reverse(java.lang.String) | 78 | 0 | 0.0% | [] |
[org.osgi.test.cases.tr069todmt.junit.TR069ConnectorDmtToTR069TestCase].toHex(byte[]) | 205 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.StackMap].getMapLength() | 34 | 0 | 0.0% | [] |
[org.apache.xpath.axes.WalkerFactory].getStepCount(int) | 539 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.xmp.XMPSchemaAdapter].getDateArray(java.lang.String) | 161 | 0 | 0.0% | [] |
[org.apache.commons.lang3.exception.ExceptionUtils].getRootCauseMessage(java.lang.Throwable) | 143 | 0 | 0.0% | [] |
[org.apache.juli.logging.DirectJDKLog].getInstance(java.lang.String) | 61 | 0 | 0.0% | [] |
[org.apache.commons.collections.collection.SynchronizedCollection].toString() | 48 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.png.PNGChunk].skipChunk(java.io.DataInputStream) | 72 | 0 | 0.0% | [] |
[org.osgi.impl.service.residentialmanagement.plugins.FiltersReadWriteSession].setNodeTitle(java.lang.String[],java.lang.String) | 92 | 0 | 0.0% | [] |
[com.icl.saxon.expr.FunctionProxy].class$(java.lang.String) | 311 | 0 | 0.0% | [] |
[org.apache.http.conn.ssl.DefaultHostnameVerifier].normaliseAddress(java.lang.String) | 130 | 0 | 0.0% | [] |
[com.icl.saxon.tree.DocumentImpl].setXmlVersion(java.lang.String) | 130 | 0 | 0.0% | [] |
[org.osgi.impl.service.enocean.utils.teststep.TestStepForEnOceanImpl].execute(java.lang.String,java.lang.String) | 44 | 0 | 0.0% | [] |
[org.apache.catalina.servlets.CGIServlet].access$600(org.apache.catalina.servlets.CGIServlet) | 626 | 0 | 0.0% | [] |
[org.jboss.osgi.resolver.spi.ResolverHookProcessor].access$300(org.jboss.osgi.resolver.spi.ResolverHookProcessor) | 154 | 0 | 0.0% | [] |
[org.osgi.impl.service.tr069todmt.Node].can(int) | 56 | 0 | 0.0% | [] |
[org.apache.el.MethodExpressionImpl].isParmetersProvided() | 37 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.CaptureBinding].toString() | 202 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTable].getBorderAttributes() | 68 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.structurals.InstConstraintVisitor].visitTABLESWITCH(org.apache.bcel.generic.TABLESWITCH) | 983 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.MessageDestination].equals(java.lang.Object) | 59 | 0 | 0.0% | [] |
[org.apache.fop.hyphenation.ByteVector].trimToSize() | 40 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtPermission.Equals].testEquals005() | 38 | 0 | 0.0% | [] |
[com.icl.saxon.output.ContentHandlerProxy].getColumnNumber() | 81 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.PersistenceUnitBundleUtil].persistenceUnitInfoFromXmlFiles(java.util.List) | 56 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.secure.junit.SecurityTestCase].getCallable() | 86 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.ext.junit.DataPluginMountPointTest].testMountPluginCallbackPattern14() | 644 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.TemplatesImpl].setStylesheetDOM(org.apache.xalan.xsltc.DOM) | 98 | 0 | 0.0% | [] |
[org.apache.bcel.generic.InstructionFactory].getConstantPool() | 212 | 0 | 0.0% | [] |
[org.apache.commons.collections.MultiHashMap].createCollection(java.util.Collection) | 140 | 0 | 0.0% | [] |
[org.apache.commons.lang3.time.FastDateParser].access$300(org.apache.commons.lang3.time.FastDateParser,int) | 239 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.RecoveredMethod].attach(org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation[],int,int,int) | 347 | 0 | 0.0% | [] |
[org.osgi.test.cases.coordinator.junit.CoordinationPermissionTests].invalidCoordinationPermission(java.lang.String,org.osgi.framework.Bundle,java.lang.String) | 573 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.LogPlugin.Splitter].split(java.lang.String,char,int) | 33 | 0 | 0.0% | [] |
[com.icl.saxon.exslt.Date].secondInMinute() | 128 | 0 | 0.0% | [] |
[org.assertj.core.api.Object2DArrayAssert].isDeepEqualTo(java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.restlet.engine.header.CookieWriter].append(java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.TimesRoman].hasChar(char) | 1062 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.TomcatConfigLocator].lookupConfigInBundle(org.osgi.framework.Bundle) | 53 | 0 | 0.0% | [] |
[org.osgi.test.cases.converter.felix.ConverterCollectionsTest].testLiveBackingSet5() | 380 | 0 | 0.0% | [] |
[org.osgi.service.dal.functions.data.LevelData].toString() | 41 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.ImageRawJPEGAdapter].getFilterHint() | 52 | 0 | 0.0% | [] |
[org.osgi.impl.service.zigbee.basedriver.configuration.ConfigurationFileReader].parserError(java.lang.String) | 163 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 130 | 0 | 0.0% | [] |
[org.restlet.ext.xml.XmlWriter].writeNSDecls() | 273 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate].widenTo(net.bytebuddy.description.type.TypeDefinition) | 74 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFFactory].makeAnnotList() | 552 | 0 | 0.0% | [] |
[com.oracle.gemini.jpa.GeminiUtil].stringBundleEventFromInt(int) | 89 | 0 | 0.0% | [] |
[org.osgi.test.cases.event.junit.EventAdminTests].testEventDeliveryForWildcardTopic2() | 292 | 0 | 0.0% | [] |
[org.apache.lucene.search.BooleanScorer].toString() | 131 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermVectorsTermsWriterPerField].skippingLongTerm() | 121 | 0 | 0.0% | [] |
[org.restlet.engine.adapter.ServerAdapter].toRequest(org.restlet.engine.adapter.ServerCall) | 82 | 0 | 0.0% | [] |
[org.restlet.engine.util.InternetDateFormat].toString() | 111 | 0 | 0.0% | [] |
[org.osgi.test.cases.bundle.annotations.junit.RequirementAnnotationsTestClass].testOverriding() | 110 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSImageHandlerRenderedImage].isCompatible(org.apache.fop.render.RenderingContext,org.apache.xmlgraphics.image.loader.Image) | 31 | 0 | 0.0% | [] |
[org.apache.fop.afp.ioca.ImageRasterPattern].getRasterData(int) | 59 | 0 | 0.0% | [] |
[org.apache.el.lang.ELSupport].isStringFloat(java.lang.String) | 203 | 0 | 0.0% | [] |
[org.apache.tomcat.util.buf.Utf8Decoder].decodeHasArray(java.nio.ByteBuffer,java.nio.CharBuffer) | 138 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.tb1.nodes.Restart].getMetaNode() | 36 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.XmlSerializer].createFile(java.lang.String,java.lang.String) | 139 | 0 | 0.0% | [] |
[org.apache.commons.io.monitor.FileAlterationMonitor].run() | 54 | 0 | 0.0% | [] |
[org.restlet.data.CookieSetting].toString() | 42 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.parser.manifest.internal.RecoveringManifestLexer].processNewlines(boolean) | 218 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.dynpkgimport.DynPkgImportTests].frameworkEvent(org.osgi.framework.FrameworkEvent) | 131 | 0 | 0.0% | [] |
[org.assertj.core.internal.DeepDifference].hasCustomHashCode(java.lang.Class) | 297 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.internal.MapUpdatingList].set(int,java.lang.Object) | 42 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.TreeStructure.Log].testLog013() | 218 | 0 | 0.0% | [] |
[org.apache.xml.utils.SystemIDResolver].getAbsoluteURI(java.lang.String,java.lang.String) | 73 | 0 | 0.0% | [] |
[org.junit.internal.management.ReflectiveThreadMXBean].isThreadCpuTimeSupported() | 37 | 0 | 0.0% | [] |
[org.apache.fop.afp.util.BinaryUtils].shortToByteArray(short) | 40 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Activators.EventHandlerImpl].getSessionId() | 111 | 0 | 0.0% | [] |
[org.apache.lucene.index.ByteBlockPool].allocSlice(byte[],int) | 55 | 0 | 0.0% | [] |
[org.osgi.test.cases.metatype.junit.CapabilitiesTestCase].testServiceCapability() | 63 | 0 | 0.0% | [] |
[aQute.lib.json.Decoder].inflate() | 68 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.PDFContentGenerator].access$000(org.apache.fop.render.pdf.PDFContentGenerator) | 122 | 0 | 0.0% | [] |
[org.osgi.test.cases.coordinator.junit.ReverseParticipantOrderNotifyTest].assertReverseParticipationOrder(java.util.List,java.util.List) | 31 | 0 | 0.0% | [] |
[org.restlet.engine.connector.Connection].updateState() | 186 | 0 | 0.0% | [] |
[org.apache.http.impl.io.ChunkedOutputStream].close() | 55 | 0 | 0.0% | [] |
[aQute.libg.qtokens.QuotedTokenizer].lambda$getTokens$0(int) | 135 | 0 | 0.0% | [] |
[org.apache.http.impl.client.AuthenticationStrategyAdaptor].getHandler() | 50 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.RelationalExpr].toString() | 115 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.NioChannel].checkInterruptStatus() | 51 | 0 | 0.0% | [] |
[junit.textui.TestRunner].setPrinter(junit.textui.ResultPrinter) | 76 | 0 | 0.0% | [] |
[org.apache.tomcat.util.DomUtil].access$000() | 102 | 0 | 0.0% | [] |
[org.apache.lucene.index.FormatPostingsPositionsWriter].close() | 36 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.StaticBucketMap].access$800(org.apache.commons.collections.map.StaticBucketMap,java.lang.Object) | 221 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Step].toString() | 169 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.MBeanFactory].removeValve(java.lang.String) | 310 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.secure.RemoteServiceAdminSecureTest].testNoPermissions() | 74 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSStyleRuleImpl].hashCode() | 56 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.Wrapper].isDelimitedTextRangeBoundary(int) | 36 | 0 | 0.0% | [] |
[org.apache.xpath.objects.XString].callVisitors(org.apache.xpath.ExpressionOwner,org.apache.xpath.XPathVisitor) | 138 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.MemoryUserDatabaseMBean].removeUser(java.lang.String) | 124 | 0 | 0.0% | [] |
[org.apache.http.message.BasicHeaderValueFormatter].isUnsafe(char) | 105 | 0 | 0.0% | [] |
[org.apache.fop.fo.expr.RGBNamedColorFunction].eval(org.apache.fop.fo.properties.Property[],org.apache.fop.fo.expr.PropertyInfo) | 35 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Mode].isNamespaceName(java.lang.String) | 610 | 0 | 0.0% | [] |
[org.apache.http.impl.client.HttpRequestTaskCallable].cancel() | 39 | 0 | 0.0% | [] |
[org.apache.fop.afp.parser.UnparsedStructuredField].writeTo(java.io.OutputStream) | 122 | 0 | 0.0% | [] |
[org.hamcrest.beans.SamePropertyValuesAs].access$000(java.lang.reflect.Method,java.lang.Object) | 61 | 0 | 0.0% | [] |
[org.apache.catalina.security.SecurityListener].checkUmask() | 58 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.ConstraintExpressionFormula].toString() | 303 | 0 | 0.0% | [] |
[org.apache.catalina.ssi.SSIServlet].processSSI(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.net.URL) | 75 | 0 | 0.0% | [] |
[org.apache.lucene.search.DisjunctionMaxQuery].access$100(org.apache.lucene.search.DisjunctionMaxQuery) | 105 | 0 | 0.0% | [] |
[net.bytebuddy.dynamic.Nexus].toString() | 35 | 0 | 0.0% | [] |
[org.apache.fop.fo.pagination.Root].getLocale() | 96 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.jpa.control.TransactionTxControl].finish(boolean) | 123 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.ImageEncoderPNG].getImplicitFilter() | 35 | 0 | 0.0% | [] |
[org.osgi.test.cases.tracker.junit.BundleTrackerTests].testModified() | 456 | 0 | 0.0% | [] |
[org.apache.catalina.loader.VirtualWebappLoader].startInternal() | 53 | 0 | 0.0% | [] |
[org.apache.fop.hyphenation.TernaryTree].printStats() | 276 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.server.UriTemplate].getSegments() | 58 | 0 | 0.0% | [] |
[org.restlet.engine.io.BufferingRepresentation].write(java.io.Writer) | 48 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.bm.Rule].access$300(java.lang.CharSequence,char) | 228 | 0 | 0.0% | [] |
[net.sf.cglib.core.EmitUtils].access$900(net.sf.cglib.core.CodeEmitter,java.util.List,net.sf.cglib.core.ObjectSwitchCallback,net.sf.cglib.core.EmitUtils$ParameterTyper,net.sf.cglib.asm.Label,net.sf.cglib.asm.Label,java.util.BitSet) | 541 | 0 | 0.0% | [] |
[org.apache.catalina.util.ExtensionValidator].addFolderList(java.lang.String) | 166 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.control.SOAPParser].controlResOKParse(java.lang.String) | 39 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.DefaultMethodCall].hashCode() | 54 | 0 | 0.0% | [] |
[org.apache.xpath.compiler.OpMap].getStepLocalName(int) | 78 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemValueOf].callChildVisitors(org.apache.xalan.templates.XSLTVisitor,boolean) | 52 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.QName].toHashString() | 40 | 0 | 0.0% | [] |
[org.apache.catalina.startup.Embedded].setSecurityProtection() | 272 | 0 | 0.0% | [] |
[org.apache.catalina.ha.session.DeltaRequest].serialize() | 177 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.MsgMgr].error(javax.xml.transform.SourceLocator,org.w3c.dom.Node,org.w3c.dom.Node,java.lang.String,java.lang.Object[]) | 42 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFMetadata].updateInfoFromMetadata(org.apache.xmlgraphics.xmp.Metadata,org.apache.fop.pdf.PDFInfo) | 86 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.spi.MavenIdentityRepository].access$000(java.lang.String) | 65 | 0 | 0.0% | [] |
[org.apache.bcel.util.AttributeHTML].writeAttribute(org.apache.bcel.classfile.Attribute,java.lang.String,int) | 83 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.TemplatesHandlerImpl].setDocumentLocator(org.xml.sax.Locator) | 86 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.tb8.Activator].verifyBasicEndpointDescriptionProperties(org.osgi.service.remoteserviceadmin.EndpointDescription) | 119 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.secure.tests.TestJNDISecurity].testSecureGetObjectInstanceWithBuilder() | 97 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.russianStemmer].hashCode() | 197 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.JspContextWrapper].getELContext() | 157 | 0 | 0.0% | [] |
[org.apache.xml.utils.SuballocatedByteVector].lastIndexOf(byte) | 169 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.DefaultHttpResponseParser].reject(org.apache.http.util.CharArrayBuffer,int) | 32 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.server.WsServerContainer].validateEncoders(java.lang.Class[]) | 194 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.TextAttributesConverter].convertFOPColorToRTF(java.awt.Color) | 188 | 0 | 0.0% | [] |
[com.icl.saxon.aelfred.SAXDriver].getColumnNumber() | 402 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.bidi.InlineRun].makeLevels(int,int) | 139 | 0 | 0.0% | [] |
[org.osgi.test.cases.device.tbc.selectors.DriverLoadingTestSelector1].log(java.lang.String) | 31 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.LoopingListIterator].size() | 42 | 0 | 0.0% | [] |
[org.osgi.test.cases.zigbee.mock.ZCLEventListenerImpl].getStreamQueue() | 33 | 0 | 0.0% | [] |
[org.osgi.util.promise.Promises].all(org.osgi.util.promise.Promise[]) | 32 | 0 | 0.0% | [] |
[org.apache.fop.afp.AFPResourceInfo].hashCode() | 36 | 0 | 0.0% | [] |
[org.apache.catalina.security.SecurityClassLoad].loadTomcatPackage(java.lang.ClassLoader) | 110 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.MetaNode.MetaData.TestPluginMetaData].nodeChanged(java.lang.String[]) | 55 | 0 | 0.0% | [] |
[org.apache.lucene.index.DefaultSkipListReader].readSkipData(int,org.apache.lucene.store.IndexInput) | 35 | 0 | 0.0% | [] |
[org.apache.jasper.tagplugins.jstl.core.Url].doTag(org.apache.jasper.compiler.tagplugin.TagPluginContext) | 40 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.SiblingDomNodeList].access$000(com.gargoylesoftware.htmlunit.html.SiblingDomNodeList) | 42 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.BundleVersionTest].testBundleVersionError002() | 66 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.ImageManager].choosePipeline(org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline[]) | 93 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.commons.io.ByteOrderMark].toString() | 46 | 0 | 0.0% | [] |
[com.icl.saxon.expr.FragmentValue].access$1100() | 131 | 0 | 0.0% | [] |
[org.restlet.data.Reference].updateIndexes() | 799 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.AttributeValueTemplate].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 99 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.util.ImageUtil].needPageIndexFromURI(java.lang.String) | 136 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.io.Base64EncodeStream].encodeFromArray(byte[],int,int) | 91 | 0 | 0.0% | [] |
[org.apache.catalina.loader.WebappClassLoader].deleteDir(java.io.File) | 1369 | 0 | 0.0% | [] |
[org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener].accept(org.apache.catalina.ha.ClusterMessage) | 46 | 0 | 0.0% | [] |
[org.osgi.test.cases.configurator.secure.junit.ConfiguratorSecurityTestCase].waitForConfiguration(org.osgi.util.promise.Deferred) | 51 | 0 | 0.0% | [] |
[org.apache.http.client.config.RequestConfig].copy(org.apache.http.client.config.RequestConfig) | 106 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.TransformSnapshotImpl].apply(org.apache.xalan.transformer.TransformerImpl) | 40 | 0 | 0.0% | [] |
[org.assertj.core.internal.FloatArrays].assertContainsAnyOf(org.assertj.core.api.AssertionInfo,float[],float[]) | 67 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.HelveticaBold].hasChar(char) | 896 | 0 | 0.0% | [] |
[org.assertj.core.api.Java6BDDAssertions].thenObject(java.lang.Object) | 78 | 0 | 0.0% | [] |
[com.icl.saxon.output.XMLIndenter].indent() | 65 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.FlowList].copyAndRedirect(org.apache.bcel.generic.InstructionList,org.apache.bcel.generic.InstructionList) | 42 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.ObjectArrayIterator].reset() | 41 | 0 | 0.0% | [] |
[org.osgi.test.cases.metatype.junit.AdMinOnlyTest].tearDown() | 53 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer].isEmpty() | 74 | 0 | 0.0% | [] |
[org.apache.xalan.processor.ProcessorInclude].processSource(org.apache.xalan.processor.StylesheetHandler,javax.xml.transform.Source) | 65 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.BuilderUtils].getBundleContextFromClassLoader(java.lang.ClassLoader) | 64 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSFontFaceRuleImpl].toString() | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.DeviceTest].lambda$getDevices$0(org.osgi.framework.BundleContext,org.osgi.framework.ServiceReference) | 93 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ConditionalExpression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 457 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.device.description.DeviceServlet].servicePrivileged(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) | 305 | 0 | 0.0% | [] |
[org.apache.http.ssl.SSLContextBuilder].build() | 108 | 0 | 0.0% | [] |
[org.apache.jasper.xmlparser.ParserUtils].convert(org.apache.jasper.xmlparser.TreeNode,org.w3c.dom.Node) | 72 | 0 | 0.0% | [] |
[org.apache.lucene.store.RAMOutputStream].sizeInBytes() | 70 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.SAXImpl].access$401(org.apache.xalan.xsltc.dom.SAXImpl,int) | 578 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.LongLiteral].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 82 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.AFPSVGHandler].paintAsBitmap() | 74 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.ConfigurationPlugin.ConfigMetaNode].getExtensionProperty(java.lang.String) | 74 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlImage].access$000() | 142 | 0 | 0.0% | [] |
[org.apache.commons.io.monitor.FileAlterationObserver].toString() | 119 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Uri.ToPath].testToPath003() | 37 | 0 | 0.0% | [] |
[org.apache.el.parser.ELParserTokenManager].jjCheckNAddStates(int,int) | 732 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtException.PrintStackTrace].testPrintStackTrace002() | 36 | 0 | 0.0% | [] |
[org.osgi.test.cases.repository.junit.Respository1_1Test].getRepo() | 207 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.wiring.BundleWiringTests].testDynamicImportPackage() | 1124 | 0 | 0.0% | [] |
[org.apache.coyote.http11.Http11AprProcessor].getOutputBuffer() | 198 | 0 | 0.0% | [] |
[org.apache.catalina.ha.deploy.FileMessage].getContextName() | 31 | 0 | 0.0% | [] |
[org.apache.commons.io.FilenameUtils].splitOnTokens(java.lang.String) | 303 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.PropertyMaker].clone() | 165 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.Service].getServiceFilename(java.lang.Class) | 61 | 0 | 0.0% | [] |
[org.apache.coyote.http11.upgrade.AprServletInputStream].doClose() | 47 | 0 | 0.0% | [] |
[org.apache.fop.util.DOMBuilderContentHandlerFactory].access$200(org.apache.fop.util.DOMBuilderContentHandlerFactory) | 35 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.JavadocParser].updateDocComment() | 531 | 0 | 0.0% | [] |
[org.osgi.test.cases.enocean.utils.Utils].padUpTo(byte[],int) | 84 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Variable].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 59 | 0 | 0.0% | [] |
[org.apache.fop.afp.AFPDataObjectInfo].toString() | 40 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.ArrayIterator].reset() | 42 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.HttpURI].writeTo(org.eclipse.jetty.util.Utf8StringBuilder) | 335 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSDocumentHandler].getFormForImage(java.lang.String) | 241 | 0 | 0.0% | [] |
[org.apache.naming.resources.ResourceCache].removeCache(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.CondLengthProperty].hashCode() | 49 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Uri.IsValidUri].testIsValidUri003() | 32 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.MainClientExec].needAuthentication(org.apache.http.auth.AuthState,org.apache.http.auth.AuthState,org.apache.http.conn.routing.HttpRoute,org.apache.http.HttpResponse,org.apache.http.client.protocol.HttpClientContext) | 230 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.tree.analysis.BasicVerifier].isSubTypeOf(org.eclipse.persistence.internal.libraries.asm.tree.analysis.Value,org.eclipse.persistence.internal.libraries.asm.tree.analysis.Value) | 143 | 0 | 0.0% | [] |
[org.apache.fop.fonts.FontInfo].toString() | 226 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding].toString() | 36 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.table.TableCellLayoutManager].getGeneratesBlockArea() | 226 | 0 | 0.0% | [] |
[com.steadystate.css.parser.SACParserCSSmobileOKBasic1TokenManager].jjCheckNAddStates(int,int) | 1583 | 0 | 0.0% | [] |
[org.apache.catalina.filters.AddDefaultCharsetFilter].doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain) | 33 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.list.ListBlockLayoutManager].notifyPadding(org.apache.fop.layoutmgr.RelSide,org.apache.fop.traits.MinOptMax) | 102 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo].resetAssignmentInfo(int) | 1108 | 0 | 0.0% | [] |
[org.apache.http.client.protocol.ResponseProcessCookies].formatCooke(org.apache.http.cookie.Cookie) | 61 | 0 | 0.0% | [] |
[org.apache.catalina.realm.DataSourceRealm].startInternal() | 158 | 0 | 0.0% | [] |
[net.sf.cglib.proxy.CallbackInfo].class$(java.lang.String) | 36 | 0 | 0.0% | [] |
[org.restlet.engine.util.DefaultSaxHandler].warning(org.xml.sax.SAXParseException) | 38 | 0 | 0.0% | [] |
[org.apache.commons.collections.list.TreeList].access$500(org.apache.commons.collections.list.TreeList) | 285 | 0 | 0.0% | [] |
[org.restlet.security.ChallengeAuthenticator].setVerifier(org.restlet.security.Verifier) | 67 | 0 | 0.0% | [] |
[org.osgi.test.cases.component.annotations.junit.DescriptionXPathAssert].hasFactoryPropertyArrayValue(java.lang.String,java.lang.String,java.lang.String[]) | 47 | 0 | 0.0% | [] |
[org.apache.commons.codec.net.URLCodec].getEncoding() | 87 | 0 | 0.0% | [] |
[org.apache.fop.fo.XMLWhiteSpaceHandler].access$200(org.apache.fop.fo.XMLWhiteSpaceHandler) | 162 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.AFPDocumentHandler].canEmbedJpeg(boolean) | 192 | 0 | 0.0% | [] |
[org.eclipse.jdt.core.compiler.CharOperation].toStrings(char[][]) | 909 | 0 | 0.0% | [] |
[com.icl.saxon.tree.AttributeEnumeration].getLastPosition() | 43 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.RepositoryXMLWriter].writeDirectives(java.util.Map) | 70 | 0 | 0.0% | [] |
[aQute.remote.agent.RedirectInput].read(byte[]) | 40 | 0 | 0.0% | [] |
[org.apache.catalina.valves.RemoteIpValve].setTrustedProxies(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.xpath.axes.AxesWalker].deepEquals(org.apache.xpath.Expression) | 126 | 0 | 0.0% | [] |
[org.apache.catalina.realm.JAASRealm].getConfig() | 178 | 0 | 0.0% | [] |
[org.apache.lucene.index.SegmentInfos].access$300() | 299 | 0 | 0.0% | [] |
[org.apache.http.message.BasicHttpResponse].toString() | 70 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.util.SoftMapCache].checkReferenceQueue() | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.SIUnitsTest].testNonSIUnitsCGS() | 98 | 0 | 0.0% | [] |
[org.apache.fop.area.inline.InlineArea].isAncestor(org.apache.fop.area.inline.InlineArea) | 69 | 0 | 0.0% | [] |
[org.apache.fop.tools.anttasks.Fop].execute() | 237 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.permissions.AdminPermissionTests].invalidAdminPermission(org.osgi.framework.Bundle,java.lang.String) | 328 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.FixedColRowGroupBuilder].endTable() | 84 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.FloatUtil].convertHexFloatingPointLiteralToBits(char[]) | 168 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.HttpParser].available() | 530 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.scripts.DefaultScriptProcessor].reorderCombiningMarks(org.apache.fop.complexscripts.fonts.GlyphDefinitionTable,org.apache.fop.complexscripts.util.GlyphSequence,int[][],java.lang.String,java.lang.String) | 59 | 0 | 0.0% | [] |
[org.assertj.core.api.WritableAssertionInfo].toString() | 34 | 0 | 0.0% | [] |
[com.nwalsh.saxon.ColumnScanEmitter].startElement(int,org.xml.sax.Attributes,int[],int) | 43 | 0 | 0.0% | [] |
[org.apache.commons.lang3.SystemUtils].isOSNameMatch(java.lang.String,java.lang.String) | 101 | 0 | 0.0% | [] |
[org.restlet.representation.FileRepresentation].write(java.io.Writer) | 51 | 0 | 0.0% | [] |
[org.osgi.impl.service.residentialmanagement.plugins.RMTUtil].arrayToPathUriWithoutSlash(java.lang.String[]) | 32 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.SessionWrapper].removeTimer() | 354 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.TrAXFilter].setErrorListener(javax.xml.transform.ErrorListener) | 37 | 0 | 0.0% | [] |
[org.apache.fop.fonts.MultiByteFont].mapGlyphsToChars(org.apache.fop.complexscripts.util.GlyphSequence) | 186 | 0 | 0.0% | [] |
[org.osgi.test.cases.cdi.junit.EventsTests].testSingleComponentReferenceEventHandler() | 60 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 165 | 0 | 0.0% | [] |
[org.osgi.test.cases.networkadapter.junit.NetworkAddressTestCase].testNetworkAddress01() | 42 | 0 | 0.0% | [] |
[org.apache.catalina.connector.CoyoteWriter].println(java.lang.Object) | 100 | 0 | 0.0% | [] |
[org.osgi.impl.service.networkadapter.NetworkIfUtil].toStringArray(java.lang.String) | 51 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.commons.AnnotationRemapper].mapAnnotationAttributeName(java.lang.String) | 38 | 0 | 0.0% | [] |
[org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter].processEvent(org.apache.log.LogEvent) | 33 | 0 | 0.0% | [] |
[org.apache.jasper.tagplugins.jstl.core.Set].doTag(org.apache.jasper.compiler.tagplugin.TagPluginContext) | 97 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.ConfigurationPlugin.ConfigIdHandler].matchingId(java.lang.String,java.lang.String) | 62 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.PDFBorderPainter].restoreGraphicsState() | 181 | 0 | 0.0% | [] |
[org.osgi.test.cases.condpermadmin.AccessControlContextTests].testNotSignerRowAllow() | 150 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.problem.ProblemHandler].switchErrorHandlingPolicy(org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy) | 93 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.SetNodeType].testSetNodeType002() | 33 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager].access$000(org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager) | 83 | 0 | 0.0% | [] |
[com.icl.saxon.expr.UnionEnumeration].isPeer() | 56 | 0 | 0.0% | [] |
[org.apache.xpath.axes.MatchPatternIterator].acceptNode(int,org.apache.xpath.XPathContext) | 62 | 0 | 0.0% | [] |
[org.restlet.engine.application.EncodeRepresentation].write(java.nio.channels.WritableByteChannel) | 98 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.HashSetOfInt].toString() | 63 | 0 | 0.0% | [] |
[org.apache.regexp.REDebugCompiler].opcodeToString(char) | 58 | 0 | 0.0% | [] |
[org.apache.fop.cli.InputHandler].fatalError(javax.xml.transform.TransformerException) | 114 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.BlockScope].hasDefaultNullnessFor(int) | 646 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSImageHandlerRawPNG].isCompatible(org.apache.fop.render.RenderingContext,org.apache.xmlgraphics.image.loader.Image) | 34 | 0 | 0.0% | [] |
[org.apache.geronimo.transaction.log.HOWLLog].access$100() | 188 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSValueImpl].hashCode() | 158 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.ClasspathResource].listResourcesOfMimeType(java.lang.String) | 60 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLNamespaceAlias].getResultURICode() | 34 | 0 | 0.0% | [] |
[com.icl.saxon.output.HTMLIndenter].indent() | 85 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.InlineLayoutManager].getAuxiliaryPosition() | 217 | 0 | 0.0% | [] |
[org.apache.fop.apps.FopFactoryConfigurator].setBaseURI() | 159 | 0 | 0.0% | [] |
[org.apache.http.conn.BasicManagedEntity].releaseManagedConnection() | 53 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.AlignmentContext].toString() | 113 | 0 | 0.0% | [] |
[net.bytebuddy.dynamic.NexusAccessor].hashCode() | 82 | 0 | 0.0% | [] |
[com.icl.saxon.expr.PathExpression].access$000(com.icl.saxon.expr.PathExpression) | 97 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.KeyRefIterator].filterNode(int) | 41 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.LoggingSessionInputBuffer].isEof() | 37 | 0 | 0.0% | [] |
[org.apache.catalina.loader.WebappLoader].getObjectNameKeyProperties() | 445 | 0 | 0.0% | [] |
[org.osgi.test.cases.resourcemonitoring.TC2_ResourceContextDeletionRelatedTestCases].testDeletionOfAResourceContextWithAPreviouslyDeletedResourceContextAsDestination() | 132 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.PCLGenerator].access$100(org.apache.fop.render.pcl.PCLGenerator) | 333 | 0 | 0.0% | [] |
[net.sf.cglib.proxy.MethodProxy].invokeSuper(java.lang.Object,java.lang.Object[]) | 62 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFDocument].access$600(org.apache.fop.pdf.PDFDocument) | 287 | 0 | 0.0% | [] |
[org.apache.catalina.websocket.WsFrame].nextFrame(org.apache.coyote.http11.upgrade.UpgradeProcessor,boolean) | 75 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.log.Log].getLoggers() | 131 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketParserD00].fill(org.eclipse.jetty.io.Buffer) | 70 | 0 | 0.0% | [] |
[net.sf.cglib.proxy.Enhancer].access$500(net.sf.cglib.proxy.Enhancer) | 481 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo].replaceWithElementType() | 102 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.WebResponse].cleanUp() | 60 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.IfStatement].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 168 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.parser.XMLTag].hasOnlyText() | 46 | 0 | 0.0% | [] |
[org.apache.catalina.realm.JDBCRealm].stopInternal() | 195 | 0 | 0.0% | [] |
[org.assertj.core.internal.IntArrays].assertContainsAnyOf(org.assertj.core.api.AssertionInfo,int[],int[]) | 67 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.WildcardBinding].mentionsAny(org.eclipse.jdt.internal.compiler.lookup.TypeBinding[],int) | 407 | 0 | 0.0% | [] |
[org.apache.fop.tools.fontlist.FontListMain].parseArguments(java.lang.String[]) | 150 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.svg.SvgElementFactory].toMap(com.gargoylesoftware.htmlunit.SgmlPage,org.xml.sax.Attributes) | 183 | 0 | 0.0% | [] |
[com.icl.saxon.output.CDATAFilter].getFingerprintForExpandedName(java.lang.String) | 128 | 0 | 0.0% | [] |
[org.apache.commons.collections.BinaryHeap].access$000(org.apache.commons.collections.BinaryHeap,java.lang.Object,java.lang.Object) | 153 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText].convert(java.lang.Object) | 46 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.tree.analysis.SimpleVerifier].getClass(org.eclipse.persistence.internal.libraries.asm.Type) | 65 | 0 | 0.0% | [] |
[org.junit.internal.TextListener].elapsedTimeAsString(long) | 42 | 0 | 0.0% | [] |
[org.apache.catalina.startup.ExpandWar].expand(java.io.InputStream,java.io.File) | 160 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.MappingCharFilter].read(char[],int,int) | 60 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.BundleWebContextPathTest].testMultipleWebContextPath003() | 193 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.io.ReplicationStream].close() | 48 | 0 | 0.0% | [] |
[org.osgi.test.cases.servlet.junit.PreprocessorTestCase].testPreprocessorInvocation() | 96 | 0 | 0.0% | [] |
[org.jboss.osgi.resolver.spi.AbstractResolver].getCombinedResources(java.util.Collection,java.util.Collection) | 63 | 0 | 0.0% | [] |
[org.assertj.core.internal.Classes].assertHasPackage(org.assertj.core.api.AssertionInfo,java.lang.Class,java.lang.Package) | 212 | 0 | 0.0% | [] |
[org.apache.lucene.index.SnapshotDeletionPolicy].access$000(org.apache.lucene.index.SnapshotDeletionPolicy) | 37 | 0 | 0.0% | [] |
[org.junit.experimental.theories.Theories].methodBlock(org.junit.runners.model.FrameworkMethod) | 106 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.parser.manifest.internal.SimpleTokenStream].lexComplete() | 48 | 0 | 0.0% | [] |
[org.apache.el.parser.ELParser].jj_save(int,int) | 1194 | 0 | 0.0% | [] |
[org.restlet.engine.util.FormReader].readParameters(java.util.Map) | 127 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap].getTargetFlavor() | 67 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor].getTxStart() | 73 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.IEConditionalCommentExpressionEvaluator].parseVersion(java.lang.String) | 32 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.BodyContentImpl].reAllocBuff(int) | 156 | 0 | 0.0% | [] |
[org.apache.lucene.queryParser.QueryParserTokenManager].jjCheckNAddStates(int,int) | 686 | 0 | 0.0% | [] |
[org.apache.commons.collections.MapUtils].lazySortedMap(java.util.SortedMap,org.apache.commons.collections.Transformer) | 298 | 0 | 0.0% | [] |
[com.steadystate.css.parser.SACParserCSS2].setDocumentHandler(org.w3c.css.sac.DocumentHandler) | 1225 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.transport.bio.util.FastQueue].remove() | 130 | 0 | 0.0% | [] |
[org.apache.catalina.util.DOMWriter].normalize(java.lang.String) | 149 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.HashtableOfObject].toString() | 95 | 0 | 0.0% | [] |
[org.apache.commons.io.filefilter.WildcardFileFilter].accept(java.io.File) | 44 | 0 | 0.0% | [] |
[org.restlet.util.WrapperList].toString() | 36 | 0 | 0.0% | [] |
[org.apache.lucene.store.SimpleFSLockFactory].clearLock(java.lang.String) | 33 | 0 | 0.0% | [] |
[org.apache.commons.codec.net.QCodec].setEncodeBlanks(boolean) | 102 | 0 | 0.0% | [] |
[org.apache.fop.render.bitmap.PNGRenderer].getCurrentOutputStream(int) | 35 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.TableAndCaption].getCommonAccessibility() | 35 | 0 | 0.0% | [] |
[org.apache.catalina.session.JDBCStore].stopInternal() | 409 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.HtmlUnitSSLConnectionSocketFactory].getKeyStore(com.gargoylesoftware.htmlunit.WebClientOptions) | 69 | 0 | 0.0% | [] |
[org.gradle.wrapper.PathAssembler].getBaseDir(java.lang.String) | 38 | 0 | 0.0% | [] |
[org.assertj.core.internal.Objects].lambda$assertHasAllNullFieldsOrPropertiesExcept$0(java.util.Set,java.lang.reflect.Field) | 284 | 0 | 0.0% | [] |
[org.slf4j.LoggerFactory].getILoggerFactory() | 114 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.CaseInsensitiveKeyMap].put(java.lang.Object,java.lang.Object) | 51 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.RpcMessage].toString() | 51 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.HelveticaBoldOblique].hasChar(char) | 896 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.ClassWriter].getClassLoader() | 344 | 0 | 0.0% | [] |
[com.oracle.gemini.jpa.proxy.EMFBuilderServiceProxyHandler].verifyJDBCProperties(java.lang.String,java.lang.String,java.util.Map) | 47 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.ConstantValue].copy(org.apache.bcel.classfile.ConstantPool) | 41 | 0 | 0.0% | [] |
[org.restlet.data.Form].getWebRepresentation(org.restlet.data.CharacterSet) | 47 | 0 | 0.0% | [] |
[org.osgi.test.cases.feature.junit.FeatureServiceTest].toJsonObject(org.osgi.service.feature.FeatureService,org.osgi.service.feature.Feature) | 354 | 0 | 0.0% | [] |
[org.osgi.test.cases.serviceloader.secure.junit.ServiceLoaderSecureTest].testLegacyClientWithOutPermission() | 198 | 0 | 0.0% | [] |
[org.apache.commons.io.LineIterator].closeQuietly(org.apache.commons.io.LineIterator) | 38 | 0 | 0.0% | [] |
[org.apache.fop.render.txt.border.SolidAndDoubleBorderElement].convert2Char() | 94 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.xml.SAXClassAdapter].encode(java.lang.String) | 142 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.IMImageObject].writeEnd(java.io.OutputStream) | 32 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSRenderingUtil].getRenderingMode() | 91 | 0 | 0.0% | [] |
[org.assertj.core.api.AbstractBigIntegerAssert].isBetween(java.lang.Number,java.lang.Number) | 38 | 0 | 0.0% | [] |
[org.osgi.impl.service.zigbee.basedriver.ZigBeeEndpointImpl].toString() | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.resolver.junit.ResolveSubstitutionWiresTestCase].createResource(java.lang.String,java.lang.String) | 95 | 0 | 0.0% | [] |
[org.apache.xpath.objects.XStringForFSB].toDouble() | 208 | 0 | 0.0% | [] |
[org.osgi.test.cases.jakartars.junit.ApplicationLifecyleTestCase].lambda$testApplicationServicePropsInFeature$0(java.util.concurrent.atomic.AtomicReference,jakarta.ws.rs.core.FeatureContext) | 550 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.functions.data.LevelDataTest].checkLevelDataFields(long,java.util.Map,java.math.BigDecimal,java.lang.String,org.osgi.service.dal.functions.data.LevelData) | 133 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.JIoEndpoint].access$100() | 236 | 0 | 0.0% | [] |
[com.icl.saxon.output.DOMEmitter].setNode(org.w3c.dom.Node) | 46 | 0 | 0.0% | [] |
[org.apache.tomcat.util.compat.JreCompat].setUseServerCipherSuitesOrder(javax.net.ssl.SSLEngine,boolean) | 40 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.SpaceResolver].access$600(org.apache.fop.layoutmgr.SpaceResolver) | 365 | 0 | 0.0% | [] |
[org.restlet.engine.connector.ConnectionController].wakeup() | 98 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.NioSelectorPool].getSpare() | 133 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.FunctionAvailableCall].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 58 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.PCLPageDefinition].createPageDefinitions() | 52 | 0 | 0.0% | [] |
[org.restlet.engine.io.NioUtils].waitForState(java.nio.channels.SelectableChannel,int) | 79 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.ByteArrayEndPoint].setMaxIdleTime(int) | 88 | 0 | 0.0% | [] |
[net.bytebuddy.utility.JavaType].isInstance(java.lang.Object) | 63 | 0 | 0.0% | [] |
[org.restlet.routing.VirtualHost].setServerPort(java.lang.String) | 83 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.event.GenaEventListener].checkSendEvents(java.util.Dictionary,org.osgi.service.upnp.UPnPService) | 33 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.Footnote].getNameId() | 33 | 0 | 0.0% | [] |
[org.apache.xml.serializer.dom3.LSSerializerImpl].createLSException(short,java.lang.Throwable) | 444 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.Collector].collect(org.apache.jasper.compiler.Compiler,org.apache.jasper.compiler.Node$Nodes) | 99 | 0 | 0.0% | [] |
[org.cyberneko.html.filters.Purifier].toHexString(int,int) | 152 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.classpath.ClassPathControl].testImportGone() | 45 | 0 | 0.0% | [] |
[org.apache.lucene.store.NativeFSLockFactory].clearLock(java.lang.String) | 116 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode].getBaseURI() | 121 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.ResourceBase].setNamingResources(org.apache.catalina.deploy.NamingResources) | 70 | 0 | 0.0% | [] |
[org.apache.catalina.startup.CatalinaProperties].handleThrowable(java.lang.Throwable) | 57 | 0 | 0.0% | [] |
[org.hamcrest.CoreMatchers].endsWithIgnoringCase(java.lang.String) | 36 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.util.DebuggingWebConnection].getReportFolder() | 122 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.StackMapEntry].setConstantPool(org.apache.bcel.classfile.ConstantPool) | 60 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.RepositoryMessages_$bundle].invalidMavenResource$str() | 129 | 0 | 0.0% | [] |
[org.cyberneko.html.HTMLTagBalancer].notifyDiscardedEndElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.Augmentations) | 532 | 0 | 0.0% | [] |
[org.apache.coyote.http11.filters.BufferedInputFilter].available() | 36 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.spanishStemmer].hashCode() | 363 | 0 | 0.0% | [] |
[org.restlet.engine.io.BioUtils].toString(java.io.Reader) | 176 | 0 | 0.0% | [] |
[org.apache.commons.io.output.LockableFileWriter].class$(java.lang.String) | 80 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.PSFontUtils].redefineFontEncoding(org.apache.xmlgraphics.ps.PSGenerator,java.lang.String,java.lang.String) | 75 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.ContainerMBean].findContainerListenerNames() | 153 | 0 | 0.0% | [] |
[org.eclipse.jdt.core.JDTCompilerAdapter].logAndAddFilesToCompile(org.apache.tools.ant.types.Commandline) | 278 | 0 | 0.0% | [] |
[org.osgi.test.cases.clusterinfo.junit.ClusterInfoTestCase].assertServicePropMapEquals(java.util.Map,java.util.Map) | 169 | 0 | 0.0% | [] |
[org.apache.catalina.ha.deploy.WarWatcher].setListener(org.apache.catalina.ha.deploy.FileChangeListener) | 86 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.TW4Test].testJPGResponse() | 92 | 0 | 0.0% | [] |
[org.apache.lucene.util.ScorerDocQueue].downHeap() | 80 | 0 | 0.0% | [] |
[org.apache.lucene.search.QueryTermVector].indexesOf(java.lang.String[],int,int) | 59 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 249 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.ImageFormGenerator].generateAdditionalDataStream(org.apache.xmlgraphics.ps.PSGenerator) | 47 | 0 | 0.0% | [] |
[org.osgi.test.cases.pushstream.junit.PushStreamTest].lambda$doTestSimple$0(java.lang.Integer) | 352 | 0 | 0.0% | [] |
[org.junit.internal.runners.ClassRoadie].runAfters() | 37 | 0 | 0.0% | [] |
[org.apache.http.client.protocol.ResponseContentEncoding].process(org.apache.http.HttpResponse,org.apache.http.protocol.HttpContext) | 32 | 0 | 0.0% | [] |
[org.restlet.engine.header.ContentTypeReader].readValue() | 95 | 0 | 0.0% | [] |
[org.apache.fop.events.model.EventMethodModel].toSAX(org.xml.sax.ContentHandler) | 45 | 0 | 0.0% | [] |
[org.apache.bcel.generic.MethodGen].copy(java.lang.String,org.apache.bcel.generic.ConstantPoolGen) | 341 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.ExceptionMethod].hashCode() | 34 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.parse.standard.StandardHeaderParser].toString() | 418 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.permissions.AdaptPermissionTests].invalidAdaptPermission(java.lang.String,org.osgi.framework.Bundle,java.lang.String) | 305 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.ChunkedIntArray].readSlot(int,int[]) | 90 | 0 | 0.0% | [] |
[org.apache.catalina.startup.VersionLoggerListener].log() | 44 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.secure.junit.classloading.ClassLoadingTests].testRequiredBundle003() | 38 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.internal.StandardBundleManifest].toString() | 148 | 0 | 0.0% | [] |
[org.apache.juli.DateFormatCache].access$300(org.apache.juli.DateFormatCache) | 76 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding].unResolvedFields() | 1160 | 0 | 0.0% | [] |
[org.assertj.core.internal.ErrorMessages].nullSubsequence() | 33 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.BlockingArrayQueue].sumOfSpace() | 237 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.DTMNamedNodeMap].removeNamedItemNS(java.lang.String,java.lang.String) | 43 | 0 | 0.0% | [] |
[com.nwalsh.xalan.Table].correctRoundingError(java.lang.String[]) | 224 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.CodeException].copy() | 38 | 0 | 0.0% | [] |
[org.apache.coyote.http11.filters.GzipOutputFilter].recycle() | 40 | 0 | 0.0% | [] |
[aQute.libg.parameters.ParameterMap].lambda$new$0(java.lang.String,java.util.Map) | 94 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.ASCIIFoldingFilter].foldToASCII(char[],int) | 691 | 0 | 0.0% | [] |
[com.icl.saxon.expr.RelationalExpression].reduce(int,com.icl.saxon.Context) | 105 | 0 | 0.0% | [] |
[net.bytebuddy.dynamic.loading.MultipleParentClassLoader].doDefineClasses(java.util.Map) | 114 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.HardcodedFonts].selectFont(org.apache.fop.render.pcl.PCLGenerator,java.lang.String,int) | 54 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.swedishStemmer].hashCode() | 119 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.FilterListIterator].setPreviousObject() | 78 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.io.XByteBuffer].getDiscard() | 236 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemTemplateElement].handlesNullPrefixes() | 326 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.GroupMBean].removeRole(java.lang.String) | 50 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.TableAttributesConverter].convertRowAttributes(org.apache.fop.fo.flow.table.TableRow,org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes) | 83 | 0 | 0.0% | [] |
[org.apache.http.impl.cookie.RFC2965PortAttributeHandler].getAttributeName() | 44 | 0 | 0.0% | [] |
[org.osgi.test.cases.url.junit.UrlHandlerControl].testUrlHandlerWhenHandlerIsUnregistered() | 106 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.table.ColumnSetup].getSumOfColumnWidths(org.apache.fop.datatypes.PercentBaseContext) | 105 | 0 | 0.0% | [] |
[org.assertj.core.util.Strings].lambda$join$0(int) | 41 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.resource.JarResource].newJarResource(org.eclipse.jetty.util.resource.Resource) | 96 | 0 | 0.0% | [] |
[org.junit.experimental.max.MaxHistory].access$000(org.junit.experimental.max.MaxHistory) | 57 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.XATxControlTestCase].testTxControlSupportsRecovery() | 53 | 0 | 0.0% | [] |
[aQute.remote.agent.GogoRedirector].access$000(aQute.remote.agent.GogoRedirector) | 45 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.common.Assert].isAssignable(java.lang.Class,java.lang.Class,java.lang.String,java.lang.Object[]) | 33 | 0 | 0.0% | [] |
[org.apache.commons.io.monitor.FileEntry].setDirectory(boolean) | 42 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.nio.RandomAccessFileBuffer].writeTo(java.nio.channels.WritableByteChannel,int,int) | 69 | 0 | 0.0% | [] |
[org.apache.fop.fo.FOTreeBuilder].access$700() | 132 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ClassFile].utf8At(byte[],int,int) | 4217 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSpaceSplitter].flush() | 32 | 0 | 0.0% | [] |
[com.icl.saxon.expr.SingletonNodeSet].item(int) | 66 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFEncryptionManager].newInstance(int,org.apache.fop.pdf.PDFEncryptionParams,org.apache.fop.pdf.PDFDocument) | 42 | 0 | 0.0% | [] |
[org.apache.commons.io.input.XmlStreamReader].isTextXml(java.lang.String) | 193 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.ObjectType].class$(java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.commons.io.input.NullInputStream].doEndOfFile() | 69 | 0 | 0.0% | [] |
[org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap].tailMap(java.lang.Object) | 31 | 0 | 0.0% | [] |
[org.apache.fop.cli.CommandLineOptions].flushCache() | 608 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtPermission.DmtPermission].testDmtPermission009() | 138 | 0 | 0.0% | [] |
[org.restlet.engine.local.FileClientHelper].updateFileExtension(java.lang.StringBuilder,org.restlet.data.Metadata) | 252 | 0 | 0.0% | [] |
[org.apache.xpath.XPathException].class$(java.lang.String) | 79 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter].access$000(org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter) | 93 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.junit.impl.MyServiceAsyncDelegate].getDelegateMethodCalled() | 43 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.util.GlyphSequence].copyAssociations(java.util.List) | 423 | 0 | 0.0% | [] |
[org.osgi.test.cases.zigbee.config.file.ConfigurationFileReader].getEndpointConfig(org.osgi.test.cases.zigbee.config.file.ZigBeeNodeConfig) | 242 | 0 | 0.0% | [] |
[net.sf.diffmk.xmldiff.DiffDocBuilder].cloneComment(org.w3c.dom.Comment,org.w3c.dom.Node) | 197 | 0 | 0.0% | [] |
[org.apache.bcel.generic.RET].accept(org.apache.bcel.generic.Visitor) | 32 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.SimpleUserTransactionTest].testUserTransactionNested() | 130 | 0 | 0.0% | [] |
[org.apache.commons.collections.CursorableLinkedList].readObject(java.io.ObjectInputStream) | 547 | 0 | 0.0% | [] |
[org.junit.experimental.theories.internal.AllMembersSupplier].access$000(java.lang.Class[],java.lang.Object) | 89 | 0 | 0.0% | [] |
[org.apache.xpath.axes.WalkingIterator].deepEquals(org.apache.xpath.Expression) | 80 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.CurrentNodeListIterator].computePositionOfLast() | 60 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Text].loadAsArrayOffsetLength(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 87 | 0 | 0.0% | [] |
[com.icl.saxon.expr.NodeSetIntent].enumerate() | 55 | 0 | 0.0% | [] |
[aQute.lib.strings.Strings].lambda$joining$0(java.lang.CharSequence,java.util.StringJoiner) | 277 | 0 | 0.0% | [] |
[org.osgi.impl.service.residentialmanagement.plugins.LogReadOnlySession].logged(org.osgi.service.log.LogEntry) | 180 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.ssdp.UPnPExporter].modifiedService(org.osgi.framework.ServiceReference,java.lang.Object) | 167 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.WebClientOptions].getSSLInsecureProtocol() | 71 | 0 | 0.0% | [] |
[org.apache.http.impl.client.IdleConnectionEvictor].access$202(org.apache.http.impl.client.IdleConnectionEvictor,java.lang.Exception) | 31 | 0 | 0.0% | [] |
[org.apache.catalina.ha.session.DeltaManager].cloneFromTemplate() | 536 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.ObjectEnvironmentGroup].getObjectAreaDescriptor() | 47 | 0 | 0.0% | [] |
[org.restlet.ext.json.JsonRepresentation].write(java.io.Writer) | 79 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.bio.StreamEndPoint].setMaxIdleTime(int) | 99 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.util.attrs.ASMStackMapAttribute].declareLabel(java.lang.StringBuffer,java.util.Map,org.eclipse.persistence.internal.libraries.asm.Label) | 51 | 0 | 0.0% | [] |
[org.apache.http.message.TokenParser].copyQuotedContent(org.apache.http.util.CharArrayBuffer,org.apache.http.message.ParserCursor,java.lang.StringBuilder) | 101 | 0 | 0.0% | [] |
[org.apache.xpath.objects.XNodeSet].notEquals(org.apache.xpath.objects.XObject) | 166 | 0 | 0.0% | [] |
[org.osgi.service.permissionadmin.PermissionInfo].unescapeString(char[],int,int) | 137 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.junit.FrameworkLaunchTests].verifyUUID(java.lang.String) | 379 | 0 | 0.0% | [] |
[com.icl.saxon.style.GroupActivation].isPeer() | 37 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.StackMapType].setConstantPool(org.apache.bcel.classfile.ConstantPool) | 35 | 0 | 0.0% | [] |
[aQute.libg.glob.AntGlob].isSlashy(char) | 38 | 0 | 0.0% | [] |
[org.osgi.test.cases.component.junit.ComponentPropertyTypeTestCase].testCoercion130() | 404 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.thread.QueuedThreadPool].access$800(org.eclipse.jetty.util.thread.QueuedThreadPool) | 219 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.model.Factory].$SWITCH_TABLE$javax$lang$model$type$TypeKind() | 397 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder].writeItems(java.util.Collection,java.io.DataOutputStream,boolean) | 79 | 0 | 0.0% | [] |
[org.apache.commons.logging.impl.Log4jFactory].setAttribute(java.lang.String,java.lang.Object) | 33 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLDecimalFormat].toChar(java.lang.String) | 69 | 0 | 0.0% | [] |
[org.assertj.core.internal.Files].lambda$static$0(java.io.File) | 196 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.wiring.ImportJavaPackagesTests].testSystemPackages() | 72 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermInfosReader].terms(org.apache.lucene.index.Term) | 116 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.junit.ServiceExceptionTestCase].testAsyncExecuteWhenClientStopped() | 75 | 0 | 0.0% | [] |
[org.apache.lucene.search.SortField].getComparator(int,int) | 112 | 0 | 0.0% | [] |
[org.apache.fop.afp.ioca.ImageCellPosition].setYFillSize(int) | 46 | 0 | 0.0% | [] |
[org.apache.http.message.BasicLineFormatter].doFormatHeader(org.apache.http.util.CharArrayBuffer,org.apache.http.Header) | 73 | 0 | 0.0% | [] |
[org.restlet.engine.resource.AnnotationInfo].toString() | 173 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.JspApplicationContextImpl].getExpressionFactory() | 43 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.CallTemplate].buildParameterList() | 83 | 0 | 0.0% | [] |
[org.junit.runners.BlockJUnit4ClassRunner].access$100() | 123 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFShading].contentEquals(org.apache.fop.pdf.PDFObject) | 230 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.AffineTransformArrayParser].endTransformList() | 42 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ApplyImports].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 49 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.fr.FrenchAnalyzer].reusableTokenStream(java.lang.String,java.io.Reader) | 44 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.tb1.nodes.RequestedStartLevel].getMetaNode() | 40 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.TW8Test].testClasspassServlet() | 57 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.xpath.XPathAdapter].execute(org.apache.xpath.XPathContext,int,org.apache.xml.utils.PrefixResolver) | 63 | 0 | 0.0% | [] |
[org.assertj.core.api.ClassLoadingStrategyFactory].classLoadingStrategy(java.lang.Class) | 46 | 0 | 0.0% | [] |
[org.osgi.test.cases.log.junit.EventsFromFrameworkTestCase].systemBundle() | 110 | 0 | 0.0% | [] |
[org.apache.geronimo.transaction.manager.XidFactoryImpl].recover(int,byte[],byte[]) | 53 | 0 | 0.0% | [] |
[org.restlet.engine.adapter.ClientAdapter].updateResponse(org.restlet.Response,org.restlet.data.Status,org.restlet.engine.adapter.ClientCall) | 54 | 0 | 0.0% | [] |
[org.apache.commons.collections.bidimap.DualTreeBidiMap].readObject(java.io.ObjectInputStream) | 98 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.RealType].class$(java.lang.String) | 111 | 0 | 0.0% | [] |
[org.apache.tomcat.util.scan.StandardJarScanner].getJarName(java.net.URL) | 113 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.membership.Membership].getMemberEntries() | 115 | 0 | 0.0% | [] |
[com.steadystate.css.parser.CSSOMParser].access$200(com.steadystate.css.parser.CSSOMParser) | 205 | 0 | 0.0% | [] |
[org.apache.jasper.tagplugins.jstl.core.ForEach].generateIterators(org.apache.jasper.compiler.tagplugin.TagPluginContext) | 122 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.commons.ClassRemapper].createRecordComponentRemapper(net.bytebuddy.jar.asm.RecordComponentVisitor) | 76 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.Courier].hasChar(char) | 252 | 0 | 0.0% | [] |
[org.osgi.impl.service.useradmin.GroupImpl].removeReferenceTo(org.osgi.impl.service.useradmin.RoleImpl) | 74 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.CodeAdapter].visitAttribute(org.eclipse.persistence.internal.libraries.asm.Attribute) | 39 | 0 | 0.0% | [] |
[org.osgi.test.cases.metatype.annotations.junit.MetatypeAnnotationsTestCase].testDesignateFactoryConfig() | 168 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes].addIntegerValue(int,java.lang.String) | 58 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.classfmt.MethodInfo].decodeMethodParameters(int,org.eclipse.jdt.internal.compiler.classfmt.MethodInfo) | 324 | 0 | 0.0% | [] |
[org.osgi.test.cases.residentialmanagement.FrameworkContentTestCase].lambda$testFrameworkProperties$0(java.util.Map,java.lang.Object,java.lang.Object) | 346 | 0 | 0.0% | [] |
[org.apache.xpath.res.XPATHMessages].createXPATHMsg(java.util.ListResourceBundle,java.lang.String,java.lang.Object[]) | 32 | 0 | 0.0% | [] |
[org.osgi.test.cases.converter.felix.ConverterTest].lambda$testSimpleConversions$0() | 1151 | 0 | 0.0% | [] |
[org.apache.fop.fo.expr.RGBICCColorFunction].eval(org.apache.fop.fo.properties.Property[],org.apache.fop.fo.expr.PropertyInfo) | 43 | 0 | 0.0% | [] |
[org.restlet.engine.application.FlexibleConneg].getMediaTypePrefs() | 44 | 0 | 0.0% | [] |
[org.apache.fop.fo.pagination.RepeatablePageMasterReference].isReusable() | 45 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.structurals.LocalVariables].initializeObject(org.apache.bcel.verifier.structurals.UninitializedObjectType) | 52 | 0 | 0.0% | [] |
[org.osgi.test.cases.residentialmanagement.plugins.MultiRootDataPlugin].getMountPoints() | 128 | 0 | 0.0% | [] |
[com.icl.saxon.charcode.CP1250CharacterSet].inCharset(int) | 117 | 0 | 0.0% | [] |
[org.ccil.cowan.tagsoup.HTMLScanner].nicechar(int) | 245 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.internal.url.Path].equals(java.lang.Object) | 75 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLAttribute].process(com.icl.saxon.Context) | 72 | 0 | 0.0% | [] |
[org.apache.lucene.search.Explanation].toHtml() | 43 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.nl.DutchAnalyzer].reusableTokenStream(java.lang.String,java.io.Reader) | 67 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Plugin.ExecPlugin.TestExecPlugin].checkExistence(java.lang.String[]) | 112 | 0 | 0.0% | [] |
[com.nwalsh.xalan.ImageIntrinsics].imageUpdate(java.awt.Image,int,int,int,int,int) | 69 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.Acl.DeletePermission].testDeletePermission007() | 78 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.common.ThreadSafeGraphNode].isRootNode() | 134 | 0 | 0.0% | [] |
[org.apache.xpath.axes.FilterExprWalker].access$002(org.apache.xpath.axes.FilterExprWalker,org.apache.xpath.Expression) | 63 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Parser].getLineNumber() | 623 | 0 | 0.0% | [] |
[org.junit.validator.AnnotationsValidator].validateTestClass(org.junit.runners.model.TestClass) | 33 | 0 | 0.0% | [] |
[org.restlet.util.Series].subList(java.lang.String,boolean) | 132 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.description.ServiceInfo].setStateVariable(org.osgi.impl.service.upnp.cp.description.StateVariable[]) | 48 | 0 | 0.0% | [] |
[org.osgi.impl.service.resourcemonitoring.persistency.PersistenceImpl].resourceContextToJson(org.osgi.impl.service.resourcemonitoring.persistency.ResourceContextInfo) | 89 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteservices.impl.BasicTypesTestServiceImpl].getMap() | 151 | 0 | 0.0% | [] |
[org.apache.catalina.util.Strftime].translateCommand(java.lang.StringBuilder,java.lang.String,int,boolean) | 92 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.tools.TableContext].getNumberOfColumns() | 59 | 0 | 0.0% | [] |
[org.osgi.test.cases.typedevent.junit.TypedEventMonitorIntegrationTest].lambda$testTypedEventMonitor_With_TypedEventHandler$0(org.osgi.test.cases.typedevent.common.EventA) | 113 | 0 | 0.0% | [] |
[org.apache.commons.logging.impl.Log4JCategoryLog].class$(java.lang.String) | 41 | 0 | 0.0% | [] |
[com.steadystate.css.parser.ParseException].add_escapes(java.lang.String) | 66 | 0 | 0.0% | [] |
[org.apache.http.entity.mime.FormBodyPartBuilder].build() | 54 | 0 | 0.0% | [] |
[org.assertj.core.util.introspection.FieldSupport].$values() | 65 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.CommonFont].hashCode() | 74 | 0 | 0.0% | [] |
[junit.framework.Assert].format(java.lang.String,java.lang.Object,java.lang.Object) | 102 | 0 | 0.0% | [] |
[org.apache.catalina.startup.TldConfig].access$200(org.apache.catalina.startup.TldConfig,java.io.File) | 204 | 0 | 0.0% | [] |
[org.apache.coyote.Request].isProcessing() | 158 | 0 | 0.0% | [] |
[org.assertj.core.api.Short2DArrayAssert].isDeepEqualTo(java.lang.Object) | 47 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.SingletonMap].toString() | 113 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.util.Cookie].fromHttpClient(java.util.List) | 64 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.XercesParser].configureXerces(javax.xml.parsers.SAXParserFactory) | 36 | 0 | 0.0% | [] |
[org.junit.experimental.theories.internal.SpecificDataPointsSupplier].getDataPointsMethods(org.junit.experimental.theories.ParameterSignature) | 38 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.MimeHeaders].removeHeader(int) | 144 | 0 | 0.0% | [] |
[org.apache.http.conn.ssl.SSLContextBuilder].build() | 73 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2].copyAttribute(int,int,org.apache.xml.serializer.SerializationHandler) | 1029 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.tipis.LazyReplicatedMap].publishEntryInfo(java.lang.Object,java.lang.Object) | 45 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.br.BrazilianAnalyzer].reusableTokenStream(java.lang.String,java.io.Reader) | 46 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.NumeratorFormatter].long2roman(long,boolean) | 62 | 0 | 0.0% | [] |
[org.apache.lucene.search.FieldDocSortedHitQueue].lessThan(java.lang.Object,java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.junit.MultiReleaseJarTestCase].readFile(java.io.InputStream,java.io.File) | 673 | 0 | 0.0% | [] |
[org.apache.http.impl.HttpConnectionMetricsImpl].reset() | 47 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFEncryptionJCE].access$700(byte[]) | 197 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ProcessingInstruction].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 43 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.romanianStemmer].hashCode() | 275 | 0 | 0.0% | [] |
[org.hamcrest.object.HasEqualValues].access$000(java.lang.reflect.Field,java.lang.Object) | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Plugin.LogPlugin.LogPlugin].pad(java.lang.StringBuffer,int,int) | 373 | 0 | 0.0% | [] |
[org.apache.catalina.startup.FailedContext].getContainerSciFilter() | 239 | 0 | 0.0% | [] |
[org.apache.el.parser.AstFunction].toString() | 51 | 0 | 0.0% | [] |
[aQute.tester.junit.platform.reporting.legacy.xml.XmlReportWriter].access$000(org.junit.platform.engine.TestExecutionResult) | 184 | 0 | 0.0% | [] |
[org.apache.catalina.ha.session.SessionMessageImpl].toString() | 40 | 0 | 0.0% | [] |
[org.apache.xalan.xslt.EnvironmentCheck].class$(java.lang.String) | 385 | 0 | 0.0% | [] |
[org.apache.commons.io.filefilter.AndFileFilter].accept(java.io.File,java.lang.String) | 45 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.SetNodeTitle].testSetNodeTitle002() | 34 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl].isJarInputStream(java.net.URL) | 44 | 0 | 0.0% | [] |
[org.osgi.test.cases.residentialmanagement.FrameworkStructureTestCase].testMetaDataAndType() | 255 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.SetNextRule].toString() | 31 | 0 | 0.0% | [] |
[org.apache.xml.serializer.dom3.NamespaceSupport].getAllPrefixes() | 81 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardEngine].access$000(org.apache.catalina.core.StandardEngine) | 134 | 0 | 0.0% | [] |
[org.apache.http.impl.cookie.RFC6265CookieSpec].getVersionHeader() | 119 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.IFState].setTextColor(java.awt.Color) | 48 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ParameterRef].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 31 | 0 | 0.0% | [] |
[com.icl.saxon.tinytree.TinyDocumentImpl].setXmlVersion(java.lang.String) | 246 | 0 | 0.0% | [] |
[org.apache.xml.utils.StringToStringTable].containsValue(java.lang.String) | 54 | 0 | 0.0% | [] |
[org.apache.coyote.http11.upgrade.NioServletOutputStream].doClose() | 53 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.ImageSize].toString() | 51 | 0 | 0.0% | [] |
[org.apache.fop.fonts.CIDSubset].getGlyphIndexBitSet() | 37 | 0 | 0.0% | [] |
[org.apache.catalina.core.ApplicationServletRegistration].getRunAsRole() | 67 | 0 | 0.0% | [] |
[org.apache.http.protocol.HttpProcessorBuilder].build() | 46 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFFunction].contentEquals(org.apache.fop.pdf.PDFObject) | 270 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.ColognePhonetic].preprocess(java.lang.String) | 119 | 0 | 0.0% | [] |
[org.apache.catalina.valves.ErrorReportValve].isShowServerInfo() | 141 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.secure.junit.hooks.weaving.TestWovenClassListener].assertHasPermission(org.osgi.framework.hooks.weaving.WovenClass) | 44 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFStream].output(java.io.OutputStream) | 46 | 0 | 0.0% | [] |
[aQute.lib.stringrover.StringRover].endsWith(java.lang.CharSequence) | 78 | 0 | 0.0% | [] |
[org.apache.geronimo.transaction.manager.TransactionImpl].access$000() | 475 | 0 | 0.0% | [] |
[org.ccil.cowan.tagsoup.Element].isPreclosed() | 34 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSImageHandlerRawJPEG].isCompatible(org.apache.fop.render.RenderingContext,org.apache.xmlgraphics.image.loader.Image) | 31 | 0 | 0.0% | [] |
[org.restlet.Component].updateHosts() | 169 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.RenameNode].testRenameNode002() | 33 | 0 | 0.0% | [] |
[net.bytebuddy.asm.MemberSubstitution].hashCode() | 432 | 0 | 0.0% | [] |
[org.osgi.impl.service.enocean.basedriver.EnOceanBaseDriver].modifiedService(org.osgi.framework.ServiceReference,java.lang.Object) | 166 | 0 | 0.0% | [] |
[org.apache.catalina.ha.backend.MultiCastSender].send(java.lang.String) | 33 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.spi.AbstractPersistentRepository].findProviders(org.osgi.resource.Requirement) | 49 | 0 | 0.0% | [] |
[org.apache.http.impl.client.DecompressingHttpClient].execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.client.ResponseHandler,org.apache.http.protocol.HttpContext) | 49 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.XSLTC].addCharacterData(java.lang.String) | 290 | 0 | 0.0% | [] |
[org.osgi.test.cases.wireadmin.junit.TestWireAdminListener].getEventName(int) | 80 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.Others.UseCases].testUseCases007() | 100 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.ListIteratorWrapper].reset() | 33 | 0 | 0.0% | [] |
[org.restlet.data.Encoding].includes(org.restlet.data.Metadata) | 39 | 0 | 0.0% | [] |
[org.osgi.test.cases.jakartars.junit.CapabilityTestCase].testJaxRsContractCapability() | 149 | 0 | 0.0% | [] |
[org.osgi.test.cases.cm.junit.CMControl].testProvideServiceCapability() | 5596 | 0 | 0.0% | [] |
[org.apache.coyote.http11.filters.ChunkedOutputFilter].recycle() | 34 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlSerializer].append(java.lang.String) | 194 | 0 | 0.0% | [] |
[org.apache.commons.lang3.mutable.MutableFloat].setValue(java.lang.Object) | 40 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax].loadImage(org.apache.xmlgraphics.image.loader.ImageInfo,java.util.Map,org.apache.xmlgraphics.image.loader.ImageSessionContext) | 60 | 0 | 0.0% | [] |
[org.apache.commons.io.IOCase].toString() | 34 | 0 | 0.0% | [] |
[org.restlet.util.ServiceList].add(java.lang.Object) | 52 | 0 | 0.0% | [] |
[org.apache.coyote.http11.Http11AprProtocol].access$1200(org.apache.coyote.http11.Http11AprProtocol) | 100 | 0 | 0.0% | [] |
[org.osgi.impl.service.resourcemonitoring.ResourceContextImpl].equals(java.lang.Object) | 117 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.ExtensionHandlerGeneral].class$(java.lang.String) | 81 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.TagFileProcessor].access$000(org.apache.jasper.compiler.TagFileProcessor,org.apache.jasper.compiler.Compiler,java.lang.String,javax.servlet.jsp.tagext.TagInfo,org.apache.jasper.compiler.PageInfo) | 259 | 0 | 0.0% | [] |
[org.apache.http.client.utils.URIUtils].resolve(java.net.URI,org.apache.http.HttpHost,java.util.List) | 152 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.Mark].access$002(org.apache.jasper.compiler.Mark,java.lang.String) | 96 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.loading.BundleEntryAttributes].getBundleEntryURLConnection(java.net.URL) | 71 | 0 | 0.0% | [] |
[org.apache.commons.collections.ListUtils].fixedSizeList(java.util.List) | 66 | 0 | 0.0% | [] |
[org.osgi.test.cases.configurator.junit.ConfiguratorTestCase].unregister(org.osgi.framework.ServiceRegistration) | 540 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.JavaClass].getSource() | 196 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.PoolingClientConnectionManager].setMaxPerRoute(java.lang.Object,int) | 116 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.tree.analysis.Frame].toString() | 262 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding].updateInnerEmulationDependents() | 161 | 0 | 0.0% | [] |
[org.apache.fop.fonts.type1.PFMFile].getCharWidth(short) | 156 | 0 | 0.0% | [] |
[org.apache.lucene.index.StoredFieldsWriter].free(org.apache.lucene.index.StoredFieldsWriter$PerDoc) | 86 | 0 | 0.0% | [] |
[com.icl.saxon.output.GeneralOutputter].class$(java.lang.String) | 301 | 0 | 0.0% | [] |
[org.apache.xalan.xslt.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.el.util.ReflectionUtil].paramString(java.lang.Class[]) | 213 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.fonts.GlyphPositioningState].getAdjusted() | 45 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.server.WsHttpUpgradeHandler].access$300(org.apache.tomcat.websocket.server.WsHttpUpgradeHandler,java.lang.Throwable) | 84 | 0 | 0.0% | [] |
[org.eclipse.equinox.internal.log.stream.LogStreamManager].removedService(org.osgi.framework.ServiceReference,java.lang.Object) | 56 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.DTMManagerDefault].getExpandedNameTable(org.apache.xml.dtm.DTM) | 168 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.ContextMBean].findFilterMaps() | 95 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream].read(byte[],int,int) | 55 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.util.StringManager].getManager(java.lang.String) | 34 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.auxiliary.PrivilegedMemberLookupAction].make(java.lang.String,net.bytebuddy.ClassFileVersion,net.bytebuddy.implementation.MethodAccessorFactory) | 52 | 0 | 0.0% | [] |
[org.apache.lucene.search.spans.SpanNotQuery].access$100(org.apache.lucene.search.spans.SpanNotQuery) | 80 | 0 | 0.0% | [] |
[org.apache.fop.render.pcl.PCLRendererConfigurator].setupFontInfo(org.apache.fop.render.intermediate.IFDocumentHandler,org.apache.fop.fonts.FontInfo) | 38 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.HttpMessages].isSafeInHttpHeader(java.lang.String) | 57 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.MethodBinding].isVoidMethod() | 663 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.step.TestStepDeviceProxy].toDeviceString(org.osgi.framework.ServiceReference) | 47 | 0 | 0.0% | [] |
[org.osgi.test.cases.residentialmanagement.LogStructureTestCase].testMetaDataAndType() | 65 | 0 | 0.0% | [] |
[aQute.lib.collections.SortedList].access$200(aQute.lib.collections.SortedList) | 207 | 0 | 0.0% | [] |
[org.apache.commons.collections.functors.InstantiateFactory].create() | 36 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLCallTemplate].process(com.icl.saxon.Context) | 91 | 0 | 0.0% | [] |
[org.apache.lucene.search.spans.SpanNearQuery].hashCode() | 74 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.tree.MethodNode].accept(org.eclipse.persistence.internal.libraries.asm.ClassVisitor) | 34 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.MatchRatingApproachEncoder].removeVowels(java.lang.String) | 113 | 0 | 0.0% | [] |
[org.osgi.test.cases.feature.junit.Feature_Test].createBundleBuilderGAV(org.osgi.service.feature.FeatureService) | 66 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.Registry].resetMetadata() | 295 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.util.Options].processOptions(java.lang.String) | 179 | 0 | 0.0% | [] |
[org.assertj.core.configuration.Configuration].describe(java.text.DateFormat) | 94 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.ManagedHttpClientConnectionFactory].create(java.lang.Object,org.apache.http.config.ConnectionConfig) | 32 | 0 | 0.0% | [] |
[org.apache.lucene.search.payloads.PayloadNearQuery].equals(java.lang.Object) | 96 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Include].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 56 | 0 | 0.0% | [] |
[org.apache.geronimo.transaction.manager.TransactionManagerImpl].resetStatistics() | 198 | 0 | 0.0% | [] |
[org.apache.fop.pdf.CMapBuilder].writeUseCMap() | 77 | 0 | 0.0% | [] |
[org.cyberneko.html.parsers.DOMFragmentParser].endDocument(org.apache.xerces.xni.Augmentations) | 134 | 0 | 0.0% | [] |
[org.osgi.test.cases.converter.junit.StandardConverterComplianceTest].testWildcardGenerics() | 86 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.IO].access$000() | 184 | 0 | 0.0% | [] |
[org.apache.xalan.templates.FuncDocument].isNodesetExpr() | 108 | 0 | 0.0% | [] |
[org.apache.xpath.VariableStack].getVariableOrParam(org.apache.xpath.XPathContext,org.apache.xml.utils.QName) | 89 | 0 | 0.0% | [] |
[org.apache.xml.utils.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[aQute.launcher.pre.EmbeddedLauncher].lambda$extract$0(java.net.URI,java.util.jar.JarFile,java.util.jar.JarEntry) | 154 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ProcessingInstructionPattern].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 55 | 0 | 0.0% | [] |
[org.apache.commons.collections.functors.SwitchTransformer].getDefaultTransformer() | 41 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.XalanTransformState].getTransformer() | 46 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.member.MethodInvocation].access$300(net.bytebuddy.implementation.bytecode.member.MethodInvocation) | 119 | 0 | 0.0% | [] |
[org.apache.regexp.RETest].test() | 158 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Param].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 89 | 0 | 0.0% | [] |
[aQute.libg.glob.PathSet].lambda$matcher$0(java.lang.String) | 57 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.ScriptingVariabler].access$000() | 58 | 0 | 0.0% | [] |
[org.apache.commons.codec.digest.Sha2Crypt].sha512Crypt(byte[],java.lang.String) | 127 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.server.WsHandshakeRequest].finished() | 41 | 0 | 0.0% | [] |
[org.apache.geronimo.transaction.manager.GeronimoTransactionManager].end(javax.transaction.xa.Xid) | 94 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Constraints.AclConstraints].testAclConstraints012() | 174 | 0 | 0.0% | [] |
[org.apache.commons.collections.buffer.BlockingBuffer].remove(long) | 68 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.SetPropertiesRule].toString() | 65 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.If].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.provider.CTDirContext].search(javax.naming.Name,java.lang.String,java.lang.Object[],javax.naming.directory.SearchControls) | 53 | 0 | 0.0% | [] |
[org.apache.lucene.search.TermRangeQuery].equals(java.lang.Object) | 69 | 0 | 0.0% | [] |
[com.icl.saxon.style.SAXONReturn].process(com.icl.saxon.Context) | 33 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.ar.ArabicStemmer].delete(char[],int,int) | 34 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.MethodType].argsCount() | 78 | 0 | 0.0% | [] |
[org.assertj.core.internal.Dates].isAfter(java.util.Date,java.util.Date) | 185 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.shingle.ShingleMatrixFilter].setIgnoringSinglePrefixOrSuffixShingle(boolean) | 303 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.PageNumberLayoutManager].getStringWidth(java.lang.String) | 41 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ReadManager].shutdown() | 117 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.TW6Test].testUnableServePage004() | 102 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.SymbolTable].unExcludeNamespaces(java.lang.String) | 93 | 0 | 0.0% | [] |
[org.apache.xml.utils.TreeWalker].endNode(org.w3c.dom.Node) | 148 | 0 | 0.0% | [] |
[com.icl.saxon.output.UncommittedEmitter].switchTo(com.icl.saxon.output.Emitter) | 89 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader].toString() | 592 | 0 | 0.0% | [] |
[org.apache.commons.lang3.EnumUtils].asEnum(java.lang.Class) | 67 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference].printExpression(int,java.lang.StringBuffer) | 52 | 0 | 0.0% | [] |
[org.apache.lucene.util.ArrayUtil].hashCode(byte[],int,int) | 81 | 0 | 0.0% | [] |
[org.osgi.service.condpermadmin.ConditionInfo].unescapeString(char[],int,int) | 110 | 0 | 0.0% | [] |
[org.eclipse.equinox.internal.log.stream.LogStreamProviderImpl].close() | 37 | 0 | 0.0% | [] |
[org.osgi.impl.service.serial.SerialEventManager].sendEvent(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.typedevent.junit.TypedEventCapabilityTestCase].lambda$test_service_capability$0(java.lang.String,org.osgi.framework.wiring.BundleCapability) | 33 | 0 | 0.0% | [] |
[org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase].waitForService(java.lang.Class,boolean) | 136 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFFontDescriptor].getCIDSet() | 37 | 0 | 0.0% | [] |
[org.apache.catalina.connector.CoyoteReader].readLine() | 63 | 0 | 0.0% | [] |
[org.apache.fop.afp.fonts.CharacterSetOrientation].setEmSpaceIncrement(int) | 46 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.AntCompiler].quotePathList(java.lang.String) | 214 | 0 | 0.0% | [] |
[org.apache.commons.io.input.CharSequenceReader].toString() | 37 | 0 | 0.0% | [] |
[org.apache.xpath.axes.UnionPathIterator].deepEquals(org.apache.xpath.Expression) | 156 | 0 | 0.0% | [] |
[com.nwalsh.xalan.FormatUnicodeCallout].formatCallout(org.apache.xml.utils.DOMBuilder,com.nwalsh.xalan.Callout) | 43 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.util.IFDocumentHandlerProxy].handleExtensionObject(java.lang.Object) | 53 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.GetNodeValue].testGetNodeValue002() | 32 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ArrayReference].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 122 | 0 | 0.0% | [] |
[org.apache.lucene.search.FieldCacheTermsFilter].access$000(org.apache.lucene.search.FieldCacheTermsFilter) | 31 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.PSProcSets].writeFOPEPSProcSet(org.apache.xmlgraphics.ps.PSGenerator) | 212 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.junit.ProgrammerErrorTestCase].testAsyncAndMediatorCalledWithDifferentThreads() | 90 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.ErrorMsg].isWarningError() | 81 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.TW1Test].testUnableServePage004() | 85 | 0 | 0.0% | [] |
[com.icl.saxon.functions.Id].findId(com.icl.saxon.expr.Value,com.icl.saxon.Context) | 50 | 0 | 0.0% | [] |
[org.apache.lucene.index.NormsWriter].closeDocStore(org.apache.lucene.index.SegmentWriteState) | 75 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.internal.StandardWebApplication].getStateAsString(int) | 86 | 0 | 0.0% | [] |
[aQute.junit.Activator].access$100(aQute.junit.Activator,org.osgi.framework.Bundle) | 415 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.transport.nio.ParallelNioSender].keepalive() | 183 | 0 | 0.0% | [] |
[org.junit.runner.notification.SynchronizedRunListener].toString() | 48 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.basedriver.UPnPDeviceImpl].releaseIcons() | 70 | 0 | 0.0% | [] |
[com.icl.saxon.tinytree.AncestorEnumeration].getLastPosition() | 41 | 0 | 0.0% | [] |
[org.jboss.test.osgi.repository.tck.Activator].stop(org.osgi.framework.BundleContext) | 39 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLChoose].process(com.icl.saxon.Context) | 41 | 0 | 0.0% | [] |
[org.eclipse.equinox.internal.log.stream.LogEntrySource].lambda$0(org.osgi.util.pushstream.PushEventConsumer) | 43 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.assign.reference.GenericTypeAwareAssigner].assign(net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.implementation.bytecode.assign.Assigner$Typing) | 128 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.Leader].collectDelimitedTextRanges(java.util.Stack,org.apache.fop.complexscripts.bidi.DelimitedTextRange) | 48 | 0 | 0.0% | [] |
[org.apache.lucene.index.FieldInfo].update(boolean,boolean,boolean,boolean,boolean,boolean,boolean) | 35 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLCopy].process(com.icl.saxon.Context) | 42 | 0 | 0.0% | [] |
[org.apache.fop.datatypes.URISpecification].escapeURI(java.lang.String) | 42 | 0 | 0.0% | [] |
[org.apache.xalan.lib.ExsltDynamic].closure(org.apache.xalan.extensions.ExpressionContext,org.w3c.dom.NodeList,java.lang.String) | 160 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.PluginSessionWrapper].checkRegistration(java.lang.String[]) | 259 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlOption].getDefaultStyleDisplay() | 97 | 0 | 0.0% | [] |
[org.restlet.data.Tag].toString() | 42 | 0 | 0.0% | [] |
[org.apache.tomcat.util.scan.UrlJar].reset() | 43 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.CollapsingBorderResolver].access$1100(org.apache.fop.fo.flow.table.CollapsingBorderResolver) | 197 | 0 | 0.0% | [] |
[org.restlet.engine.header.HeaderReader].unread() | 219 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.UnmodifiableEntrySet].toArray(java.lang.Object[]) | 36 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter].access$000(org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter,org.apache.xmlgraphics.image.writer.ImageWriterParams) | 45 | 0 | 0.0% | [] |
[aQute.tester.junit.platform.plugin.ProjectTesterImpl].setControlPort(int) | 50 | 0 | 0.0% | [] |
[org.apache.catalina.realm.JAASMemoryLoginModule].load() | 105 | 0 | 0.0% | [] |
[org.apache.tomcat.util.scan.FileUrlJar].reset() | 32 | 0 | 0.0% | [] |
[org.apache.catalina.ssi.SSIConditional].getExpression(java.lang.String[],java.lang.String[]) | 43 | 0 | 0.0% | [] |
[org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter].setLocale(java.util.Locale) | 60 | 0 | 0.0% | [] |
[org.apache.xalan.lib.ExsltSets].hasSameNode(org.w3c.dom.NodeList,org.w3c.dom.NodeList) | 61 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.PrimaryGridUnit].setBreakAfter(int) | 98 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.Initializer].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.MethodScope) | 54 | 0 | 0.0% | [] |
[org.apache.catalina.authenticator.SavedRequest].setContentType(java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.lucene.search.ParallelMultiSearcher].foreach(org.apache.lucene.search.ParallelMultiSearcher$Function,java.util.List) | 70 | 0 | 0.0% | [] |
[org.restlet.data.Conditions].setUnmodifiedSince(java.util.Date) | 99 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.dsc.DefaultNestedDocumentHandler].processEvent(org.apache.xmlgraphics.ps.dsc.events.DSCEvent,org.apache.xmlgraphics.ps.dsc.DSCParser) | 34 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.FactoryCreateRule].getFactory(org.xml.sax.Attributes) | 82 | 0 | 0.0% | [] |
[org.restlet.service.TaskService].submit(java.lang.Runnable,java.lang.Object) | 100 | 0 | 0.0% | [] |
[org.apache.catalina.startup.Catalina].access$000() | 374 | 0 | 0.0% | [] |
[org.apache.commons.codec.net.BCodec].getDefaultCharset() | 42 | 0 | 0.0% | [] |
[org.apache.jasper.xmlparser.EncodingMap].removeJava2IANAMapping(java.lang.String) | 430 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.ContextResourceLink].equals(java.lang.Object) | 43 | 0 | 0.0% | [] |
[org.apache.xpath.functions.Function2Args].deepEquals(org.apache.xpath.Expression) | 37 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 60 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.resource.URLResource].isContainedIn(org.eclipse.jetty.util.resource.Resource) | 69 | 0 | 0.0% | [] |
[org.apache.http.auth.NTCredentials].toString() | 45 | 0 | 0.0% | [] |
[org.apache.fop.util.bitmap.BitmapImageUtil].createDefaultMonochromeBitmapConverter() | 77 | 0 | 0.0% | [] |
[org.apache.commons.collections.ComparatorUtils].max(java.lang.Object,java.lang.Object,java.util.Comparator) | 33 | 0 | 0.0% | [] |
[org.apache.lucene.store.SimpleFSDirectory].openInput(java.lang.String,int) | 76 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 34 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.StackSize].maximum(net.bytebuddy.implementation.bytecode.StackSize) | 34 | 0 | 0.0% | [] |
[org.apache.catalina.startup.WebappServiceLoader].loadServices(java.lang.Class,java.util.LinkedHashSet) | 73 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.ngram.EdgeNGramTokenizer].reset() | 66 | 0 | 0.0% | [] |
[org.apache.http.impl.client.RedirectLocations].contains(java.lang.Object) | 35 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.Acl.Equals].testEquals003() | 36 | 0 | 0.0% | [] |
[org.apache.commons.lang3.concurrent.MultiBackgroundInitializer].initialize() | 56 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlPage].isHtmlPage() | 798 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.Soundex].soundex(java.lang.String) | 51 | 0 | 0.0% | [] |
[com.icl.saxon.trace.SaxonEventMulticaster].removeInternal(java.util.EventListener,java.util.EventListener) | 41 | 0 | 0.0% | [] |
[org.restlet.engine.connector.ServerConnectionController].doInit() | 42 | 0 | 0.0% | [] |
[org.apache.jasper.el.JspValueExpression].readExternal(java.io.ObjectInput) | 50 | 0 | 0.0% | [] |
[org.apache.catalina.startup.WebRuleSet].recycle() | 485 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.cmdline.getopt.GetOpt].getCmdArgs() | 92 | 0 | 0.0% | [] |
[org.apache.fop.afp.fonts.AFPBase12FontCollection].createReferencedRasterFont(java.lang.String) | 60 | 0 | 0.0% | [] |
[org.apache.tomcat.util.threads.ThreadPoolExecutor].contextStopping() | 64 | 0 | 0.0% | [] |
[org.apache.catalina.manager.StatusTransformer].formatSeconds(java.lang.Object) | 518 | 0 | 0.0% | [] |
[org.apache.xpath.operations.Variable].isPsuedoVarRef() | 76 | 0 | 0.0% | [] |
[org.apache.fop.hyphenation.SerializeHyphPattern].rebuild(java.io.File,java.io.File) | 44 | 0 | 0.0% | [] |
[com.icl.saxon.tree.ElementImpl].copy(com.icl.saxon.output.Outputter,boolean) | 75 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.KeepProperty].hashCode() | 52 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSection].getTextrun() | 57 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemCopyOf].callChildVisitors(org.apache.xalan.templates.XSLTVisitor,boolean) | 53 | 0 | 0.0% | [] |
[org.assertj.core.internal.StandardComparisonStrategy].lambda$newSetUsingComparisonStrategy$0(java.lang.Object,java.lang.Object) | 63 | 0 | 0.0% | [] |
[org.osgi.impl.service.rest.resources.BundleResource].put(org.restlet.representation.Representation,org.restlet.representation.Variant) | 35 | 0 | 0.0% | [] |
[org.apache.geronimo.transaction.log.XidImpl2].getKey() | 60 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.tsccm.ConnPoolByRoute].access$000(org.apache.http.impl.conn.tsccm.ConnPoolByRoute) | 264 | 0 | 0.0% | [] |
[com.oracle.gemini.jpa.PersistenceUnitBundleUtil].fragmentSymbolicName(org.osgi.framework.Bundle) | 129 | 0 | 0.0% | [] |
[org.apache.fop.accessibility.StructureTree2SAXEventAdapter].startReferencedNode(java.lang.String,org.xml.sax.Attributes) | 35 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.MultiDOM].access$000(org.apache.xalan.xsltc.dom.MultiDOM) | 237 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor].setMaxThreads(int) | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.BundleManifestVersionTest].testBundleManifestVersionError002() | 60 | 0 | 0.0% | [] |
[org.osgi.test.cases.networkadapter.junit.NetworkIfTestCase].testRemoveAction03() | 295 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.TransformerHandlerImpl].externalEntityDecl(java.lang.String,java.lang.String,java.lang.String) | 219 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.Others.OpenSession].testOpenSession003() | 34 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.ajax.JSON].complete(java.lang.String,org.eclipse.jetty.util.ajax.JSON$Source) | 626 | 0 | 0.0% | [] |
[org.assertj.core.api.ThrowableAssertAlternative].havingRootCause() | 53 | 0 | 0.0% | [] |
[net.bytebuddy.dynamic.loading.ClassReloadingStrategy].hashCode() | 131 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.IntLiteral].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 88 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument].generate(org.apache.xmlgraphics.ps.PSGenerator) | 34 | 0 | 0.0% | [] |
[aQute.lib.startlevel.StartLevelRuntimeHandler].create(aQute.lib.startlevel.Trace,java.util.Properties) | 105 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.util.NodeSetType].STORE(int) | 94 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.DevicePermissionTest].checkFilter(java.lang.String) | 230 | 0 | 0.0% | [] |
[org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives].isReusable() | 65 | 0 | 0.0% | [] |
[com.icl.saxon.output.NamespaceEmitter].endElement(int) | 48 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.model.PackageElementImpl].isUnnamed() | 36 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.junit.RemoteServiceAdminExportTest].loadCTProperties() | 637 | 0 | 0.0% | [] |
[org.osgi.test.cases.residentialmanagement.FilterOperationsTestCase].cleanupSearch(org.osgi.service.dmt.DmtSession,java.lang.String) | 386 | 0 | 0.0% | [] |
[org.restlet.util.WrapperRequest].toString() | 70 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.transport.bio.MultipointBioSender].keepalive() | 65 | 0 | 0.0% | [] |
[org.apache.xpath.axes.FilterExprIterator].access$002(org.apache.xpath.axes.FilterExprIterator,org.apache.xpath.Expression) | 43 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.XATest].testXA013() | 246 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.UnionPathExpr].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 54 | 0 | 0.0% | [] |
[org.apache.avalon.framework.configuration.SAXConfigurationHandler].getLocationString() | 59 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.member.MethodVariableAccess].access$200(net.bytebuddy.implementation.bytecode.member.MethodVariableAccess) | 71 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.batch.Main].validateOptions(boolean) | 3073 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.SingleTypeReference].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 64 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.HttpCookie].isHttpOnly() | 64 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.DoStatement].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 131 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.MinimalClientExec].execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) | 96 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.ResponseEntityProxy].toString() | 64 | 0 | 0.0% | [] |
[org.apache.coyote.http11.upgrade.AprServletOutputStream].doClose() | 59 | 0 | 0.0% | [] |
[com.nwalsh.saxon.ImageIntrinsics].imageUpdate(java.awt.Image,int,int,int,int,int) | 79 | 0 | 0.0% | [] |
[org.apache.commons.collections.FastTreeMap].values() | 264 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO].getPriority() | 41 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.UnresolvedRef].toString() | 34 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.GraphicsUtil].getAlphaRaster(java.awt.image.RenderedImage) | 416 | 0 | 0.0% | [] |
[org.apache.catalina.ha.session.SerializablePrincipal].writePrincipal(org.apache.catalina.realm.GenericPrincipal,java.io.ObjectOutput) | 64 | 0 | 0.0% | [] |
[org.assertj.core.description.JoinDescription].appendIndentedValueTo(org.assertj.core.description.JoinDescription$IndentedAppendable) | 54 | 0 | 0.0% | [] |
[aQute.tester.bundle.engine.BundleEngine].lambda$execute$0(org.junit.platform.engine.TestDescriptor) | 79 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.PerThreadTagHandlerPool].access$200(org.apache.jasper.runtime.PerThreadTagHandlerPool) | 36 | 0 | 0.0% | [] |
[org.osgi.test.cases.resourcemonitoring.TC3_ResourceContextBundleManagementTestCases].testRemovingABundleWithADestinationContextWhichHasBeenPreviouslyDeleted() | 128 | 0 | 0.0% | [] |
[org.apache.fop.fo.expr.FromTableColumnFunction].eval(org.apache.fop.fo.properties.Property[],org.apache.fop.fo.expr.PropertyInfo) | 36 | 0 | 0.0% | [] |
[org.apache.lucene.index.IndexWriter].access$100(org.apache.lucene.index.IndexWriter) | 1684 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.MultiPartWriter].startPart(java.lang.String,java.lang.String[]) | 46 | 0 | 0.0% | [] |
[org.apache.tomcat.util.buf.C2BConverter].convert(org.apache.tomcat.util.buf.CharChunk,org.apache.tomcat.util.buf.ByteChunk) | 49 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationInfo].equals(java.lang.Object) | 97 | 0 | 0.0% | [] |
[org.osgi.test.cases.coordinator.junit.CoordinatorBasicTests].testExtendTimeout() | 723 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.event.SubscriptionRenew].surrender(boolean) | 31 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.JspFactoryImpl].access$200() | 77 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.compound.hyphenation.HyphenationTree].printStats() | 175 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.StaticContentLayoutManager].getKeepWithPrevious() | 110 | 0 | 0.0% | [] |
[org.apache.lucene.search.IndexSearcher].setDefaultFieldSortScoring(boolean,boolean) | 90 | 0 | 0.0% | [] |
[org.apache.lucene.util.BitUtil].nextHighestPowerOfTwo(long) | 371 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.JspReader].popFile() | 277 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.fileupload.MultipartStream].access$012(org.apache.tomcat.util.http.fileupload.MultipartStream,int) | 216 | 0 | 0.0% | [] |
[org.apache.xml.utils.StringToIntTable].keys() | 44 | 0 | 0.0% | [] |
[org.jboss.osgi.resolver.spi.AbstractBundleWiring].getBundle() | 114 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.FormatNumberCall].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 36 | 0 | 0.0% | [] |
[org.apache.lucene.util.OpenBitSetIterator].docID() | 46 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.AsyncChannelGroupUtil].createAsynchronousChannelGroup() | 37 | 0 | 0.0% | [] |
[org.osgi.impl.service.networkadapter.NetworkIfManager].removeNetworkAddressReg(java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.Caverphone2].encode(java.lang.String) | 64 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.ExtensionNamespacesManager].setPredefinedNamespaces() | 88 | 0 | 0.0% | [] |
[org.apache.catalina.ha.authenticator.ClusterSingleSignOn].removeSessionLocal(java.lang.String,org.apache.catalina.Session) | 117 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.fonts.GlyphPositioningTable].position(org.apache.fop.complexscripts.util.GlyphSequence,java.lang.String,java.lang.String,int,int[],int[][]) | 1021 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource].unCapitalize(java.lang.String) | 161 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.component.AggregateLifeCycle].dump(java.lang.Appendable,java.lang.String,java.util.Collection[]) | 154 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.permissions.ServicePermissionTests].invalidServicePermission(org.osgi.framework.ServiceReference,java.lang.String) | 522 | 0 | 0.0% | [] |
[org.osgi.util.pushstream.SimplePushEventSourceImpl].lambda$open$0(org.osgi.util.pushstream.PushEventConsumer) | 186 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.junit.AsyncTestCase].testAsyncImplementationCapability() | 61 | 0 | 0.0% | [] |
[org.apache.commons.collections.ClosureUtils].switchMapClosure(java.util.Map) | 34 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.transport.RxTaskPool].getTaskCreator() | 61 | 0 | 0.0% | [] |
[com.icl.saxon.IDFilter].processingInstruction(java.lang.String,java.lang.String) | 44 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.SnowballProgram].assign_to(java.lang.StringBuilder) | 211 | 0 | 0.0% | [] |
[org.restlet.engine.local.DirectoryServerResource].setTargetUri(java.lang.String) | 262 | 0 | 0.0% | [] |
[org.restlet.data.CharacterSet].toCharset() | 74 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.TransactionTest].testTI024() | 226 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.rfc141.TestBug1735_ScaffoldMetaData].preparePlugin() | 45 | 0 | 0.0% | [] |
[com.nexwave.nsidita.DirList].getListFilesRelTo(java.lang.String) | 62 | 0 | 0.0% | [] |
[org.apache.xml.serializer.ToHTMLSAXHandler].resetToHTMLSAXHandler() | 119 | 0 | 0.0% | [] |
[org.apache.commons.collections.StaticBucketMap].access$800(org.apache.commons.collections.StaticBucketMap,java.lang.Object) | 219 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.IFGraphicContext].access$000() | 49 | 0 | 0.0% | [] |
[org.osgi.test.cases.zigbee.ZigBeeControlTestCase].getValidEndpointId(org.osgi.service.zigbee.ZigBeeNode) | 788 | 0 | 0.0% | [] |
[org.apache.catalina.core.ApplicationFilterChain].access$100(org.apache.catalina.core.ApplicationFilterChain,org.apache.catalina.comet.CometEvent) | 191 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.CommonBorderPaddingBackground].getHashCode(java.lang.Object[]) | 162 | 0 | 0.0% | [] |
[com.icl.saxon.charcode.CP852CharacterSet].getEncodingName() | 96 | 0 | 0.0% | [] |
[org.apache.xpath.compiler.Lexer].mapNSTokens(java.lang.String,int,int,int) | 186 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.util.Archive].close() | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.Rollback].testRollback001() | 33 | 0 | 0.0% | [] |
[org.apache.commons.logging.impl.AvalonLogger].warn(java.lang.Object) | 54 | 0 | 0.0% | [] |
[org.apache.coyote.http11.upgrade.UpgradeNioProcessor].writeToSocket(byte[],int,int) | 94 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.junit.AsyncDelegateTestCase].testExecuteDelegateException() | 95 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.event.GenaServer].getPort() | 53 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl].toString() | 54 | 0 | 0.0% | [] |
[org.osgi.test.cases.cdi.junit.CdiBeanTests].testInstance_Optional() | 130 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.io.ZipUtils].determineFinalZipDestination(org.eclipse.virgo.util.io.PathReference,org.eclipse.virgo.util.io.PathReference) | 77 | 0 | 0.0% | [] |
[org.apache.xml.utils.XMLChar].isValidQName(java.lang.String) | 122 | 0 | 0.0% | [] |
[org.apache.fop.fo.extensions.svg.SVGDOMContentHandlerFactory].access$000() | 42 | 0 | 0.0% | [] |
[org.apache.catalina.core.ApplicationDispatcher].access$200(org.apache.catalina.core.ApplicationDispatcher,javax.servlet.ServletRequest,javax.servlet.ServletResponse) | 420 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSMediaRuleImpl].readObject(java.io.ObjectInputStream) | 87 | 0 | 0.0% | [] |
[org.hamcrest.collection.IsIterableContainingInOrder].matchesSafely(java.lang.Object,org.hamcrest.Description) | 40 | 0 | 0.0% | [] |
[org.apache.fop.fonts.autodetect.WindowsFontDirFinder].find() | 41 | 0 | 0.0% | [] |
[org.apache.catalina.authenticator.FormAuthenticator].savedRequestURL(org.apache.catalina.Session) | 260 | 0 | 0.0% | [] |
[org.osgi.test.cases.cdi.secure.junit.SecureTestCase].testHasGETLoggerFactoryServicePermission_tb3() | 162 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.LoggingOutputStream].close() | 36 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.util.TraceClassVisitor].appendAccess(int) | 160 | 0 | 0.0% | [] |
[org.apache.coyote.http11.InternalOutputBuffer].access$100(org.apache.coyote.http11.InternalOutputBuffer) | 55 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.PageContextImpl].access$1100(org.apache.jasper.runtime.PageContextImpl,java.lang.Throwable) | 351 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.DefaultConnectionPool].setPoolEnabled(boolean) | 99 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.Cookies].getQuotedValueEndPosition(byte[],int,int) | 198 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.internal.WebApplicationStartFailureRetryController].clear() | 50 | 0 | 0.0% | [] |
[org.apache.catalina.ha.context.ReplicatedContext].access$000() | 77 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.thread.ShutdownThread].run() | 45 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor].setDomain(java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.IFUtil].copyDP(int[][],int,int) | 112 | 0 | 0.0% | [] |
[org.apache.fop.hyphenation.PatternParser].closeTestOut() | 215 | 0 | 0.0% | [] |
[org.apache.fop.fonts.type1.PFBParser].parseRAWFormat(org.apache.fop.fonts.type1.PFBData,java.io.BufferedInputStream) | 92 | 0 | 0.0% | [] |
[com.icl.saxon.ExtendedInputSource].createURL(java.io.File) | 45 | 0 | 0.0% | [] |
[org.apache.fop.pdf.xref.CrossReferenceStream].access$000(org.apache.fop.pdf.xref.CrossReferenceStream) | 38 | 0 | 0.0% | [] |
[org.apache.lucene.search.payloads.PayloadSpanUtil].getPayloads(java.util.Collection,org.apache.lucene.search.spans.SpanQuery) | 76 | 0 | 0.0% | [] |
[org.apache.commons.lang3.AnnotationUtils].arrayMemberHash(java.lang.Class,java.lang.Object) | 134 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLDocument].process(com.icl.saxon.Context) | 47 | 0 | 0.0% | [] |
[org.apache.fop.fo.FOElementMapping].isAttributeProperty(org.apache.xmlgraphics.util.QName) | 193 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.EqualExpression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 564 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSSVGHandler].supportsRenderer(org.apache.fop.render.Renderer) | 91 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.xmp.XMPArray].toString() | 86 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder].setAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]) | 39 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.MethodWriter].collectAttributePrototypes(net.bytebuddy.jar.asm.Attribute$Set) | 923 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.UserMBean].removeRole(java.lang.String) | 66 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ContinueStatement].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 46 | 0 | 0.0% | [] |
[aQute.remote.plugin.LauncherSupervisor].redirect(int) | 55 | 0 | 0.0% | [] |
[org.gradle.cli.CommandLineOption].groupWith(java.util.Set) | 40 | 0 | 0.0% | [] |
[org.osgi.test.cases.condpermadmin.junit.ConditionalTestControl].clearState() | 423 | 0 | 0.0% | [] |
[com.steadystate.css.parser.SACParserCSS1TokenManager].jjCheckNAddStates(int,int) | 1732 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow].getTable() | 140 | 0 | 0.0% | [] |
[org.apache.lucene.index.SegmentMerger].mergeNorms() | 353 | 0 | 0.0% | [] |
[org.apache.fop.fonts.FontManagerConfigurator].createFontsMatcher(org.apache.avalon.framework.configuration.Configuration,boolean) | 65 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.LogicalExpr].translateDesynthesized(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 63 | 0 | 0.0% | [] |
[org.restlet.data.AuthenticationInfo].setResponseDigest(java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.commons.collections.buffer.UnboundedFifoBuffer].access$100(org.apache.commons.collections.buffer.UnboundedFifoBuffer,int) | 91 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.ImageLayout].isClipped() | 156 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.TestUtil].getMethods(java.lang.Class,java.lang.String,java.lang.Class[]) | 55 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference].nullAnnotatedVariableBinding(boolean) | 677 | 0 | 0.0% | [] |
[org.apache.xpath.functions.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.tb1.ReadOnlyDS].findNode(java.lang.String[]) | 36 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.junit.BuildingMediatorTestCase].testDirectMediateToVMTypes() | 122 | 0 | 0.0% | [] |
[org.apache.http.util.VersionInfo].getUserAgent(java.lang.String,java.lang.String,java.lang.Class) | 67 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.io.ASCII85InputStream].readNextTuple() | 68 | 0 | 0.0% | [] |
[org.apache.http.client.methods.RequestBuilder].build() | 155 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.BlockContainerLayoutManager].getBreakBefore() | 408 | 0 | 0.0% | [] |
[org.apache.lucene.index.FreqProxTermsWriter].bytesPerPosting() | 123 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.secure.provider.CTDirContext].search(javax.naming.Name,java.lang.String,java.lang.Object[],javax.naming.directory.SearchControls) | 53 | 0 | 0.0% | [] |
[org.apache.fop.area.Trait].getTraitClass(java.lang.Object) | 186 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier].areTypesEqual(org.eclipse.jdt.internal.compiler.lookup.TypeBinding,org.eclipse.jdt.internal.compiler.lookup.TypeBinding) | 290 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding].isCatchParameter() | 125 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.util.CheckClassAdapter].checkAccess(int,int) | 128 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLText].process(com.icl.saxon.Context) | 38 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.CompoundAssignment].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 101 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemTextLiteral].execute(org.apache.xalan.transformer.TransformerImpl) | 31 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.BrowserVersionFeatures].valueOf(java.lang.String) | 394 | 0 | 0.0% | [] |
[org.apache.commons.lang3.StringEscapeUtils].unescapeCsv(java.lang.String) | 58 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream].seek(long) | 31 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.problem.DefaultProblem].toString() | 81 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.secure.junit.FrameworkLaunchTests].doTestTrustRepository(java.util.Map,java.lang.String,boolean) | 62 | 0 | 0.0% | [] |
[org.osgi.util.promise.PromiseFactory].combiner(java.util.Collection,java.util.Collection) | 155 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.ConfigurationPlugin.ConfigReadWriteSession].getConfiguration(java.lang.String,java.lang.String[],boolean) | 495 | 0 | 0.0% | [] |
[org.assertj.core.api.Condition].toString() | 31 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.ajax.JSONObjectConvertor].includeField(java.lang.String,java.lang.Object,java.lang.reflect.Method) | 34 | 0 | 0.0% | [] |
[org.apache.http.impl.client.RequestWrapper].incrementExecCount() | 47 | 0 | 0.0% | [] |
[org.apache.fop.traits.MinOptMax].toString() | 56 | 0 | 0.0% | [] |
[org.jboss.osgi.metadata.internal.AbstractParameterizedAttribute].toString() | 33 | 0 | 0.0% | [] |
[org.assertj.core.api.Float2DArrayAssert].isDeepEqualTo(java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.functions.MeterTest].testTotalPropertyEvent() | 31 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.NumberProperty].hashCode() | 54 | 0 | 0.0% | [] |
[org.apache.fop.area.inline.WordArea].reverse(int[][]) | 87 | 0 | 0.0% | [] |
[org.assertj.core.api.BDDAssertions].useDefaultRepresentation() | 226 | 0 | 0.0% | [] |
[net.sf.cglib.core.CodeEmitter].invoke(net.sf.cglib.core.MethodInfo) | 433 | 0 | 0.0% | [] |
[org.apache.http.impl.client.MinimalHttpClient].access$000(org.apache.http.impl.client.MinimalHttpClient) | 34 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.ImageRawPNGAdapter].populateXObjectDictionary(org.apache.fop.pdf.PDFDictionary) | 96 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketConnectionD06].access$2200(org.eclipse.jetty.websocket.WebSocketConnectionD06) | 244 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.Token].copyTo(org.apache.lucene.util.AttributeImpl) | 260 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.ObjectGraphIterator].remove() | 63 | 0 | 0.0% | [] |
[org.apache.xalan.templates.AVT].getBuffer() | 153 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.UnionTypeReference].augmentTypeWithAdditionalDimensions(int,org.eclipse.jdt.internal.compiler.ast.Annotation[][],boolean) | 66 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.CollatingIterator].anyHasNext(java.util.ArrayList) | 103 | 0 | 0.0% | [] |
[org.apache.catalina.manager.DummyProxySession].setValid(boolean) | 39 | 0 | 0.0% | [] |
[org.apache.http.impl.io.ContentLengthInputStream].skip(long) | 54 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 48 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.TraditionalObjectFactoryBuilder].createObjectFactory(java.lang.Object,java.util.Hashtable) | 45 | 0 | 0.0% | [] |
[org.apache.commons.collections.UnboundedFifoBuffer].access$100(org.apache.commons.collections.UnboundedFifoBuffer,int) | 83 | 0 | 0.0% | [] |
[org.apache.bcel.util.MethodHTML].writeMethod(org.apache.bcel.classfile.Method,int) | 62 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.HttpBuffersImpl].toString() | 52 | 0 | 0.0% | [] |
[org.osgi.test.cases.metatype.junit.AdMinMaxTest].tearDown() | 80 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.BlockLayoutManager].getBreakBefore() | 169 | 0 | 0.0% | [] |
[org.restlet.engine.connector.HttpClientOutboundWay].updateState() | 41 | 0 | 0.0% | [] |
[org.restlet.representation.ObjectRepresentation].write(java.io.OutputStream) | 55 | 0 | 0.0% | [] |
[org.apache.catalina.connector.ResponseFacade].getHeaders(java.lang.String) | 175 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.ssdp.SSDPParser].getHeaderValue(java.lang.String,java.lang.String[]) | 211 | 0 | 0.0% | [] |
[org.apache.fop.fo.expr.NumericOp].numeric(double,int) | 45 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.ByteVector].enlarge(int) | 104 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.cache.ImageCache].doInvalidURIHouseKeeping() | 96 | 0 | 0.0% | [] |
[org.apache.commons.collections.bidimap.TreeBidiMap].access$2900(org.apache.commons.collections.bidimap.TreeBidiMap,int) | 649 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.tree.analysis.BasicInterpreter].merge(org.eclipse.persistence.internal.libraries.asm.tree.analysis.Value,org.eclipse.persistence.internal.libraries.asm.tree.analysis.Value) | 78 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.URIProperty].access$100(org.apache.fop.fo.properties.URIProperty) | 41 | 0 | 0.0% | [] |
[org.apache.http.conn.ssl.SSLConnectionSocketFactory].verifyHostname(javax.net.ssl.SSLSocket,java.lang.String) | 125 | 0 | 0.0% | [] |
[org.apache.commons.codec.binary.BinaryCodec].toAsciiString(byte[]) | 57 | 0 | 0.0% | [] |
[org.apache.xml.utils.ObjectStack].clone() | 32 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.BlockContainer].getNameId() | 62 | 0 | 0.0% | [] |
[org.apache.http.impl.auth.NTLMScheme].isComplete() | 53 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.HttpFields].access$300() | 510 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable].updateSourceEndIfNecessary(int,int) | 66 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLApplyTemplates].process(com.icl.saxon.Context) | 58 | 0 | 0.0% | [] |
[org.restlet.representation.AppendableRepresentation].setText(java.lang.CharSequence) | 32 | 0 | 0.0% | [] |
[org.apache.commons.collections.keyvalue.MultiKey].toString() | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.usbinfo.junit.USBInfoDeviceTestCase].testUnregisterDevice03() | 226 | 0 | 0.0% | [] |
[org.apache.commons.collections.SetUtils].transformedSortedSet(java.util.SortedSet,org.apache.commons.collections.Transformer) | 31 | 0 | 0.0% | [] |
[org.apache.lucene.index.SortedTermVectorMapper].getTermVectorEntrySet() | 37 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.description.Document].getType() | 816 | 0 | 0.0% | [] |
[org.apache.bcel.generic.ClassGen].clone() | 156 | 0 | 0.0% | [] |
[org.restlet.engine.local.ZipClientHelper].writeEntityStream(org.restlet.representation.Representation,java.util.zip.ZipOutputStream,java.lang.String) | 141 | 0 | 0.0% | [] |
[net.sf.cglib.core.ReflectUtils].access$000() | 223 | 0 | 0.0% | [] |
[org.apache.catalina.core.JreMemoryLeakPreventionListener].lifecycleEvent(org.apache.catalina.LifecycleEvent) | 146 | 0 | 0.0% | [] |
[org.apache.xpath.functions.FuncId].execute(org.apache.xpath.XPathContext) | 43 | 0 | 0.0% | [] |
[org.apache.lucene.index.DirectoryReader].access$000(org.apache.lucene.index.DirectoryReader,org.apache.lucene.index.SegmentInfos,boolean,boolean) | 534 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.GridUnit].toString() | 131 | 0 | 0.0% | [] |
[net.sf.diffmk.DiffMkProperties].class$(java.lang.String) | 71 | 0 | 0.0% | [] |
[org.junit.internal.runners.MethodRoadie].addFailure(java.lang.Throwable) | 85 | 0 | 0.0% | [] |
[org.apache.lucene.search.PhraseQuery].access$200(org.apache.lucene.search.PhraseQuery) | 136 | 0 | 0.0% | [] |
[org.apache.fop.svg.PDFANode].paint(java.awt.Graphics2D) | 46 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.shingle.ShingleAnalyzerWrapper].reusableTokenStream(java.lang.String,java.io.Reader) | 47 | 0 | 0.0% | [] |
[org.assertj.core.util.Throwables].lambda$static$0(java.lang.StackTraceElement) | 109 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor].setAlwaysSend(boolean) | 98 | 0 | 0.0% | [] |
[org.apache.http.impl.DefaultHttpRequestFactory].newHttpRequest(java.lang.String,java.lang.String) | 31 | 0 | 0.0% | [] |
[org.apache.xalan.lib.PipeDocument].usePipe(java.util.Vector,java.lang.String,java.lang.String) | 57 | 0 | 0.0% | [] |
[org.cyberneko.html.HTMLElements].getElement(java.lang.String,org.cyberneko.html.HTMLElements$Element) | 102 | 0 | 0.0% | [] |
[net.bytebuddy.ByteBuddy].hashCode() | 268 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFFormXObject].populateStreamDict(java.lang.Object) | 75 | 0 | 0.0% | [] |
[org.apache.jasper.security.SecurityClassLoad].securityClassLoad(java.lang.ClassLoader) | 34 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.DmtSessionImpl].getValidatedNodeCache() | 893 | 0 | 0.0% | [] |
[org.assertj.core.api.Char2DArrayAssert].isDeepEqualTo(java.lang.Object) | 41 | 0 | 0.0% | [] |
[org.apache.catalina.ha.deploy.FarmWarDeployer].getAbsolutePath(java.lang.String) | 314 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.util.ASMifierCodeVisitor].appendLabel(org.eclipse.persistence.internal.libraries.asm.Label) | 150 | 0 | 0.0% | [] |
[com.icl.saxon.expr.FilterExpression].display(int) | 60 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.resource.ResourceCollection].isContainedIn(org.eclipse.jetty.util.resource.Resource) | 169 | 0 | 0.0% | [] |
[org.apache.jasper.el.JasperELResolver].coerceToString(java.lang.Object) | 62 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.SmapGenerator].toString() | 53 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.InstreamForeignObject].getChildXMLObj() | 39 | 0 | 0.0% | [] |
[org.apache.catalina.websocket.WsOutbound].doWriteText(java.nio.CharBuffer,boolean) | 195 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.junit.ConnectTests].lambda$testConnectFactoryNoModules$0(org.osgi.framework.launch.Framework) | 506 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.ProtocolExec].execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) | 71 | 0 | 0.0% | [] |
[org.apache.jasper.servlet.JasperLoader].getPermissions(java.security.CodeSource) | 37 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.ext.junit.DataMountPluginTest].testDataPluginModified03() | 823 | 0 | 0.0% | [] |
[org.apache.lucene.store.RAMInputStream].seek(long) | 43 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.LazyList].removeFromArray(java.lang.Object[],java.lang.Object) | 168 | 0 | 0.0% | [] |
[com.steadystate.css.parser.SACParserCSS1].setDocumentHandler(org.w3c.css.sac.DocumentHandler) | 729 | 0 | 0.0% | [] |
[org.apache.catalina.util.Introspection].convertPrimitiveType(java.lang.Class) | 55 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.EntrySetMapIterator].toString() | 31 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.ImageObject].writeEnd(java.io.OutputStream) | 51 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.PreloaderEMF].determineSize(javax.imageio.stream.ImageInputStream,org.apache.xmlgraphics.image.loader.ImageContext) | 33 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.classloader.BundleProxyClassLoader].toString() | 49 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Message].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 54 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.SetNodeValue].testSetNodeValue002() | 33 | 0 | 0.0% | [] |
[org.osgi.test.cases.tr069todmt.junit.TR069ConnectorSessionsTestCase].testConnectorsOnSameSession() | 50 | 0 | 0.0% | [] |
[org.apache.fop.fonts.autodetect.FontInfoFinder].find(java.net.URL,org.apache.fop.fonts.FontResolver,org.apache.fop.fonts.FontCache) | 104 | 0 | 0.0% | [] |
[org.apache.fop.render.PrintRendererConfigurator].setupFontInfo(org.apache.fop.render.intermediate.IFDocumentHandler,org.apache.fop.fonts.FontInfo) | 35 | 0 | 0.0% | [] |
[org.restlet.util.WrapperRepresentation].write(java.nio.channels.WritableByteChannel) | 64 | 0 | 0.0% | [] |
[org.apache.fop.fonts.NamedCharacter].toString() | 38 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.ClassReader].readConst(int,char[]) | 1519 | 0 | 0.0% | [] |
[org.osgi.test.cases.rest.client.junit.RestClientTestCase].assertEquivalent(java.lang.String[],java.lang.String[]) | 469 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.extensions.DocumentNavigationHandler].endDocument() | 116 | 0 | 0.0% | [] |
[org.osgi.impl.service.resourcemonitoring.fakemonitors.FakeMonitor].checkExistency(java.lang.String) | 82 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.structurals.Pass3bVerifier].getMethodNo() | 115 | 0 | 0.0% | [] |
[aQute.libg.uri.URIUtil].decode(java.lang.String) | 91 | 0 | 0.0% | [] |
[de.telekom.laboratories.hg.plugin.bundles.DPBundleReadableDataSession].toStringPath(java.lang.String[]) | 74 | 0 | 0.0% | [] |
[org.apache.xpath.Arg].equals(java.lang.Object) | 48 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.PredicatedMap].putAll(java.util.Map) | 38 | 0 | 0.0% | [] |
[org.junit.experimental.theories.internal.Assignments].getArgumentStrings(boolean) | 48 | 0 | 0.0% | [] |
[org.apache.http.ProtocolVersion].clone() | 35 | 0 | 0.0% | [] |
[org.apache.catalina.startup.TldRuleSet].addRuleInstances(org.apache.tomcat.util.digester.Digester) | 38 | 0 | 0.0% | [] |
[org.apache.catalina.core.ApplicationContextFacade].handleException(java.lang.Exception) | 256 | 0 | 0.0% | [] |
[org.apache.fop.render.extensions.prepress.PageBoundaries].getLengthIntValue(java.lang.String) | 68 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToInt].toString() | 80 | 0 | 0.0% | [] |
[org.osgi.impl.service.prefs.Base64].base64toInt(char) | 68 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSCharsetRuleImpl].toString() | 35 | 0 | 0.0% | [] |
[org.apache.xml.utils.QName].getPrefixPart(java.lang.String) | 148 | 0 | 0.0% | [] |
[org.restlet.engine.component.HostRoute].setNext(org.restlet.routing.VirtualHost) | 50 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching].checkForContraditions(org.eclipse.jdt.internal.compiler.lookup.MethodBinding,org.eclipse.jdt.internal.compiler.lookup.InvocationSite,org.eclipse.jdt.internal.compiler.lookup.Scope) | 262 | 0 | 0.0% | [] |
[org.apache.jasper.servlet.JspCServletContext].getServletRegistrations() | 104 | 0 | 0.0% | [] |
[net.bytebuddy.asm.Advice].hashCode() | 2873 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.Context].openTracker(java.lang.Class,org.osgi.util.tracker.ServiceTrackerCustomizer) | 44 | 0 | 0.0% | [] |
[com.icl.saxon.functions.SystemProperty].reduce(int,com.icl.saxon.Context) | 35 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableCell].finish() | 168 | 0 | 0.0% | [] |
[org.restlet.data.Disposition].setType(java.lang.String) | 31 | 0 | 0.0% | [] |
[aQute.tester.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener].printException(java.lang.String,java.lang.Exception) | 46 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.core.InstallationOptions].setDefaultWABHeaders(boolean) | 33 | 0 | 0.0% | [] |
[org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler].startPrefixMapping(java.lang.String,java.lang.String) | 92 | 0 | 0.0% | [] |
[org.apache.naming.factory.TransactionFactory].getObjectInstance(java.lang.Object,javax.naming.Name,javax.naming.Context,java.util.Hashtable) | 35 | 0 | 0.0% | [] |
[org.apache.fop.fonts.LazyFont].isSubsetEmbedded() | 160 | 0 | 0.0% | [] |
[org.apache.catalina.manager.JMXProxyServlet].output(java.lang.String,java.io.PrintWriter,java.lang.Object) | 111 | 0 | 0.0% | [] |
[org.junit.runners.model.TestClass].equals(java.lang.Object) | 110 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.CountersTable].countNode(org.apache.xpath.XPathContext,org.apache.xalan.templates.ElemNumber,int) | 44 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.Clinit].setAssertionSupport(org.eclipse.jdt.internal.compiler.lookup.FieldBinding,boolean) | 200 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.DTMDocumentImpl].migrateTo(org.apache.xml.dtm.DTMManager) | 399 | 0 | 0.0% | [] |
[org.apache.http.params.BasicHttpParams].getNames() | 32 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.IntersectionCastTypeBinding].mentionsAny(org.eclipse.jdt.internal.compiler.lookup.TypeBinding[],int) | 133 | 0 | 0.0% | [] |
[org.apache.fop.fo.expr.PropertyTokenizer].isNameChar(char) | 125 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawJPEG].buildICCProfile(org.apache.xmlgraphics.image.loader.ImageInfo,java.awt.color.ColorSpace,org.apache.commons.io.output.ByteArrayOutputStream) | 110 | 0 | 0.0% | [] |
[com.nwalsh.xalan.Text].getEncoding(org.apache.xalan.extensions.XSLProcessorContext,org.apache.xalan.templates.ElemExtensionCall) | 72 | 0 | 0.0% | [] |
[org.apache.fop.render.print.PrintRenderer].stopRenderer() | 40 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.PageProvider].cacheNextPage(int,boolean,boolean,boolean) | 127 | 0 | 0.0% | [] |
[org.apache.coyote.ActionCode].valueOf(java.lang.String) | 42 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFPage].setTabs(org.apache.fop.pdf.PDFName) | 40 | 0 | 0.0% | [] |
[org.apache.lucene.search.spans.SpanScorer].explain(int) | 39 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.AbstractExtension].toString() | 45 | 0 | 0.0% | [] |
[org.apache.fop.traits.WritingMode].toString() | 57 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.BundleSymbolicNameTest].testMultipleBundleSymbolicName001() | 110 | 0 | 0.0% | [] |
[org.osgi.impl.service.jndi.ReflectionUtils].getInterfaces(org.osgi.framework.ServiceReference,org.osgi.framework.BundleContext,java.lang.ClassLoader) | 56 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.loading.BundleWebappClassLoader].getBundle() | 89 | 0 | 0.0% | [] |
[org.slf4j.helpers.BasicMarker].toString() | 74 | 0 | 0.0% | [] |
[com.nwalsh.xalan.FormatDingbatCallout].formatCallout(org.apache.xml.utils.DOMBuilder,com.nwalsh.xalan.Callout) | 35 | 0 | 0.0% | [] |
[org.osgi.test.cases.component.annotations.junit.DSAnnotationsTestCase].testPropertyOrdering() | 841 | 0 | 0.0% | [] |
[org.apache.commons.codec.digest.Md5Crypt].md5Crypt(byte[],java.lang.String,java.lang.String) | 66 | 0 | 0.0% | [] |
[org.osgi.test.cases.component.junit.FieldInjectionControl].lambda$testFITypeUnaryReference$0(org.osgi.test.assertj.dictionary.DictionaryAssert,org.osgi.test.cases.component.service.TestObject) | 149 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.png.PNGRed].getTile(int,int) | 929 | 0 | 0.0% | [] |
[org.apache.fop.render.txt.TXTRenderer].concatenateTransformationMatrix(java.awt.geom.AffineTransform) | 178 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.MultiException].printStackTrace(java.io.PrintWriter) | 49 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.DmtConstants].getDmtExceptionCodeText(int) | 31 | 0 | 0.0% | [] |
[org.osgi.util.converter.CustomConverterImpl].newConverterBuilder() | 109 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.TimesItalic].hasChar(char) | 1062 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.ByteArrayISO8859Writer].getByteArray() | 90 | 0 | 0.0% | [] |
[org.osgi.test.cases.rest.junit.RestServiceXMLTestCase].getDocumentBuilder() | 574 | 0 | 0.0% | [] |
[org.apache.el.parser.JJTELParserState].closeNodeScope(org.apache.el.parser.Node,boolean) | 54 | 0 | 0.0% | [] |
[org.apache.catalina.valves.SemaphoreValve].permitDenied(org.apache.catalina.connector.Request,org.apache.catalina.connector.Response) | 43 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.RpcChannel].bToS(byte[]) | 126 | 0 | 0.0% | [] |
[org.apache.lucene.search.spans.FieldMaskingSpanQuery].hashCode() | 32 | 0 | 0.0% | [] |
[org.apache.xpath.functions.Function3Args].deepEquals(org.apache.xpath.Expression) | 37 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.NormalAnnotation].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 40 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.EventDispatcher].dispatchPluginInternalEvent(java.lang.String,java.lang.String[],java.lang.String[],java.util.Properties) | 106 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.DOM2SAX].getNodeTypeFromCode(short) | 153 | 0 | 0.0% | [] |
[net.bytebuddy.dynamic.loading.ByteArrayClassLoader].access$700(java.security.PrivilegedAction) | 292 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.loading.BundleDirContext].modifyAttributes(java.lang.String,javax.naming.directory.ModificationItem[]) | 67 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.FunctionDataTest].checkEqualsAndHashCode(java.util.Map) | 102 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.AlertPermission.Implies].testImplies004() | 37 | 0 | 0.0% | [] |
[org.apache.http.entity.mime.MultipartEntity].writeTo(java.io.OutputStream) | 42 | 0 | 0.0% | [] |
[org.apache.bcel.generic.LocalVariableGen].clone() | 49 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.parse.standard.HeaderTokenStream].lexComplete() | 70 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.SecurityCollection].toString() | 119 | 0 | 0.0% | [] |
[org.apache.fop.render.afp.AFPPainter].access$100(org.apache.fop.render.afp.AFPPainter) | 192 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.LogPlugin.LogMetaNode].getExtensionProperty(java.lang.String) | 68 | 0 | 0.0% | [] |
[org.osgi.test.cases.rest.junit.RestServiceJSONTestCase].executeRequest(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.util.Map,java.lang.Object) | 488 | 0 | 0.0% | [] |
[org.apache.coyote.http11.InternalInputBuffer].fill(boolean) | 208 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Output].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 176 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.InferenceVariable].erasure() | 41 | 0 | 0.0% | [] |
[org.apache.http.conn.ssl.SSLSocketFactory].verifyHostname(javax.net.ssl.SSLSocket,java.lang.String) | 113 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.device.discovery.DiscoveryMsgCreator].createDatagramPacket(byte[],int) | 62 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.frameworkutil.DictionariesTestCase].lambda$null_checks$0() | 348 | 0 | 0.0% | [] |
[com.icl.saxon.expr.NodeSetComparison].display(int) | 80 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.LinkedMap].asList() | 45 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.TimesBold].hasChar(char) | 1062 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.Acl.AddPermission].testAddPermission006() | 68 | 0 | 0.0% | [] |
[org.apache.bcel.generic.LDC].accept(org.apache.bcel.generic.Visitor) | 42 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.device.discovery.ServicesListener].removedService(org.osgi.framework.ServiceReference,java.lang.Object) | 43 | 0 | 0.0% | [] |
[org.apache.el.parser.SimpleCharStream].adjustBeginLineColumn(int,int) | 194 | 0 | 0.0% | [] |
[org.apache.catalina.ha.backend.CollectedInfo].refresh() | 42 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.datasource.DataSourceUtil].lookupDSF(org.osgi.framework.BundleContext,java.lang.String) | 131 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLNumber].makeNumberer(java.lang.String) | 144 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.PerMessageDeflate].createNewCompressedMessagePart(org.apache.tomcat.websocket.MessagePart,boolean,java.nio.ByteBuffer) | 179 | 0 | 0.0% | [] |
[org.apache.commons.lang3.builder.ReflectionToStringBuilder].toString() | 82 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.JspPropertyGroup].getErrorOnUndeclaredNamespace() | 49 | 0 | 0.0% | [] |
[org.apache.catalina.startup.Tomcat].access$200(org.apache.catalina.startup.Tomcat) | 283 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.bidi.DelimitedTextRange].assignBlockLevel(org.apache.fop.fo.FONode,int) | 90 | 0 | 0.0% | [] |
[org.apache.lucene.search.WildcardQuery].equals(java.lang.Object) | 40 | 0 | 0.0% | [] |
[org.apache.lucene.index.IndexFileNameFilter].getFilter() | 31 | 0 | 0.0% | [] |
[org.apache.xml.utils.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.apache.el.lang.ExpressionBuilder].createMethodExpression(java.lang.Class,java.lang.Class[]) | 82 | 0 | 0.0% | [] |
[org.apache.http.client.protocol.RequestAddCookies].process(org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext) | 78 | 0 | 0.0% | [] |
[org.apache.catalina.servlets.WebdavServlet].access$000(org.apache.catalina.servlets.WebdavServlet) | 1212 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.SortingIterator].partition(int,int) | 55 | 0 | 0.0% | [] |
[org.restlet.resource.Directory].setRootRef(org.restlet.data.Reference) | 57 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLPreserveSpace].process(com.icl.saxon.Context) | 32 | 0 | 0.0% | [] |
[org.apache.lucene.store.NIOFSDirectory].createOutput(java.lang.String) | 56 | 0 | 0.0% | [] |
[org.junit.runners.RuleContainer].getSortedRules() | 39 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.description.RootDevice].setDevice(org.osgi.impl.service.upnp.cp.description.RootDevice) | 104 | 0 | 0.0% | [] |
[org.apache.commons.logging.impl.LogKitLogger].isWarnEnabled() | 54 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemExtensionCall].accept(org.apache.xalan.templates.XSLTVisitor) | 69 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.CorrespondingPropertyMaker].getWMPropertyList(org.apache.fop.fo.PropertyList) | 33 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.ServerCookie].escapeDoubleQuotes(java.lang.String,int,int) | 106 | 0 | 0.0% | [] |
[org.apache.xpath.patterns.StepPattern].deepEquals(org.apache.xpath.Expression) | 251 | 0 | 0.0% | [] |
[net.sf.cglib.core.ClassEmitter].visitMethod(int,java.lang.String,java.lang.String,java.lang.String,java.lang.String[]) | 108 | 0 | 0.0% | [] |
[org.apache.fop.events.model.EventModelParser].getContentHandler(org.apache.fop.events.model.EventModel) | 48 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding].toString() | 35 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.compound.hyphenation.ByteVector].trimToSize() | 40 | 0 | 0.0% | [] |
[org.osgi.test.cases.dal.secure.DeviceSecureTest].lambda$testRemoveDeviceAllow$0(org.osgi.service.dal.Device) | 58 | 0 | 0.0% | [] |
[net.bytebuddy.utility.dispatcher.JavaDispatcher].hashCode() | 514 | 0 | 0.0% | [] |
[com.icl.saxon.tree.AttributeCollection].findByDisplayName(java.lang.String) | 136 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.impl.IntConstant].equals(java.lang.Object) | 56 | 0 | 0.0% | [] |
[org.osgi.test.cases.repository.junit.RequirementImpl].equals(java.lang.Object) | 35 | 0 | 0.0% | [] |
[org.restlet.engine.application.ApplicationHelper].update() | 44 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSRuleListImpl].hashCode() | 36 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketParserD06].fill(org.eclipse.jetty.io.Buffer) | 130 | 0 | 0.0% | [] |
[org.apache.xalan.lib.Extensions].class$(java.lang.String) | 70 | 0 | 0.0% | [] |
[org.apache.commons.lang3.mutable.MutableDouble].setValue(java.lang.Object) | 41 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.secure.junit.ExtensionBundleTests].testFrameworkExtensionInvokerPermissionOk() | 51 | 0 | 0.0% | [] |
[org.osgi.util.promise.DeferredPromiseImpl].resolveWith(java.util.concurrent.CompletionStage) | 244 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.BasicClientConnectionManager].shutdown() | 101 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.DmtAdminActivator].getContext() | 43 | 0 | 0.0% | [] |
[org.apache.xpath.axes.FilterExprIteratorSimple].access$002(org.apache.xpath.axes.FilterExprIteratorSimple,org.apache.xpath.Expression) | 69 | 0 | 0.0% | [] |
[org.osgi.test.cases.tr069todmt.junit.TR069ConnectorConstantsTestCase].testInterfaceConstants() | 35 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.jpa.control.TestTxControlImpl].finish(boolean) | 40 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.Others.OverlappingPlugins].testOverlappingPlugins004() | 54 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.EventTest].contains(java.util.Collection,java.lang.Long) | 145 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemForEach].readObject(java.io.ObjectInputStream) | 116 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.dispatcher.IDManager].restore() | 119 | 0 | 0.0% | [] |
[org.apache.lucene.document.CompressionTools].decompressString(byte[]) | 32 | 0 | 0.0% | [] |
[org.apache.lucene.util.NumericUtils].addRange(java.lang.Object,int,long,long,int) | 104 | 0 | 0.0% | [] |
[com.icl.saxon.expr.VariableReference].display(int) | 38 | 0 | 0.0% | [] |
[org.osgi.impl.service.tr069todmt.encode.Base64].readEncoded(byte[],int,int) | 94 | 0 | 0.0% | [] |
[com.icl.saxon.style.StyleNodeFactory].class$(java.lang.String) | 163 | 0 | 0.0% | [] |
[org.apache.xml.utils.DOMBuilder].skippedEntity(java.lang.String) | 126 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.dispatcher.Segment].getCreationTime() | 73 | 0 | 0.0% | [] |
[org.apache.lucene.index.ByteSliceReader].close() | 61 | 0 | 0.0% | [] |
[org.apache.fop.fonts.truetype.TTFSubSetFile].createCheckSumAdjustment() | 332 | 0 | 0.0% | [] |
[org.osgi.test.cases.serial.junit.SerialDeviceTestCase].testSerialDevice05() | 143 | 0 | 0.0% | [] |
[com.icl.saxon.PIGrabber].getStylesheetURIs() | 46 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.CookieManager].clearCookies() | 68 | 0 | 0.0% | [] |
[org.assertj.core.api.RecursiveComparisonAssert].lambda$withTypeComparators$0(java.util.stream.Stream) | 74 | 0 | 0.0% | [] |
[aQute.lib.fileset.FileSet].toString() | 132 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.FieldWriter].collectAttributePrototypes(net.bytebuddy.jar.asm.Attribute$Set) | 69 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.FlowLayoutManager].isRestartable() | 157 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.PreloaderEPS].determineSize(javax.imageio.stream.ImageInputStream,org.apache.xmlgraphics.image.loader.ImageContext,org.apache.xmlgraphics.image.loader.ImageInfo) | 91 | 0 | 0.0% | [] |
[org.apache.lucene.index.CompoundFileWriter].copyFile(org.apache.lucene.index.CompoundFileWriter$FileEntry,org.apache.lucene.store.IndexOutput,byte[]) | 82 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.xml.SAXCodeAdapter].addEnd(java.lang.String) | 120 | 0 | 0.0% | [] |
[org.apache.http.conn.util.PublicSuffixListParser].parseByType(java.io.Reader) | 57 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.XSLProcessorContext].outputToResultTree(org.apache.xalan.templates.Stylesheet,java.lang.Object) | 74 | 0 | 0.0% | [] |
[org.osgi.impl.service.resourcemonitoring.util.ResourceMonitorInfo].split(java.lang.String,java.lang.String) | 31 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.apache.naming.NamingContext].checkWritable() | 193 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.ssdp.SSDPUnicastListener].killUnicastListener() | 32 | 0 | 0.0% | [] |
[net.bytebuddy.build.CachedReturnPlugin].hashCode() | 47 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardServer].getObjectNameKeyProperties() | 264 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.ByteArrayBuffer].space() | 186 | 0 | 0.0% | [] |
[org.restlet.service.TunnelService].setUserAgentTunnel(boolean) | 62 | 0 | 0.0% | [] |
[org.osgi.impl.service.serial.TestStepImpl].toString(java.lang.String[]) | 47 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.Code].copy(org.apache.bcel.classfile.ConstantPool) | 90 | 0 | 0.0% | [] |
[org.apache.xalan.processor.ProcessorOutputElem].startElement(org.apache.xalan.processor.StylesheetHandler,java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) | 42 | 0 | 0.0% | [] |
[org.apache.coyote.ajp.AjpNioProtocol].access$200(org.apache.coyote.ajp.AjpNioProtocol) | 55 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.parse.standard.StandardHeaderLexer].recordProblem(org.eclipse.virgo.util.osgi.manifest.parse.standard.HeaderProblemKind,int,int,java.lang.String[]) | 297 | 0 | 0.0% | [] |
[org.apache.fop.area.CTM].getCTMandRelDims(int,org.apache.fop.traits.WritingMode,java.awt.geom.Rectangle2D,org.apache.fop.datatypes.FODimension) | 110 | 0 | 0.0% | [] |
[com.icl.saxon.expr.StandaloneContext].getVersion() | 49 | 0 | 0.0% | [] |
[com.oracle.gemini.jpa.PUnitInfo].toString() | 56 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.AllocationExpression].freshInferenceContext(org.eclipse.jdt.internal.compiler.lookup.Scope) | 405 | 0 | 0.0% | [] |
[org.apache.fop.util.XMLResourceBundle].access$300(org.apache.fop.util.XMLResourceBundle) | 163 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.PDFDocumentNavigationHandler].updateTargetLocation(org.apache.fop.pdf.PDFGoTo,org.apache.fop.render.intermediate.extensions.GoToXYAction) | 87 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.UnitConv].convert(java.lang.String) | 43 | 0 | 0.0% | [] |
[org.cyberneko.html.ObjectFactory].class$(java.lang.String) | 142 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardContext].isStatisticsProvider() | 2127 | 0 | 0.0% | [] |
[org.apache.fop.area.Page].setWritingModeTraits(org.apache.fop.traits.WritingModeTraitsGetter) | 93 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 167 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFDictionary].writeDictionary(java.io.OutputStream,java.lang.StringBuilder) | 40 | 0 | 0.0% | [] |
[org.osgi.test.cases.metatype.junit.AdMaxOnlyTest].tearDown() | 53 | 0 | 0.0% | [] |
[org.apache.juli.JdkLoggerFormatter].format(java.util.logging.LogRecord) | 32 | 0 | 0.0% | [] |
[org.osgi.test.cases.async.junit.ServiceFactoryTestCase].testAsyncExecuteGetUngetServiceCallsWithFailure() | 45 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.MultiPartOutputStream].write(byte[],int,int) | 48 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.FixedSizeSortedMap].maxSize() | 34 | 0 | 0.0% | [] |
[org.restlet.ext.xml.XmlConverter].updatePreferences(java.util.List,java.lang.Class) | 64 | 0 | 0.0% | [] |
[org.restlet.engine.io.RangeInputStream].read(byte[],int,int) | 56 | 0 | 0.0% | [] |
[com.icl.saxon.Mode].reportAmbiguity(com.icl.saxon.om.NodeInfo,com.icl.saxon.pattern.Pattern,com.icl.saxon.pattern.Pattern,com.icl.saxon.Context) | 126 | 0 | 0.0% | [] |
[org.osgi.test.cases.pushstream.junit.PushEventStreamToPushEventSourceTest].lambda$testPushStreamToSource$0(long) | 152 | 0 | 0.0% | [] |
[org.apache.xpath.objects.XNumber].callVisitors(org.apache.xpath.ExpressionOwner,org.apache.xpath.XPathVisitor) | 64 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.LayoutContext].setDisableColumnBalancing(int) | 157 | 0 | 0.0% | [] |
[org.apache.catalina.core.ApplicationHttpResponse].setResponse(javax.servlet.http.HttpServletResponse) | 63 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketConnectionRFC6455].access$3200(org.eclipse.jetty.websocket.WebSocketConnectionRFC6455) | 336 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam].getExtraFields() | 34 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.TransformerImpl].reset() | 391 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.IFSerializer].serializeXMLizable(org.apache.xmlgraphics.util.XMLizable) | 444 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.Character].access$002(org.apache.fop.fo.flow.Character,char) | 63 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo].equals(java.lang.Object) | 228 | 0 | 0.0% | [] |
[org.osgi.service.dmt.security.DmtPrincipalPermission].impliesPrincipal(org.osgi.service.dmt.security.DmtPrincipalPermission) | 53 | 0 | 0.0% | [] |
[org.apache.fop.fonts.type1.AdobeStandardEncoding].getAdobeCodePoint(java.lang.String) | 171 | 0 | 0.0% | [] |
[org.osgi.test.cases.coordinator.junit.IAENegativeTimeoutTest].assertIllegalArgumentException(java.lang.IllegalArgumentException) | 40 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.FieldReference].nullAnnotatedVariableBinding(boolean) | 410 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.wiring.EqualsHashCodeTests].install(java.lang.String,java.lang.String) | 79 | 0 | 0.0% | [] |
[org.apache.jasper.JspCompilationContext].canonicalURI(java.lang.String) | 301 | 0 | 0.0% | [] |
[org.apache.lucene.index.Term].compareTo(java.lang.Object) | 46 | 0 | 0.0% | [] |
[org.apache.lucene.search.FilterManager].getFilter(org.apache.lucene.search.Filter) | 59 | 0 | 0.0% | [] |
[org.apache.fop.hyphenation.CharVector].trimToSize() | 45 | 0 | 0.0% | [] |
[com.icl.saxon.tinytree.SiblingEnumeration].getLastPosition() | 33 | 0 | 0.0% | [] |
[org.apache.catalina.manager.ManagerServlet].copyInternal(java.io.File,java.io.File,byte[]) | 703 | 0 | 0.0% | [] |
[org.assertj.core.api.ProxifyMethodChangingTheObjectUnderTest].actual(java.lang.Object) | 89 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.tool.EclipseFileManager].bind(java.lang.String,java.lang.String[]) | 580 | 0 | 0.0% | [] |
[org.assertj.core.api.AbstractInstantAssert].assertInstantParameterIsNotNull(java.time.Instant) | 55 | 0 | 0.0% | [] |
[org.apache.lucene.queryParser.QueryParser].jj_save(int,int) | 731 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.permissions.PackagePermissionTests].invalidPackagePermission(java.lang.String,org.osgi.framework.Bundle,java.lang.String) | 562 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.ControlPoint].createSUBSCRIBE(java.lang.String,java.lang.String,int,java.lang.String,int) | 217 | 0 | 0.0% | [] |
[org.osgi.test.cases.typedevent.junit.TypedEventBusInputValueTest].lambda$test_deliver_null_should_throws_exception$0() | 32 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.WebConsole].pop(java.util.List) | 82 | 0 | 0.0% | [] |
[org.hamcrest.xml.HasXPath].matchesSafely(java.lang.Object,org.hamcrest.Description) | 39 | 0 | 0.0% | [] |
[org.apache.http.impl.conn.IdleConnectionHandler].closeExpiredConnections() | 53 | 0 | 0.0% | [] |
[org.apache.catalina.authenticator.SingleSignOn].removeSession(java.lang.String,org.apache.catalina.Session) | 166 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.control.SOAPMaker].createControlRequest(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Dictionary) | 50 | 0 | 0.0% | [] |
[org.cyberneko.html.filters.DefaultFilter].merge(java.lang.String[],java.lang.String[]) | 80 | 0 | 0.0% | [] |
[org.restlet.security.Group].toString() | 37 | 0 | 0.0% | [] |
[org.apache.commons.io.CopyUtils].copy(java.lang.String,java.io.Writer) | 40 | 0 | 0.0% | [] |
[org.junit.runner.JUnitCommandLineParseResult].applyFilterSpecs(org.junit.runner.Request) | 53 | 0 | 0.0% | [] |
[aQute.launcher.Launcher].access$200(aQute.launcher.Launcher) | 891 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.control.SOAPMaker].createQueryResponse(java.lang.String) | 142 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.parse.standard.BasicHeaderToken].tagAsFollowedBySpace() | 42 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.dom2dtm.DOM2DTM].getSourceLocatorFor(int) | 397 | 0 | 0.0% | [] |
[org.apache.el.parser.AstValue].isParametersProvided() | 154 | 0 | 0.0% | [] |
[org.apache.catalina.session.FileStore].file(java.lang.String) | 135 | 0 | 0.0% | [] |
[org.apache.http.client.utils.URIBuilder].normalizePath(java.lang.String) | 177 | 0 | 0.0% | [] |
[org.apache.commons.codec.binary.Hex].toString() | 48 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.mapper.Mapper].access$200(java.lang.String) | 729 | 0 | 0.0% | [] |
[org.apache.http.message.BasicHeaderElementIterator].remove() | 52 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.tiff.TIFFFaxDecoder].advancePointer() | 483 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtPermission.Implies].testImplies008() | 73 | 0 | 0.0% | [] |
[org.apache.fop.render.XMLHandlerRegistry].discoverXMLHandlers() | 54 | 0 | 0.0% | [] |
[org.apache.fop.fonts.Font].performPositioning(java.lang.CharSequence,java.lang.String,java.lang.String) | 133 | 0 | 0.0% | [] |
[org.apache.http.impl.cookie.DefaultCookieSpec].toString() | 70 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.KeyTable].addValueInRefsTable(org.apache.xpath.XPathContext,org.apache.xml.utils.XMLString,int) | 61 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.InnerClass].copy() | 45 | 0 | 0.0% | [] |
[org.apache.commons.collections.comparators.ComparatorChain].equals(java.lang.Object) | 79 | 0 | 0.0% | [] |
[org.apache.jasper.xmlparser.XMLChar].isValidJavaEncoding(java.lang.String) | 685 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.CopyOf].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 54 | 0 | 0.0% | [] |
[org.gradle.cli.ParsedCommandLine].removeOption(org.gradle.cli.CommandLineOption) | 48 | 0 | 0.0% | [] |
[org.apache.fop.fonts.base14.CourierBold].hasChar(char) | 252 | 0 | 0.0% | [] |
[net.sf.cglib.core.TypeUtils].escapeType(java.lang.String) | 205 | 0 | 0.0% | [] |
[org.apache.bcel.generic.INVOKEINTERFACE].accept(org.apache.bcel.generic.Visitor) | 37 | 0 | 0.0% | [] |
[org.apache.http.impl.SocketHttpServerConnection].toString() | 78 | 0 | 0.0% | [] |
[org.junit.experimental.theories.ParameterSignature].getAnnotation(java.lang.Class) | 49 | 0 | 0.0% | [] |
[org.apache.xml.utils.SuballocatedIntVector].getMap() | 181 | 0 | 0.0% | [] |
[com.icl.saxon.style.LiteralResultElement].makeStyleSheet(com.icl.saxon.PreparedStyleSheet) | 145 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.util.NumberConverter].access$4400() | 654 | 0 | 0.0% | [] |
[net.sf.cglib.core.LocalVariablesSorter].remap(int) | 52 | 0 | 0.0% | [] |
[org.gradle.wrapper.Download].access$100(org.gradle.wrapper.Download) | 121 | 0 | 0.0% | [] |
[org.apache.fop.fo.extensions.ExternalDocument].getLocalName() | 39 | 0 | 0.0% | [] |
[aQute.tester.junit.platform.JUnitEclipseListener].lambda$tryLoad$0(java.lang.Throwable) | 313 | 0 | 0.0% | [] |
[org.apache.fop.fo.extensions.svg.SVGElement].getSize(int,org.w3c.dom.Element,float) | 54 | 0 | 0.0% | [] |
[org.apache.catalina.realm.UserDatabaseRealm].stopInternal() | 72 | 0 | 0.0% | [] |
[org.assertj.core.internal.ComparatorBasedComparisonStrategy].lambda$iterableRemoves$0(java.lang.Object,java.lang.Object) | 51 | 0 | 0.0% | [] |
[org.apache.commons.io.input.BOMInputStream].skip(long) | 78 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.ElementListUtils].determinePreviousBreak(java.util.List,int) | 69 | 0 | 0.0% | [] |
[org.apache.xalan.processor.XSLTSchema].class$(java.lang.String) | 172 | 0 | 0.0% | [] |
[org.assertj.core.api.Double2DArrayAssert].isDeepEqualTo(java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.apache.catalina.ha.session.BackupManager].getSessionIdsFull() | 78 | 0 | 0.0% | [] |
[org.apache.bcel.generic.ReferenceType].firstCommonSuperclass(org.apache.bcel.generic.ReferenceType) | 65 | 0 | 0.0% | [] |
[org.apache.http.impl.client.ProxyClient].tunnel(org.apache.http.HttpHost,org.apache.http.HttpHost,org.apache.http.auth.Credentials) | 71 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer].getCalledFileNames() | 91 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.parser.manifest.RecoveringManifestParser].setTerminateAfterMainSection(boolean) | 89 | 0 | 0.0% | [] |
[org.assertj.core.internal.BooleanArrays].assertContainsAnyOf(org.assertj.core.api.AssertionInfo,boolean[],boolean[]) | 63 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.LineNumberTable].getTableLength() | 57 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.FontWeightPropertyMaker].make(org.apache.fop.fo.PropertyList,java.lang.String,org.apache.fop.fo.FObj) | 51 | 0 | 0.0% | [] |
[org.apache.http.auth.AuthState].toString() | 47 | 0 | 0.0% | [] |
[org.apache.catalina.ssi.SSIProcessor].isQuote(char) | 148 | 0 | 0.0% | [] |
[org.osgi.test.cases.jakartars.junit.ResourceLifecyleTestCase].lambda$testSimplePrototypeResource$0(java.util.concurrent.atomic.AtomicInteger) | 178 | 0 | 0.0% | [] |
[org.apache.catalina.startup.PasswdUserDatabase].init() | 48 | 0 | 0.0% | [] |
[org.apache.fop.afp.AFPGraphics2D].copyArea(int,int,int,int,int,int) | 228 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlScript].getDefaultStyleDisplay() | 211 | 0 | 0.0% | [] |
[org.apache.commons.lang3.text.ExtendedMessageFormat].containsElements(java.util.Collection) | 183 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.loading.BundleEntry].isBundleLocationDirectory() | 102 | 0 | 0.0% | [] |
[org.assertj.core.internal.ObjectArrays].assertContainsAnyOf(org.assertj.core.api.AssertionInfo,java.lang.Object[],java.lang.Object[]) | 147 | 0 | 0.0% | [] |
[org.osgi.test.cases.converter.felix.ConverterMapTest].lambda$testJavaBeanToMapCustom$0(java.text.SimpleDateFormat,java.util.Date) | 405 | 0 | 0.0% | [] |
[org.apache.bcel.generic.SWITCH].getInstruction() | 52 | 0 | 0.0% | [] |
[org.apache.catalina.core.ThreadLocalLeakPreventionListener].stopIdleThreads(org.apache.catalina.Context) | 80 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.PageBreakingAlgorithm].access$200(org.apache.fop.layoutmgr.PageBreakingAlgorithm) | 392 | 0 | 0.0% | [] |
[org.osgi.framework.BundlePermission].readObject(java.io.ObjectInputStream) | 161 | 0 | 0.0% | [] |
[org.apache.naming.resources.ProxyDirContext].cacheUnload(java.lang.String) | 306 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraph].getTextAttributes() | 96 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.SimpleTransactionSynchronizationRegistryTest].testTransactionSynchronizationRegistry4() | 82 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.nio.SelectChannelEndPoint].setMaxIdleTime(int) | 303 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor].visit(org.eclipse.jdt.internal.compiler.lookup.TypeBindingVisitor,org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]) | 62 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.internal.url.WebBundleScanner].normalizePath(java.lang.String) | 161 | 0 | 0.0% | [] |
[org.apache.tomcat.util.net.URL].isSchemeChar(char) | 262 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.WebWindowEvent].getEventType() | 43 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.JspRuntimeLibrary].access$000(java.lang.Object,java.lang.String,java.lang.String,javax.servlet.ServletRequest,java.lang.String,boolean) | 482 | 0 | 0.0% | [] |
[net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget].hashCode() | 43 | 0 | 0.0% | [] |
[org.junit.internal.Throwables].access$200(java.lang.String) | 91 | 0 | 0.0% | [] |
[org.apache.coyote.http11.InternalNioOutputBuffer].access$000(org.apache.coyote.http11.InternalNioOutputBuffer,byte[],int,int) | 77 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.HashtableOfObjectToIntArray].toString() | 88 | 0 | 0.0% | [] |
[org.ccil.cowan.tagsoup.PYXScanner].startCDATA() | 53 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.Others.DmtSessionConstraints].testConstraints009() | 136 | 0 | 0.0% | [] |
[org.osgi.test.cases.webcontainer.junit.AccessBundleContextTest].testClasspassServlet() | 58 | 0 | 0.0% | [] |
[org.apache.xpath.axes.OneStepIterator].deepEquals(org.apache.xpath.Expression) | 83 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.control.SOAPParser].controlReqParse(java.lang.String) | 40 | 0 | 0.0% | [] |
[org.apache.tomcat.util.descriptor.LocalResolver].getExternalSubset(java.lang.String,java.lang.String) | 49 | 0 | 0.0% | [] |
[org.apache.http.impl.entity.LaxContentLengthStrategy].determineLength(org.apache.http.HttpMessage) | 32 | 0 | 0.0% | [] |
[org.assertj.core.error.AssertionErrorCreator].extractFailuresOf(java.lang.Object) | 46 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.wiring.Bug1922Test].assertFilter(java.lang.String,java.util.Map) | 89 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.ngram.NGramTokenFilter].reset() | 31 | 0 | 0.0% | [] |
[org.osgi.impl.service.resourcemonitoring.fakemonitors.FakeResourceMonitorFactory].removeResourceMonitor(org.osgi.service.resourcemonitoring.ResourceMonitor) | 89 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.classloading.ClassLoadingTests].lambda$testBundleContextIsAssignableTo003$0(org.osgi.framework.Bundle,java.lang.Object) | 1228 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSImportRuleImpl].hashCode() | 47 | 0 | 0.0% | [] |
[org.apache.catalina.ha.session.JvmRouteBinderValve].stopInternal() | 121 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.InferenceContext18].missingImplementation(java.lang.String) | 863 | 0 | 0.0% | [] |
[org.apache.fop.area.AreaTreeHandler].access$100(org.apache.fop.area.AreaTreeHandler) | 140 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.common.Utils].loadServerTCKProperties(org.osgi.framework.BundleContext) | 80 | 0 | 0.0% | [] |
[org.osgi.test.cases.jakartars.util.ServiceUpdateHelper].awaitRuntime(long) | 41 | 0 | 0.0% | [] |
[org.apache.lucene.util.IndexableBinaryStringTools].encode(java.nio.ByteBuffer) | 111 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.ConnectionHolder].close() | 49 | 0 | 0.0% | [] |
[org.eclipse.persistence.sessions.OSGiConnector].toString(java.io.PrintWriter) | 47 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.ListItem].collectDelimitedTextRanges(java.util.Stack,org.apache.fop.complexscripts.bidi.DelimitedTextRange) | 62 | 0 | 0.0% | [] |
[org.osgi.test.cases.resolver.junit.ResolveRelatedTestCase].testRelatedAndOptionalResourceUnresolvable() | 193 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtPrincipalPermission.Implies].testImplies004() | 37 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlTextInput].getPage() | 40 | 0 | 0.0% | [] |
[org.apache.http.client.protocol.HttpClientContext].setRequestConfig(org.apache.http.client.config.RequestConfig) | 38 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.VerticalAlignShorthandParser].getValueForProperty(int,org.apache.fop.fo.properties.Property,org.apache.fop.fo.properties.PropertyMaker,org.apache.fop.fo.PropertyList) | 49 | 0 | 0.0% | [] |
[com.icl.saxon.DecimalFormatManager].getNamedDecimalFormat(int) | 33 | 0 | 0.0% | [] |
[org.apache.xalan.templates.RedundentExprEliminator].assertion(boolean,java.lang.String) | 475 | 0 | 0.0% | [] |
[org.osgi.util.tracker.ServiceTracker].getServices(java.lang.Object[]) | 247 | 0 | 0.0% | [] |
[org.apache.jasper.xmlparser.TreeNode].toString(java.lang.StringBuilder,int,org.apache.jasper.xmlparser.TreeNode) | 90 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.SimpleSet].toString() | 73 | 0 | 0.0% | [] |
[org.apache.commons.lang3.CharUtils].isAsciiAlphanumeric(char) | 58 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.tool.EclipseFileObject].$SWITCH_TABLE$javax$tools$JavaFileObject$Kind() | 61 | 0 | 0.0% | [] |
[org.apache.catalina.valves.SSLValve].invoke(org.apache.catalina.connector.Request,org.apache.catalina.connector.Response) | 43 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CounterImpl].toString() | 43 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.HashCodeMethod].hashCode() | 181 | 0 | 0.0% | [] |
[org.apache.fop.fonts.substitute.FontQualifier].toString() | 136 | 0 | 0.0% | [] |
[net.sf.cglib.proxy.MethodInterceptorGenerator].class$(java.lang.String) | 124 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.EnglishStemmer].hashCode() | 424 | 0 | 0.0% | [] |
[org.restlet.engine.io.NbChannelOutputStream].write(int) | 46 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.trax.Util].getInputSource(org.apache.xalan.xsltc.compiler.XSLTC,javax.xml.transform.Source) | 50 | 0 | 0.0% | [] |
[org.apache.catalina.util.LifecycleSupport].removeLifecycleListener(org.apache.catalina.LifecycleListener) | 36 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlForm].preventDefault() | 246 | 0 | 0.0% | [] |
[com.nwalsh.xalan.Verbatim].copyAttributes(org.w3c.dom.Element) | 349 | 0 | 0.0% | [] |
[org.osgi.util.converter.SetDelegate].access$200(org.osgi.util.converter.SetDelegate) | 62 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.PositionIterator].remove() | 37 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.security.CertificateValidator].setOcspResponderURL(java.lang.String) | 90 | 0 | 0.0% | [] |
[org.apache.xalan.processor.XSLTAttributeDef].class$(java.lang.String) | 372 | 0 | 0.0% | [] |
[org.junit.runner.Result].access$1100(org.junit.runner.Result) | 74 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.util.IntegerArray].print(java.io.PrintStream) | 98 | 0 | 0.0% | [] |
[com.steadystate.css.dom.MediaListImpl].hashCode() | 60 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.CommonHyphenation].hashCode() | 65 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.AbstractHashedMap].toString() | 417 | 0 | 0.0% | [] |
[org.assertj.core.util.introspection.Introspection].findMethodByKey(org.assertj.core.util.introspection.Introspection$MethodKey) | 50 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.DTMTreeWalker].endNode(int) | 113 | 0 | 0.0% | [] |
[org.osgi.impl.service.resourcemonitoring.util.Persistence].loadMonitors(org.osgi.framework.BundleContext,java.lang.String) | 66 | 0 | 0.0% | [] |
[org.apache.catalina.util.StringParser].isWhite(char) | 52 | 0 | 0.0% | [] |
[org.apache.lucene.index.TermBuffer].clone() | 67 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.tool.Util].reportEncodingError(org.eclipse.jdt.internal.compiler.tool.Util$EncodingErrorCollector,int,int) | 101 | 0 | 0.0% | [] |
[org.restlet.util.RouteList].subList(int,int) | 51 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.ObjectVector].toString() | 56 | 0 | 0.0% | [] |
[org.osgi.test.cases.enocean.ExportTestCase].testDeviceExport() | 35 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl].$SWITCH_TABLE$javax$tools$Diagnostic$Kind() | 110 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.CommonTxClientExceptionTestCase].testTransactionExceptionSuppressedXA() | 149 | 0 | 0.0% | [] |
[org.apache.fop.render.intermediate.IFContext].getID() | 31 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.LoadDocument].document(org.apache.xalan.xsltc.DOM,org.apache.xalan.xsltc.runtime.AbstractTranslet,org.apache.xalan.xsltc.DOM) | 90 | 0 | 0.0% | [] |
[com.icl.saxon.style.SAXONGroup].process(com.icl.saxon.Context) | 48 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSTextPainter].access$1100(org.apache.fop.render.ps.PSTextPainter,java.awt.Paint,org.apache.xmlgraphics.ps.PSGenerator) | 262 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.rfc141.TestScaffoldOperations].getNodeTimeStampOperation(org.osgi.service.dmt.DmtSession,java.lang.String) | 35 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax].isSupported(org.apache.xmlgraphics.image.loader.ImageInfo) | 32 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.constant.IntegerConstant].access$000() | 44 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.internal.RequirementBuilderImpl].buildExpression() | 66 | 0 | 0.0% | [] |
[org.apache.coyote.http11.Http11Processor].setSocketBuffer(int) | 135 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.NotificationInfo].toString() | 31 | 0 | 0.0% | [] |
[org.assertj.core.internal.Throwables].lambda$assertHasMessageContainingAll$0(java.lang.String,java.lang.CharSequence) | 139 | 0 | 0.0% | [] |
[org.restlet.engine.converter.DefaultConverter].updatePreferences(java.util.List,java.lang.Class) | 169 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.bm.Languages].getLanguages() | 63 | 0 | 0.0% | [] |
[com.icl.saxon.om.Stripper].access$100(com.icl.saxon.om.Stripper) | 60 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.ContextResource].equals(java.lang.Object) | 66 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketClient].access$100() | 164 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.AssertStatement].printStatement(int,java.lang.StringBuffer) | 108 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.bytecode.member.FieldAccess].access$400(net.bytebuddy.implementation.bytecode.member.FieldAccess) | 43 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline].getTargetFlavor() | 103 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLCopyOf].copyNodeSet(com.icl.saxon.expr.Expression,com.icl.saxon.Context) | 35 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.DoubleLiteral].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 42 | 0 | 0.0% | [] |
[org.eclipse.persistence.internal.libraries.asm.attrs.StackMapAttribute].toString() | 37 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.tool.Archive].close() | 34 | 0 | 0.0% | [] |
[org.apache.catalina.realm.CombinedRealm].getPrincipal(java.lang.String) | 115 | 0 | 0.0% | [] |
[org.restlet.data.Method].compareTo(java.lang.Object) | 59 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext].internalRecordNullityMismatch(org.eclipse.jdt.internal.compiler.ast.Expression,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,int,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,int) | 250 | 0 | 0.0% | [] |
[org.apache.tomcat.util.http.Parameters].paramsAsString() | 246 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.BufferUtil].to8859_1_String(org.eclipse.jetty.io.Buffer) | 133 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlSelect].getDefaultStyleDisplay() | 171 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.control.ParsedRequest].getReturnValue() | 154 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFImageXObject].multipleFiltersAllowed() | 59 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.ConstraintTypeFormula].toString() | 225 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.ResponseEntityWrapper].streamAbort(java.io.InputStream) | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.enocean.EnOceanBasicTestCase].testUseOfDescriptions() | 134 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.service.ServiceRegistryTests].assertServiceProperties(org.osgi.framework.ServiceReference) | 696 | 0 | 0.0% | [] |
[org.apache.jasper.tagplugins.jstl.core.ForTokens].doTag(org.apache.jasper.compiler.tagplugin.TagPluginContext) | 58 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.RootPlugin].getChildNodeNames(java.lang.String[]) | 47 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.CodeStream].writeWidePosition(org.eclipse.jdt.internal.compiler.codegen.BranchLabel) | 4724 | 0 | 0.0% | [] |
[org.apache.catalina.util.Base64].decode(org.apache.tomcat.util.buf.ByteChunk,org.apache.tomcat.util.buf.ByteChunk) | 97 | 0 | 0.0% | [] |
[com.nwalsh.saxon.CopyEmitter].startElement(int,org.xml.sax.Attributes,int[],int) | 33 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.turkishStemmer].hashCode() | 1024 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.DmtData.TestDmtDataExceptions].invalidGetThrowsException(org.osgi.service.dmt.DmtData,int) | 166 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.NotificationServiceImpl].getId(org.osgi.framework.ServiceReference) | 63 | 0 | 0.0% | [] |
[org.apache.http.message.BasicTokenIterator].isHttpSeparator(char) | 76 | 0 | 0.0% | [] |
[org.apache.fop.fonts.FontInfoConfigurator].getFontTriplet(org.apache.avalon.framework.configuration.Configuration) | 135 | 0 | 0.0% | [] |
[org.apache.xalan.processor.ProcessorExsltFunction].ancestorIsOk(org.apache.xalan.templates.ElemTemplateElement) | 47 | 0 | 0.0% | [] |
[org.assertj.core.api.recursive.comparison.RecursiveComparisonConfiguration].access$2000(java.util.function.BiPredicate) | 407 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.SpaceProperty].equals(java.lang.Object) | 41 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.DataPlugin.TransactionalDataSession.GetNodeTimestamp].testGetNodeTimestamp002() | 31 | 0 | 0.0% | [] |
[com.icl.saxon.DOMDriver].setProperty(java.lang.String,java.lang.Object) | 230 | 0 | 0.0% | [] |
[org.osgi.test.cases.feature.junit.FeatureIDTest].lambda$getID3_shouldFail$0() | 103 | 0 | 0.0% | [] |
[org.apache.tomcat.util.modeler.AttributeInfo].getMethodName(java.lang.String,boolean,boolean) | 41 | 0 | 0.0% | [] |
[org.assertj.core.internal.Arrays2D].assertDoesNotContain(org.assertj.core.api.AssertionInfo,org.assertj.core.internal.Failures,java.lang.Object,java.lang.Object,org.assertj.core.data.Index) | 70 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.xpath.compiler.Compiler].setNamespaceContext(org.apache.xml.utils.PrefixResolver) | 241 | 0 | 0.0% | [] |
[org.apache.xml.serializer.utils.URI].isURIString(java.lang.String) | 422 | 0 | 0.0% | [] |
[com.icl.saxon.output.HTMLEmitter].escapeURL(java.lang.String) | 247 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.device.discovery.DiscoveryMsgSender].getTimeout() | 53 | 0 | 0.0% | [] |
[com.icl.saxon.sort.Compare_en].setCaseOrder(int) | 48 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.tests.TestObjectFactory].testObjectFactoryBuilderRemoval() | 200 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.provider.CTContext].getInvokeCount() | 100 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderImageIO].getFallbackBufferedImage(javax.imageio.ImageReader,int,javax.imageio.ImageReadParam) | 149 | 0 | 0.0% | [] |
[org.apache.commons.collections.map.ListOrderedMap].asList() | 189 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder].getNextCode() | 92 | 0 | 0.0% | [] |
[org.apache.tomcat.util.Diagnostics].getVMInfo(org.apache.tomcat.util.res.StringManager) | 244 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemAttribute].setName(org.apache.xalan.templates.AVT) | 37 | 0 | 0.0% | [] |
[com.icl.saxon.TemplatesHandlerImpl].getSystemId() | 33 | 0 | 0.0% | [] |
[org.apache.commons.lang3.StringUtils].toEncodedString(byte[],java.nio.charset.Charset) | 1414 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.NodeSortRecordFactory].setLang(java.lang.String[]) | 42 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemIf].callChildVisitors(org.apache.xalan.templates.XSLTVisitor,boolean) | 31 | 0 | 0.0% | [] |
[org.apache.lucene.index.DocInverterPerField].processFields(org.apache.lucene.document.Fieldable[],int) | 90 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.GeminiUtil].privateDebug(java.lang.Object[]) | 80 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.TransformerIdentityImpl].externalEntityDecl(java.lang.String,java.lang.String,java.lang.String) | 297 | 0 | 0.0% | [] |
[org.apache.http.protocol.ChainBuilder].build() | 42 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.util.HashtableOfIntValues].toString() | 80 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.Dumper].dump(org.apache.jasper.compiler.Node$Nodes) | 102 | 0 | 0.0% | [] |
[org.assertj.core.api.Java6Assertions].useDefaultDateFormatsOnly() | 157 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.PDFRendererConfigurator].configure(org.apache.fop.render.intermediate.IFDocumentHandler) | 116 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.rfc141.TestBug1746_UriProperties].registerMaxSegmentPlugin(java.lang.String,int,int) | 49 | 0 | 0.0% | [] |
[org.eclipse.jetty.http.HttpStatus].isServerError(int) | 78 | 0 | 0.0% | [] |
[org.apache.fop.afp.AFPResourceManager].getResourceLevelDefaults() | 136 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.div.ManifestLocalizationTests].testGetHeaders013() | 196 | 0 | 0.0% | [] |
[org.osgi.test.cases.metatype.annotations.junit.MetatypeAnnotations14TestCase].testFactoryPidDollar() | 41 | 0 | 0.0% | [] |
[org.apache.tomcat.util.compat.Jre8Compat].setUseServerCipherSuitesOrder(javax.net.ssl.SSLEngine,boolean) | 38 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlTextArea].access$000(com.gargoylesoftware.htmlunit.html.HtmlTextArea,java.lang.String) | 111 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.CoroutineManager].co_exit_to(java.lang.Object,int,int) | 42 | 0 | 0.0% | [] |
[com.nexwave.nquindexer.SaxDocFileParser].minimalClean(java.lang.String,java.lang.StringBuffer,java.lang.StringBuffer) | 193 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.jdbc.control.NoTransactionTxControl].finish(boolean) | 62 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.catalina.connector.OutputBuffer].access$000(org.apache.catalina.connector.OutputBuffer) | 186 | 0 | 0.0% | [] |
[org.assertj.core.api.Assertions].useDefaultRepresentation() | 232 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.AnnotationWriter].putParameterAnnotations(int,net.bytebuddy.jar.asm.AnnotationWriter[],int,net.bytebuddy.jar.asm.ByteVector) | 181 | 0 | 0.0% | [] |
[org.osgi.test.cases.upnp.tbc.device.DiscoveryServer].finish() | 31 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.fonts.GlyphSubstitutionState].growBuffer(java.nio.IntBuffer) | 67 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.UserTransactionTest].testUT033() | 295 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.DTMNodeProxy].setXmlVersion(java.lang.String) | 294 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding].tagIndirectlyAccessibleMembers() | 1569 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.event.RequestProcessor].setErrorMessage(java.lang.String) | 77 | 0 | 0.0% | [] |
[org.apache.bcel.util.JavaWrapper].runMain(java.lang.String,java.lang.String[]) | 31 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFArray].output(java.io.OutputStream) | 50 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.TldLocationsCache].access$200(org.apache.jasper.compiler.TldLocationsCache,java.io.File) | 186 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.io.NetUtils].getRandomPort(int,int) | 32 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Import].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 58 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.util.DoubleFormatUtil].tooCloseToRound(double,int) | 149 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.ReferenceExpression].isArrayConstructorReference() | 500 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.AbsolutePathPattern].toString() | 47 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.miscellaneous.PrefixAwareTokenFilter].setSuffix(org.apache.lucene.analysis.TokenStream) | 78 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.DescendingVisitor].visitUnknown(org.apache.bcel.classfile.Unknown) | 174 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.FilterMap].toString() | 69 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.xml.XmlPage].setDocumentType(com.gargoylesoftware.htmlunit.html.DomDocumentType) | 65 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.TransitiveHull].update(java.lang.String) | 37 | 0 | 0.0% | [] |
[org.apache.commons.collections.iterators.IteratorChain].remove() | 67 | 0 | 0.0% | [] |
[org.restlet.engine.util.EngineClassLoader].getResources(java.lang.String) | 53 | 0 | 0.0% | [] |
[org.restlet.data.Cookie].setValue(java.lang.Object) | 45 | 0 | 0.0% | [] |
[org.apache.catalina.security.SecurityUtil].isPackageProtectionEnabled() | 103 | 0 | 0.0% | [] |
[org.junit.Assert].buildPrefix(java.lang.String) | 200 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.dsc.tools.PageExtractor].extractPages(java.io.InputStream,java.io.OutputStream,int,int) | 38 | 0 | 0.0% | [] |
[nanoxml.XMLElement].valueMissingForAttribute(java.lang.String,int) | 516 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.thread.ExecutorThreadPool].doStop() | 36 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.XConnection].getFeature(java.lang.String) | 338 | 0 | 0.0% | [] |
[org.apache.http.impl.client.DefaultRedirectHandler].getLocationURI(org.apache.http.HttpResponse,org.apache.http.protocol.HttpContext) | 51 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.Attribute].putAttributes(net.bytebuddy.jar.asm.SymbolTable,int,int,net.bytebuddy.jar.asm.ByteVector) | 90 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.dto.DTOTestCase].testDTOVersion() | 46 | 0 | 0.0% | [] |
[org.apache.xalan.transformer.TrAXFilter].setErrorListener(javax.xml.transform.ErrorListener) | 51 | 0 | 0.0% | [] |
[org.assertj.core.internal.Strings].lambda$assertContains$0(java.lang.CharSequence,java.lang.CharSequence) | 393 | 0 | 0.0% | [] |
[org.apache.avalon.framework.service.DefaultServiceManager].release(java.lang.Object) | 37 | 0 | 0.0% | [] |
[org.osgi.impl.service.zigbee.event.ZCLCommandResponseStreamImpl].forEach(org.osgi.util.function.Predicate) | 73 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor].start(int) | 38 | 0 | 0.0% | [] |
[org.apache.http.impl.SocketHttpClientConnection].toString() | 77 | 0 | 0.0% | [] |
[org.apache.fop.afp.DataStream].access$000(org.apache.fop.afp.DataStream) | 207 | 0 | 0.0% | [] |
[org.osgi.impl.service.dal.Activator].getDeviceUID(int) | 81 | 0 | 0.0% | [] |
[org.junit.internal.AssumptionViolatedException].writeObject(java.io.ObjectOutputStream) | 36 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.IncrementalSAXSource_Filter].deliverMoreNodes(boolean) | 214 | 0 | 0.0% | [] |
[aQute.lib.date.Dates].formatMillis(java.time.format.DateTimeFormatter,long) | 56 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.XPathFunctionResolverImpl].getEXSLTClassName(java.lang.String) | 45 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.DocumentCache].access$100(org.apache.xalan.xsltc.dom.DocumentCache) | 108 | 0 | 0.0% | [] |
[org.osgi.test.cases.cm.junit.CMCoordinationTestCase].testManagedService() | 229 | 0 | 0.0% | [] |
[org.apache.xml.serializer.ToTextStream].flushPending() | 106 | 0 | 0.0% | [] |
[org.apache.xpath.axes.DescendantIterator].deepEquals(org.apache.xpath.Expression) | 102 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.table.Table].collectDelimitedTextRanges(java.util.Stack,org.apache.fop.complexscripts.bidi.DelimitedTextRange) | 196 | 0 | 0.0% | [] |
[org.apache.catalina.core.ApplicationHttpRequest].mergeParameters() | 266 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketFactory].closeConnections() | 163 | 0 | 0.0% | [] |
[org.apache.jasper.xmlparser.XMLStringBuffer].append(org.apache.jasper.xmlparser.XMLString) | 38 | 0 | 0.0% | [] |
[org.osgi.impl.service.onem2m.protocol.ServiceLayerUtil].getProperty(java.lang.String,org.osgi.framework.BundleContext) | 31 | 0 | 0.0% | [] |
[com.icl.saxon.StandardErrorListener].getExpandedMessage(javax.xml.transform.TransformerException) | 63 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.jpa.JPARecoveryTestCase].testRecoveryServiceIsRegistered() | 56 | 0 | 0.0% | [] |
[org.apache.xalan.processor.ProcessorCharacters].setXslTextElement(org.apache.xalan.templates.ElemText) | 35 | 0 | 0.0% | [] |
[org.apache.fop.afp.ioca.ImageInputDescriptor].setResolution(int) | 47 | 0 | 0.0% | [] |
[org.jboss.osgi.spi.BundleInfo].toString() | 99 | 0 | 0.0% | [] |
[org.apache.fop.apps.FOURIResolver].setThrowExceptions(boolean) | 109 | 0 | 0.0% | [] |
[com.icl.saxon.functions.Document].reduce(int,com.icl.saxon.Context) | 106 | 0 | 0.0% | [] |
[com.icl.saxon.om.ProcInstParser].unescape(java.lang.String) | 75 | 0 | 0.0% | [] |
[org.apache.http.impl.client.DefaultRequestDirector].abortConnection() | 396 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext].recordHandlingException(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding,org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,org.eclipse.jdt.internal.compiler.lookup.TypeBinding,org.eclipse.jdt.internal.compiler.ast.ASTNode,boolean) | 48 | 0 | 0.0% | [] |
[org.apache.xml.serializer.utils.AttList].getIndex(java.lang.String) | 31 | 0 | 0.0% | [] |
[org.restlet.engine.component.ComponentClientDispatcher].getComponentContext() | 42 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc1.tbc.AlertPermission.AlertPermission].testAlertPermission009() | 76 | 0 | 0.0% | [] |
[org.osgi.test.cases.converter.junit.MapInterfaceJavaBeansDTOAndAnnotationConversionComplianceTest].testMarkerAnnotationPrefixToMap() | 654 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.RecoveredElement].updateSourceEndIfNecessary(int) | 132 | 0 | 0.0% | [] |
[org.restlet.engine.util.Base64].validChar(char) | 69 | 0 | 0.0% | [] |
[org.restlet.engine.io.ReadableChunkedChannel].setRemainingChunkSize(int) | 76 | 0 | 0.0% | [] |
[org.restlet.engine.application.Decoder].isDecodingResponse() | 34 | 0 | 0.0% | [] |
[org.osgi.impl.service.rest.client.RestClientImpl].getServiceReference(java.lang.String) | 134 | 0 | 0.0% | [] |
[org.restlet.Application].stop() | 126 | 0 | 0.0% | [] |
[org.apache.http.impl.cookie.BasicClientCookie].toString() | 66 | 0 | 0.0% | [] |
[org.restlet.engine.io.ReadableChunkingChannel].read(java.nio.ByteBuffer) | 54 | 0 | 0.0% | [] |
[org.apache.http.message.BasicHeaderElement].clone() | 43 | 0 | 0.0% | [] |
[org.apache.tomcat.util.digester.SetPropertyRule].toString() | 32 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlCheckBoxInput].setAttributeNS(java.lang.String,java.lang.String,java.lang.String) | 72 | 0 | 0.0% | [] |
[org.apache.commons.lang3.builder.HashCodeBuilder].hashCode() | 147 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.hooks.resolver.ResolverHookTests].testAddRemoveHooks() | 981 | 0 | 0.0% | [] |
[org.osgi.impl.service.async.AsyncService].lambda$mediate$0(java.lang.Object,java.lang.Class) | 64 | 0 | 0.0% | [] |
[org.apache.commons.collections.SequencedHashMap].access$300(org.apache.commons.collections.SequencedHashMap) | 241 | 0 | 0.0% | [] |
[org.osgi.test.cases.resolver.junit.ResolveOnCancelTestCase].getTestContext() | 31 | 0 | 0.0% | [] |
[org.osgi.service.dmt.security.AlertPermission].impliesServer(org.osgi.service.dmt.security.AlertPermission) | 53 | 0 | 0.0% | [] |
[org.apache.xpath.compiler.Keywords].getNodeType(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.ExecPlugin.Execute].testExecute004() | 64 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFPattern].contentEquals(org.apache.fop.pdf.PDFObject) | 165 | 0 | 0.0% | [] |
[com.nwalsh.saxon.Text].process(com.icl.saxon.Context) | 72 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed].getDirtyRegion(int,java.awt.Rectangle) | 35 | 0 | 0.0% | [] |
[org.apache.catalina.manager.host.HTMLHostManagerServlet].list(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,org.apache.tomcat.util.res.StringManager) | 175 | 0 | 0.0% | [] |
[org.apache.commons.lang3.text.StrTokenizer].set(java.lang.Object) | 245 | 0 | 0.0% | [] |
[org.apache.tomcat.websocket.Util].access$000() | 235 | 0 | 0.0% | [] |
[org.apache.fop.fo.pagination.LayoutMasterSet].getNameId() | 49 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.MethodResolver].class$(java.lang.String) | 282 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.standard.StandardTokenizer].setReplaceInvalidAcronym(boolean) | 57 | 0 | 0.0% | [] |
[org.jboss.osgi.metadata.ManifestBuilder].append(java.lang.String) | 38 | 0 | 0.0% | [] |
[org.assertj.core.api.AtomicLongArrayAssert].containsAnyOf(long[]) | 64 | 0 | 0.0% | [] |
[org.apache.catalina.ssi.ExpressionParseTree].access$700(org.apache.catalina.ssi.ExpressionParseTree) | 132 | 0 | 0.0% | [] |
[org.osgi.impl.service.useradmin.UAProperties].put(java.lang.Object,java.lang.Object) | 80 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.MapCodedFont].addFont(int,org.apache.fop.afp.fonts.AFPFont,int,int) | 104 | 0 | 0.0% | [] |
[org.osgi.impl.service.useradmin.EventQueue].deliverEvent(java.lang.Object[],org.osgi.service.useradmin.UserAdminEvent) | 35 | 0 | 0.0% | [] |
[org.apache.fop.fonts.substitute.FontWeightRange].toArray() | 31 | 0 | 0.0% | [] |
[org.apache.catalina.ha.tcp.ReplicationValve].createPrimaryIndicator(org.apache.catalina.connector.Request) | 193 | 0 | 0.0% | [] |
[org.apache.lucene.util.FieldCacheSanityChecker].getAllDecendentReaderKeys(java.lang.Object) | 126 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.apt.dispatch.HookedJavaFileObject].$SWITCH_TABLE$javax$tools$JavaFileObject$Kind() | 100 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFResources].populateDictionary() | 82 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.loading.BundleDelegatingClassLoader].getBundle() | 41 | 0 | 0.0% | [] |
[org.osgi.test.cases.residentialmanagement.plugins.Node].compareTo(java.lang.Object) | 48 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.JNDIConnectionPool].class$(java.lang.String) | 56 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.service.ServiceExceptionTests].testServiceException04() | 182 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlLabel].getDefaultStyleDisplay() | 31 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.transport.nio.NioSender].setComplete(boolean) | 171 | 0 | 0.0% | [] |
[org.apache.http.conn.scheme.Scheme].hashCode() | 55 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLParam].constantValue() | 32 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Choose].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 62 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem].getNumber() | 56 | 0 | 0.0% | [] |
[org.apache.fop.area.inline.InlineViewport].readObject(java.io.ObjectInputStream) | 34 | 0 | 0.0% | [] |
[org.osgi.impl.service.dal.functions.SimulatedMeter].addPropertyNames(java.util.Dictionary) | 31 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.secure.junit.hooks.weaving.WeavingHookTests].doTest(java.lang.String) | 86 | 0 | 0.0% | [] |
[com.steadystate.css.dom.CSSPageRuleImpl].toString() | 47 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.Unknown].copy(org.apache.bcel.classfile.ConstantPool) | 42 | 0 | 0.0% | [] |
[org.jboss.osgi.repository.internal.ExpressionCombinerImpl].access$000(org.jboss.osgi.repository.internal.ExpressionCombinerImpl,java.lang.String,java.util.Collection) | 31 | 0 | 0.0% | [] |
[org.cyberneko.html.HTMLEntities].class$(java.lang.String) | 46 | 0 | 0.0% | [] |
[org.apache.catalina.connector.CoyoteAdapter].copyBytes(byte[],int,int,int) | 569 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.xmp.XMPProperty].toString() | 71 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.LiteralElement].canProduceAttributeNodes(org.apache.xalan.xsltc.compiler.SyntaxTreeNode,boolean) | 221 | 0 | 0.0% | [] |
[org.restlet.Context].setServerDispatcher(org.restlet.Restlet) | 52 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.XAExceptionTest].testEX108() | 1094 | 0 | 0.0% | [] |
[org.restlet.data.MediaType].isConcrete() | 284 | 0 | 0.0% | [] |
[org.eclipse.jetty.io.SimpleBuffers].returnBuffer(org.eclipse.jetty.io.Buffer) | 38 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.common.CaseInsensitiveMap].put(java.lang.Object,java.lang.Object) | 90 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.CastExpression].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 318 | 0 | 0.0% | [] |
[org.apache.http.entity.InputStreamEntity].isStreaming() | 31 | 0 | 0.0% | [] |
[com.icl.saxon.expr.ExpressionParser].parseFilters(com.icl.saxon.pattern.LocationPathPattern) | 481 | 0 | 0.0% | [] |
[org.apache.lucene.index.SegmentTermDocs].skipTo(int) | 102 | 0 | 0.0% | [] |
[org.apache.bcel.util.ClassPath].getPath(java.lang.String,java.lang.String) | 93 | 0 | 0.0% | [] |
[org.apache.coyote.http11.filters.ChunkedInputFilter].checkError() | 207 | 0 | 0.0% | [] |
[org.apache.commons.lang3.CharSequenceUtils].regionMatches(java.lang.CharSequence,boolean,int,java.lang.CharSequence,int,int) | 48 | 0 | 0.0% | [] |
[org.apache.catalina.websocket.WsHttpServletRequestWrapper].getPart(java.lang.String) | 80 | 0 | 0.0% | [] |
[org.apache.fop.render.txt.border.BorderManager].setStartY(int) | 33 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.FilterExpr].translatePredicates(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 55 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.log.JavaUtilLog].format(java.lang.String,java.lang.Object[]) | 53 | 0 | 0.0% | [] |
[org.apache.xalan.trace.TracerEvent].printNodeList(org.w3c.dom.NodeList) | 32 | 0 | 0.0% | [] |
[org.apache.tomcat.util.bcel.classfile.FastDataInputStream].readLine() | 88 | 0 | 0.0% | [] |
[org.osgi.test.cases.converter.junit.CustomizedConversionComplianceTest].testErrorHandler() | 151 | 0 | 0.0% | [] |
[org.apache.fop.tools.anttasks.FileCompare].execute() | 60 | 0 | 0.0% | [] |
[org.osgi.util.converter.Util].match(java.lang.String,char[],int) | 219 | 0 | 0.0% | [] |
[org.apache.commons.io.output.DeferredFileOutputStream].writeTo(java.io.OutputStream) | 39 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.ExtensionHandlerJavaPackage].class$(java.lang.String) | 145 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.DefaultPageCreator].createXmlPage(com.gargoylesoftware.htmlunit.WebResponse,com.gargoylesoftware.htmlunit.WebWindow) | 77 | 0 | 0.0% | [] |
[com.icl.saxon.functions.Extensions].getPseudoAttribute(com.icl.saxon.Context,java.lang.String) | 244 | 0 | 0.0% | [] |
[org.apache.catalina.mbeans.ContextResourceMBean].setAttribute(javax.management.Attribute) | 54 | 0 | 0.0% | [] |
[org.apache.catalina.startup.UserConfig].access$000(org.apache.catalina.startup.UserConfig,java.lang.String,java.lang.String) | 114 | 0 | 0.0% | [] |
[org.apache.fop.render.txt.border.DashedBorderElement].convert2Char() | 39 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.AbsoluteOrder].absoluteOrder(java.util.List) | 32 | 0 | 0.0% | [] |
[org.apache.lucene.search.BooleanScorer2].access$100(org.apache.lucene.search.BooleanScorer2) | 96 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.GeminiManager].getBundle() | 87 | 0 | 0.0% | [] |
[org.assertj.core.util.introspection.FieldUtils].readField(java.lang.Object,java.lang.String,boolean) | 33 | 0 | 0.0% | [] |
[org.gradle.wrapper.Install].access$1000(org.gradle.wrapper.Install,java.io.File) | 146 | 0 | 0.0% | [] |
[org.apache.xml.serializer.utils.Messages].getResourceSuffix(java.util.Locale) | 48 | 0 | 0.0% | [] |
[org.apache.fop.util.text.AdvancedMessageFormat].access$000(java.lang.String) | 197 | 0 | 0.0% | [] |
[org.eclipse.jdt.core.CheckDebugAttributes].setProperty(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.restlet.routing.Redirector].setTargetTemplate(java.lang.String) | 74 | 0 | 0.0% | [] |
[com.steadystate.css.parser.SACParserCSS3].setDocumentHandler(org.w3c.css.sac.DocumentHandler) | 1344 | 0 | 0.0% | [] |
[org.assertj.core.api.AtomicReferenceArrayAssert].lambda$filteredOn$0(java.util.function.Function,java.lang.Object,java.lang.Object) | 282 | 0 | 0.0% | [] |
[org.osgi.test.cases.coordinator.junit.CoordNameBSNFormatTest].assertNameGood(java.lang.String) | 33 | 0 | 0.0% | [] |
[org.restlet.representation.StringRepresentation].write(java.io.Writer) | 50 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.membership.McastServiceImpl].access$000() | 310 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.control.CommonTxLifecycleTestCase].testReadOnlyChangeNewTran() | 474 | 0 | 0.0% | [] |
[org.apache.jasper.xmlparser.UTF8Reader].invalidSurrogate(int) | 252 | 0 | 0.0% | [] |
[org.apache.coyote.RequestInfo].setLastRequestProcessingTime(long) | 78 | 0 | 0.0% | [] |
[org.apache.xml.dtm.DTMException].class$(java.lang.String) | 99 | 0 | 0.0% | [] |
[org.apache.juli.FileHandler].openWriter() | 141 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.BrowserVersion].clone() | 177 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.RecoveredBlock].add(org.eclipse.jdt.internal.compiler.ast.FieldDeclaration,int) | 223 | 0 | 0.0% | [] |
[org.junit.ComparisonFailure].getExpected() | 42 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.activationpolicy.TestControl].testGetBundleContext() | 527 | 0 | 0.0% | [] |
[org.apache.xalan.lib.sql.DTMDocument].getDocumentTypeDeclarationSystemIdentifier() | 402 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.TraitSetter].setProducerID(org.apache.fop.area.Area,java.lang.String) | 200 | 0 | 0.0% | [] |
[org.apache.catalina.deploy.NamingResources].getFieldType(java.lang.Class,java.lang.String) | 416 | 0 | 0.0% | [] |
[org.apache.fop.fo.FOPropertyMapping].access$100(org.apache.fop.fo.FOPropertyMapping,int,java.lang.String) | 1968 | 0 | 0.0% | [] |
[org.apache.http.impl.execchain.RedirectExec].execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) | 68 | 0 | 0.0% | [] |
[org.apache.commons.codec.language.Caverphone1].encode(java.lang.String) | 61 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.inline.LineLayoutPossibilities].printAll() | 85 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.resource.FileResource].copyTo(java.io.File) | 106 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.ISOLatin1AccentFilter].removeAccents(char[],int) | 108 | 0 | 0.0% | [] |
[org.osgi.test.cases.jndi.provider.CTTestObject].getReference() | 34 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.MultiPartInputStream].filenameValue(java.lang.String) | 321 | 0 | 0.0% | [] |
[org.apache.xpath.NodeSetDTM].getAxis() | 197 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.log.StdErrLog].ignore(java.lang.Throwable) | 242 | 0 | 0.0% | [] |
[org.apache.http.client.entity.DeflateInputStream].close() | 38 | 0 | 0.0% | [] |
[com.nwalsh.saxon.UnwrapLinks].unwrapLinks(com.icl.saxon.Context,com.icl.saxon.expr.NodeSetValue) | 32 | 0 | 0.0% | [] |
[org.apache.catalina.realm.GenericPrincipal].logout() | 50 | 0 | 0.0% | [] |
[org.apache.el.lang.FunctionMapperImpl].readExternal(java.io.ObjectInput) | 55 | 0 | 0.0% | [] |
[org.restlet.data.ReferenceList].subList(int,int) | 46 | 0 | 0.0% | [] |
[org.junit.rules.ErrorCollector].checkThrows(java.lang.Class,org.junit.function.ThrowingRunnable) | 33 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.internal.WebContainerUtils].sourceAsFile(java.net.URL) | 72 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.TypeParameter].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 95 | 0 | 0.0% | [] |
[org.osgi.impl.service.device.manager.MatchImpl].getMatchValue() | 69 | 0 | 0.0% | [] |
[org.assertj.core.util.diff.DiffUtils].getDeltaText(org.assertj.core.util.diff.Delta) | 137 | 0 | 0.0% | [] |
[org.jboss.osgi.metadata.OSGiManifestBuilder].getManifestHeaderInternal(java.util.jar.Manifest,java.lang.String) | 194 | 0 | 0.0% | [] |
[org.apache.fop.events.DefaultEventBroadcaster].createProxyFor(java.lang.Class) | 59 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Number].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 235 | 0 | 0.0% | [] |
[org.apache.catalina.util.ServerInfo].getServerNumber() | 36 | 0 | 0.0% | [] |
[org.osgi.test.cases.transaction.LengthyTransactionManagerTest].testTM036() | 32 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.Javadoc].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 514 | 0 | 0.0% | [] |
[org.apache.xalan.extensions.ExtensionHandlerExsltFunction].callFunction(org.apache.xpath.functions.FuncExtFunction,java.util.Vector,org.apache.xalan.extensions.ExpressionContext) | 50 | 0 | 0.0% | [] |
[org.osgi.test.cases.zigbee.mock.ZCLClusterImpl].getAttributeFromId(int) | 80 | 0 | 0.0% | [] |
[org.apache.http.entity.StringEntity].clone() | 31 | 0 | 0.0% | [] |
[org.apache.fop.events.Event].paramsBuilder() | 32 | 0 | 0.0% | [] |
[org.apache.lucene.search.ConstantScoreQuery].hashCode() | 53 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.common.ThreadSafeDirectedAcyclicGraph].equals(java.lang.Object) | 65 | 0 | 0.0% | [] |
[org.apache.xml.serializer.SecuritySupport12].getLastModified(java.io.File) | 35 | 0 | 0.0% | [] |
[org.cyberneko.html.HTMLScanner].access$1800(org.cyberneko.html.HTMLScanner) | 1555 | 0 | 0.0% | [] |
[org.apache.xml.serializer.ToXMLSAXHandler].resetToXMLSAXHandler() | 181 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.junit.DiscoveryTest].scope_and_filter_122_6_1___RSA_1_1(java.lang.String) | 395 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFGoTo].contentEquals(org.apache.fop.pdf.PDFObject) | 41 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.WebAssert].notNull(java.lang.String,java.lang.Object) | 163 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.ExecPlugin.TestExecPlugin].getNodeVersion(java.lang.String[]) | 34 | 0 | 0.0% | [] |
[com.nwalsh.xalan.FormatGraphicCallout].formatCallout(org.apache.xml.utils.DOMBuilder,com.nwalsh.xalan.Callout) | 44 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlAnchor].getDefaultStyleDisplay() | 71 | 0 | 0.0% | [] |
[org.osgi.impl.service.residentialmanagement.plugins.FrameworkReadWriteSession].copy(java.lang.String[],java.lang.String[],boolean) | 495 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.tool.ArchiveFileObject].$SWITCH_TABLE$javax$tools$JavaFileObject$Kind() | 67 | 0 | 0.0% | [] |
[org.restlet.service.LogService].start() | 102 | 0 | 0.0% | [] |
[org.apache.commons.logging.impl.LogFactoryImpl].access$001() | 353 | 0 | 0.0% | [] |
[org.restlet.engine.header.CookieReader].readValue() | 62 | 0 | 0.0% | [] |
[org.osgi.test.cases.converter.junit.ArrayAndCollectionConversionComplianceTest].testToMapConversion() | 88 | 0 | 0.0% | [] |
[org.apache.commons.io.FileSystemUtils].openProcess(java.lang.String[]) | 135 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.runtime.ObjectFactory].class$(java.lang.String) | 147 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.transport.nio.NioReplicationTask].access$000() | 150 | 0 | 0.0% | [] |
[org.osgi.test.cases.coordinator.secure.junit.CoordinatorSecureTests].unregisterQuietly(org.osgi.framework.ServiceRegistration) | 184 | 0 | 0.0% | [] |
[net.bytebuddy.implementation.auxiliary.MethodCallProxy].hashCode() | 112 | 0 | 0.0% | [] |
[org.osgi.service.event.TopicPermission].readObject(java.io.ObjectInputStream) | 159 | 0 | 0.0% | [] |
[org.eclipse.jetty.websocket.WebSocketGeneratorRFC6455].toString() | 110 | 0 | 0.0% | [] |
[org.apache.fop.complexscripts.fonts.GlyphProcessingState].getCombinedAndTester(org.apache.fop.complexscripts.util.GlyphTester[],int) | 342 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.launch.junit.ExtensionBundleActivatorTests].assertTestResults(java.util.List,java.util.Collection) | 135 | 0 | 0.0% | [] |
[org.osgi.test.cases.enocean.serial.EspPacket].deserialize(byte[],byte[]) | 42 | 0 | 0.0% | [] |
[org.osgi.impl.service.prefs.TextFileSupport].unescape(java.lang.StringBuffer) | 83 | 0 | 0.0% | [] |
[org.apache.fop.render.ps.PSBorderPainter].restoreGraphicsState() | 188 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.ext.util.TestExecPlugin].getData() | 38 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.xmp.Metadata].toSAX(org.xml.sax.ContentHandler) | 65 | 0 | 0.0% | [] |
[org.osgi.test.cases.permissionadmin.junit.PermissionSignatureUtility].createWildcardRDNs(java.lang.String) | 182 | 0 | 0.0% | [] |
[com.nexwave.stemmer.snowball.ext.GermanStemmer].hashCode() | 254 | 0 | 0.0% | [] |
[org.apache.jasper.runtime.TagHandlerPool].getOption(javax.servlet.ServletConfig,java.lang.String,java.lang.String) | 78 | 0 | 0.0% | [] |
[org.apache.fop.svg.ACIUtils].dumpAttrs(java.text.AttributedCharacterIterator) | 86 | 0 | 0.0% | [] |
[org.eclipse.gemini.jpa.GeminiSystemProperties].setDebug(boolean) | 50 | 0 | 0.0% | [] |
[org.restlet.data.Expectation].setValue(java.lang.Object) | 40 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.DelegatingClassLoaderCustomizer].access$2(org.eclipse.gemini.web.tomcat.internal.DelegatingClassLoaderCustomizer,java.util.Set) | 37 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.parser.Parser].$SWITCH_TABLE$org$eclipse$jdt$internal$compiler$parser$Parser$LocalTypeKind() | 7200 | 0 | 0.0% | [] |
[org.apache.fop.fonts.truetype.GlyfTable].retrieveComposedGlyphs(int) | 80 | 0 | 0.0% | [] |
[org.apache.lucene.search.FilteredQuery].hashCode() | 72 | 0 | 0.0% | [] |
[org.osgi.test.cases.jpa.junit.PersistenceUnitTests].waitForService(java.lang.Class) | 113 | 0 | 0.0% | [] |
[org.apache.xalan.templates.ElemExtensionDecl].runtimeInit(org.apache.xalan.transformer.TransformerImpl) | 64 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.env.AccessRuleSet].toString(boolean) | 58 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.WebXml].close() | 35 | 0 | 0.0% | [] |
[org.osgi.test.cases.servlet.junit.HttpServiceRuntimeTestCase].getEndPoints(org.osgi.framework.ServiceReference) | 374 | 0 | 0.0% | [] |
[org.apache.fop.util.TransformerDefaultHandler].comment(char[],int,int) | 45 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.Assignment].statementExpression() | 131 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.AttributesMap].addAll(org.eclipse.jetty.util.Attributes) | 35 | 0 | 0.0% | [] |
[org.apache.fop.render.rtf.RTFHandler].access$000(org.apache.fop.render.rtf.RTFHandler) | 854 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.compiler.Template].translate(org.apache.xalan.xsltc.compiler.util.ClassGenerator,org.apache.xalan.xsltc.compiler.util.MethodGenerator) | 142 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.Argument].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.ClassScope) | 120 | 0 | 0.0% | [] |
[org.apache.bcel.verifier.structurals.ExecutionVisitor].visitTABLESWITCH(org.apache.bcel.generic.TABLESWITCH) | 576 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.Position].toString() | 32 | 0 | 0.0% | [] |
[org.apache.fop.afp.AFPPaintingState].toString() | 156 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.LocalVariable].copy() | 46 | 0 | 0.0% | [] |
[org.apache.catalina.core.StandardPipeline].getFirst() | 143 | 0 | 0.0% | [] |
[org.osgi.test.cases.repository.junit.RepositoryTest].findProvidersAllRepos(org.osgi.resource.Requirement[]) | 354 | 0 | 0.0% | [] |
[org.apache.coyote.http11.InternalNioInputBuffer].fill(boolean,boolean) | 325 | 0 | 0.0% | [] |
[org.apache.geronimo.transaction.manager.RecoveryImpl].getExternalXids() | 124 | 0 | 0.0% | [] |
[org.apache.fop.fo.flow.Inline].getNameId() | 41 | 0 | 0.0% | [] |
[com.icl.saxon.om.XMLChar].isValidJavaEncoding(java.lang.String) | 684 | 0 | 0.0% | [] |
[org.apache.catalina.InstanceEvent].getWrapper() | 65 | 0 | 0.0% | [] |
[org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator].fireInterceptorEvent(org.apache.catalina.tribes.ChannelInterceptor$InterceptorEvent) | 355 | 0 | 0.0% | [] |
[org.apache.avalon.framework.parameters.Parameters].toProperties(org.apache.avalon.framework.parameters.Parameters) | 124 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable].nameForReporting(org.eclipse.jdt.internal.compiler.ast.ASTNode,org.eclipse.jdt.internal.compiler.impl.ReferenceContext) | 462 | 0 | 0.0% | [] |
[org.apache.catalina.manager.host.HostManagerServlet].getStringManager(javax.servlet.http.HttpServletRequest) | 251 | 0 | 0.0% | [] |
[org.apache.tomcat.util.buf.Ascii].parseLong(char[],int,int) | 70 | 0 | 0.0% | [] |
[org.apache.catalina.core.NamingContextListener].createSubcontexts(javax.naming.Context,java.lang.String) | 568 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc4.rfc141.TestBug1732_MountPointHandling].prepareMountedPlugin2(boolean) | 156 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.BalancingColumnBreakingAlgorithm].getPageBreaks() | 36 | 0 | 0.0% | [] |
[org.restlet.engine.util.CallResolver].resolve(java.lang.String) | 154 | 0 | 0.0% | [] |
[org.jboss.osgi.resolver.XRequirementBuilder].getRequirement() | 35 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.ObjectContainer].setData(byte[]) | 37 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.StringMap].readExternal(java.io.ObjectInput) | 287 | 0 | 0.0% | [] |
[org.apache.fop.fo.properties.LengthRangeProperty].equals(java.lang.Object) | 108 | 0 | 0.0% | [] |
[org.assertj.core.api.AtomicIntegerArrayAssert].containsAnyOf(int[]) | 64 | 0 | 0.0% | [] |
[com.icl.saxon.ContentEmitter].unparsedEntityDecl(java.lang.String,java.lang.String,java.lang.String,java.lang.String) | 97 | 0 | 0.0% | [] |
[org.osgi.service.dmt.Uri].getHash(java.lang.String) | 138 | 0 | 0.0% | [] |
[org.assertj.core.internal.Maps].lambda$assertAllSatisfy$0(java.util.function.BiConsumer,java.util.Map$Entry) | 320 | 0 | 0.0% | [] |
[org.apache.fop.pdf.PDFStructElem].attachKids() | 52 | 0 | 0.0% | [] |
[org.apache.http.client.methods.HttpRequestWrapper].getParams() | 48 | 0 | 0.0% | [] |
[net.bytebuddy.jar.asm.commons.ModuleHashesAttribute].write(net.bytebuddy.jar.asm.ClassWriter,byte[],int,int,int) | 40 | 0 | 0.0% | [] |
[org.osgi.impl.service.dmt.dispatcher.Dispatcher].notifyMappingListeners(java.lang.String,org.osgi.framework.ServiceReference) | 206 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.QuotedStringTokenizer].hasMoreTokens() | 68 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.QuotedStringTokenizer].nextToken(java.lang.String) | 132 | 0 | 0.0% | [] |
[org.apache.commons.lang3.time.FastDatePrinter].getTimeZoneDisplay(java.util.TimeZone,boolean,int,java.util.Locale) | 335 | 0 | 0.0% | [] |
[org.apache.fop.afp.ioca.ImageOutputControl].setSinglepoint(boolean) | 78 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl].loggingExtraProblems() | 262 | 0 | 0.0% | [] |
[org.apache.xml.utils.DOMHelper].getNodeData(org.w3c.dom.Node,org.apache.xml.utils.FastStringBuffer) | 276 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.NumericTokenStream].toString() | 62 | 0 | 0.0% | [] |
[com.gargoylesoftware.htmlunit.html.HtmlButton].getDefaultStyleDisplay() | 53 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.FloatLiteral].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 42 | 0 | 0.0% | [] |
[org.apache.commons.lang3.math.NumberUtils].isNumber(java.lang.String) | 386 | 0 | 0.0% | [] |
[org.apache.jasper.servlet.JspServlet].access$100(org.apache.jasper.servlet.JspServlet,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,boolean) | 142 | 0 | 0.0% | [] |
[org.osgi.test.cases.zigbee.ZCLDataTypesTestCase].createUnsignedNumber(int) | 376 | 0 | 0.0% | [] |
[org.apache.commons.lang3.math.Fraction].compareTo(java.lang.Object) | 264 | 0 | 0.0% | [] |
[org.apache.xmlgraphics.ps.PSDictionary].toString() | 115 | 0 | 0.0% | [] |
[org.apache.xalan.client.XSLTProcessorApplet].access$500(org.apache.xalan.client.XSLTProcessorApplet) | 192 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.Registry].getObjectType(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc2.tbc.Uri.ToUri].testToUri004() | 44 | 0 | 0.0% | [] |
[org.apache.fop.afp.modca.ObjectAreaPosition].toString() | 46 | 0 | 0.0% | [] |
[com.icl.saxon.style.XSLElement].process(com.icl.saxon.Context) | 58 | 0 | 0.0% | [] |
[org.apache.commons.lang3.mutable.MutableLong].setValue(java.lang.Object) | 40 | 0 | 0.0% | [] |
[aQute.lib.collections.DoubleKeyMap].all() | 92 | 0 | 0.0% | [] |
[org.cyberneko.html.filters.Writer].class$(java.lang.String) | 195 | 0 | 0.0% | [] |
[org.restlet.engine.io.Buffer].toString() | 158 | 0 | 0.0% | [] |
[org.apache.xml.serializer.utils.XML11Char].isXML11ValidNmtoken(java.lang.String) | 125 | 0 | 0.0% | [] |
[org.osgi.test.cases.framework.junit.permissions.PermissionRecursionTests].newMockBundle(long,java.lang.String,java.lang.String,java.security.PermissionCollection) | 85 | 0 | 0.0% | [] |
[org.apache.xalan.processor.TransformerFactoryImpl].isSecureProcessing() | 191 | 0 | 0.0% | [] |
[com.icl.saxon.expr.AttributeValueTemplate].display(int) | 67 | 0 | 0.0% | [] |
[org.apache.bcel.classfile.ExceptionTable].copy(org.apache.bcel.classfile.ConstantPool) | 38 | 0 | 0.0% | [] |
[org.osgi.test.cases.dmt.tc3.tbc.MetaNode.GetMimeTypes].testGetMimeTypes005() | 56 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cp.ssdp.SSDPMulticastListener].killMulticastListener() | 42 | 0 | 0.0% | [] |
[aQute.lib.io.ByteBufferInputStream].toString() | 41 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.ImageRenderedAdapter].getFilterHint() | 58 | 0 | 0.0% | [] |
[org.apache.fop.layoutmgr.PageBreaker].access$000(org.apache.fop.layoutmgr.PageBreaker) | 213 | 0 | 0.0% | [] |
[org.osgi.impl.service.upnp.cd.ssdp.DeviceDetails].getTime() | 32 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.IntrospectionUtil].findInheritedField(java.lang.Package,java.lang.Class,java.lang.String,java.lang.Class,boolean) | 124 | 0 | 0.0% | [] |
[org.apache.catalina.ha.authenticator.SingleSignOnMessage].toString() | 59 | 0 | 0.0% | [] |
[org.apache.fop.area.Span].toString() | 55 | 0 | 0.0% | [] |
[org.apache.xalan.xsltc.dom.SingletonIterator].gotoMark() | 31 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.internal.url.DirTransformer].getDefaultManifestStream() | 41 | 0 | 0.0% | [] |
[org.eclipse.virgo.util.osgi.manifest.parse.standard.MultiplexingVisitor].initialize() | 32 | 0 | 0.0% | [] |
[org.osgi.service.coordinator.CoordinationPermission].getProperties() | 228 | 0 | 0.0% | [] |
[org.restlet.ext.json.JsonConverter].updatePreferences(java.util.List,java.lang.Class) | 81 | 0 | 0.0% | [] |
[org.apache.commons.collections.FastArrayList].trimToSize() | 472 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.ast.StringLiteral].traverse(org.eclipse.jdt.internal.compiler.ASTVisitor,org.eclipse.jdt.internal.compiler.lookup.BlockScope) | 43 | 0 | 0.0% | [] |
[org.apache.coyote.Response].getBytesWritten(boolean) | 160 | 0 | 0.0% | [] |
[org.junit.rules.TemporaryFolder].recursiveDelete(java.io.File) | 105 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding].sourceLambda() | 330 | 0 | 0.0% | [] |
[org.osgi.test.cases.component.junit.DS14TestCase].lambda$testCoordinationFailed$0(org.osgi.service.coordinator.Coordination) | 367 | 0 | 0.0% | [] |
[org.apache.commons.collections.functors.SwitchClosure].getDefaultClosure() | 43 | 0 | 0.0% | [] |
[org.apache.xml.utils.StringVector].peek() | 49 | 0 | 0.0% | [] |
[org.apache.commons.codec.binary.Base32].isInAlphabet(byte) | 157 | 0 | 0.0% | [] |
[org.apache.commons.io.input.ReaderInputStream].close() | 59 | 0 | 0.0% | [] |
[org.apache.coyote.http11.InternalAprInputBuffer].fill() | 236 | 0 | 0.0% | [] |
[org.eclipse.jetty.util.ArrayQueue].grow() | 130 | 0 | 0.0% | [] |
[org.eclipse.jdt.internal.compiler.codegen.LongCache].toString() | 64 | 0 | 0.0% | [] |
[org.osgi.test.cases.remoteserviceadmin.secure.tb.importer.Activator].getPropertyAsList(java.lang.Object) | 124 | 0 | 0.0% | [] |
[org.apache.jasper.tagplugins.jstl.Util].resolveUrl(java.lang.String,java.lang.String,javax.servlet.jsp.PageContext) | 117 | 0 | 0.0% | [] |
[org.apache.catalina.ha.deploy.FileMessageFactory].setMaxValidTime(int) | 129 | 0 | 0.0% | [] |
[org.apache.http.conn.routing.RouteTracker].clone() | 107 | 0 | 0.0% | [] |
[org.apache.jasper.compiler.ELParser].access$000(java.lang.String) | 229 | 0 | 0.0% | [] |
[org.apache.fop.render.pdf.PDFStructureTreeBuilder].startReferencedNode(java.lang.String,org.xml.sax.Attributes) | 53 | 0 | 0.0% | [] |
[org.apache.catalina.ha.backend.HeartbeatListener].lifecycleEvent(org.apache.catalina.LifecycleEvent) | 56 | 0 | 0.0% | [] |
[org.eclipse.gemini.web.tomcat.internal.BundleDependenciesJarScanner].getBundlesToSkip(org.osgi.framework.BundleContext) | 58 | 0 | 0.0% | [] |
[org.assertj.core.error.ShouldHaveRootCause].shouldHaveRootCause(java.lang.Throwable) | 33 | 0 | 0.0% | [] |
[org.apache.lucene.analysis.compound.hyphenation.CharVector].trimToSize() | 45 | 0 | 0.0% | [] |
[org.restlet.data.Parameter].setValue(java.lang.Object) | 34 | 0 | 0.0% | [] |
[com.icl.saxon.tinytree.PrecedingEnumeration].getLastPosition() | 31 | 0 | 0.0% | [] |
[org.apache.tomcat.util.log.UserDataHelper].logAtInfo() | 44 | 0 | 0.0% | [] |
[org.apache.xml.dtm.ref.sax2dtm.SAX2DTM].getFixedNames(int) | 556 | 0 | 0.0% | [] |
[org.apache.el.parser.AstIdentifier].getMethodExpression(org.apache.el.lang.EvaluationContext) |