<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://50.77.162.165/mediawiki/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://50.77.162.165/mediawiki/index.php?action=history&amp;feed=atom&amp;title=DeSubgraphKit</id>
		<title>DeSubgraphKit - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://50.77.162.165/mediawiki/index.php?action=history&amp;feed=atom&amp;title=DeSubgraphKit"/>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/mediawiki/index.php?title=DeSubgraphKit&amp;action=history"/>
		<updated>2026-04-25T12:56:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.5-7</generator>

	<entry>
		<id>http://50.77.162.165/mediawiki/index.php?title=DeSubgraphKit&amp;diff=1885&amp;oldid=prev</id>
		<title>Kevin Reid:&amp;#32;test funny unscope values</title>
		<link rel="alternate" type="text/html" href="http://50.77.162.165/mediawiki/index.php?title=DeSubgraphKit&amp;diff=1885&amp;oldid=prev"/>
				<updated>2009-05-31T21:14:13Z</updated>
		
		<summary type="html">&lt;p&gt;test funny unscope values&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;deSubgraphKit is the [[Data-E kit]] which deals with actual objects.&lt;br /&gt;
&lt;br /&gt;
 ? def deSubgraphKit := &amp;lt;import:org.erights.e.elib.serial.deSubgraphKit&amp;gt;&lt;br /&gt;
 # value: &amp;lt;deSubgraphKit&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tests==&lt;br /&gt;
&lt;br /&gt;
The implementation of deSubgraphKit in [[E-on-Java]] had bugs which caused it to accept non-strings as [[unenv]] values.&lt;br /&gt;
&lt;br /&gt;
 ? def r := deSubgraphKit.makeRecognizer(null, [&lt;br /&gt;
 &amp;gt;   &amp;quot;foo&amp;quot; =&amp;gt; 0,    # Integer should not refer to a temporary, but error&lt;br /&gt;
 &amp;gt;   &amp;quot;bar&amp;quot; =&amp;gt; null, # Null should not be treated as nonexistent, but error&lt;br /&gt;
 &amp;gt;   &amp;quot;baz&amp;quot; =&amp;gt; &amp;quot;false&amp;quot;,  # Normal entry, for comparison&lt;br /&gt;
 &amp;gt; ]); null&lt;br /&gt;
 &lt;br /&gt;
 ? r.recognize(&amp;quot;foo&amp;quot;, deSubgraphKit.makeBuilder())&lt;br /&gt;
 # problem: &amp;lt;ClassCastException: Integer doesn't coerce to a String&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 ? r.recognize(&amp;quot;bar&amp;quot;, deSubgraphKit.makeBuilder())&lt;br /&gt;
 # problem: &amp;lt;NullPointerException: must be a String rather than null&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ? r.recognize(&amp;quot;baz&amp;quot;, deSubgraphKit.makeBuilder())&lt;br /&gt;
 # value: false&lt;br /&gt;
&lt;br /&gt;
{{XXX|The above errors are E-on-Java-specific wording.}}&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Data-E]]&lt;/div&gt;</summary>
		<author><name>Kevin Reid</name></author>	</entry>

	</feed>