This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93813

Summary: "mod" expression doesn't appear in XSL source
Product: soa Reporter: Andrei Chistiakov <ca-nb>
Component: XSLTAssignee: Nikita Krjukov <supernikita>
Status: VERIFIED FIXED    
Severity: blocker CC: kozlov
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 93769    

Description Andrei Chistiakov 2007-02-01 14:31:26 UTC
Reproduced in build 070201_2.

To reproduce:
- open the following XSL
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:template match="/">
        <purchaseOrder>
            <shipTo>
                <name>
                    <xsl:value-of select=""/>
                </name>
            </shipTo>
        </purchaseOrder>    
    </xsl:template>
</xsl:stylesheet>
- put "mod" function on the diagram;
- link inputs of the function to the source tree elements;
- link output to /purchaseOrder/shipTo/name element;
- switch to source.

Notice that 'select' expression remains empty.
Comment 1 Alexey Yarmolenko 2007-02-06 09:43:43 UTC
Bug is related to methoid metadata loader.
Comment 2 Nikita Krjukov 2007-02-06 14:28:14 UTC
fixed
Comment 3 Andrei Chistiakov 2007-02-12 12:49:43 UTC
Verified in build 070211_2.