Skip to content

Commit

Permalink
8041: JfrRulesReport -format json produce incomplete results
Browse files Browse the repository at this point in the history
Reviewed-by: clanger, hirt
  • Loading branch information
Suchita Chaturvedi committed Feb 26, 2023
1 parent 456da39 commit dd11789
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Expand Down Expand Up @@ -136,8 +136,8 @@
"name": "<xsl:apply-templates select="name" />", <xsl:choose><xsl:when test="count(error)>0"><xsl:text>&#xa; </xsl:text>"error": "<xsl:apply-templates select="error" />"</xsl:when><xsl:otherwise>
"severity": "<xsl:apply-templates select="severity" />",
"score": <xsl:apply-templates select="score" />,
"message": "<xsl:apply-templates select="message" />",
"detailedMessage": "<xsl:apply-templates select="detailedmessage" />"<xsl:apply-templates select="itemset" />
"message": "<xsl:apply-templates select="summary" />",
"detailedMessage": "<xsl:apply-templates select="explanation" />"<xsl:apply-templates select="itemset" />
</xsl:otherwise>
</xsl:choose>
}<xsl:if test="following-sibling::*">,</xsl:if></xsl:template>
Expand Down

0 comments on commit dd11789

Please sign in to comment.