<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/hypergraph/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/hypergraph/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 09 Nov 2008 11:08:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hypergraph/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Problem with ForceDirectedLayout</title><link>https://sourceforge.net/p/hypergraph/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the topic map examples on the website, the ForceDirectedLayout seems to compute a position outside of the allowed range from time to time. Usually, one or more nodes have a location in the upper left corner and they don't move when the graph is moved.&lt;/p&gt;
&lt;p&gt;Probably there is some rounding problem in the algorithm. The problem doesn't occur when using the TreeLayout as in the other examples.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jens Kanschik</dc:creator><pubDate>Sun, 09 Nov 2008 11:08:00 -0000</pubDate><guid>https://sourceforge.netb5de31a18062e9a2a95b766ba49802bfca5e02ac</guid></item><item><title>website error</title><link>https://sourceforge.net/p/hypergraph/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On your page &lt;a href="http://hypergraph.sourceforge.net/examples-orga.html"&gt;http://hypergraph.sourceforge.net/examples-orga.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This link&lt;br /&gt;
&lt;a href="http://hypergraph.sourceforge.net/graphs/orga-rub.xml"&gt;http://hypergraph.sourceforge.net/graphs/orga-rub.xml&lt;/a&gt;&lt;br /&gt;
returns the following display&lt;/p&gt;
&lt;p&gt;XML Parsing Error: prefix not bound to a namespace&lt;br /&gt;
Location: &lt;a href="http://hypergraph.sourceforge.net/graphs/orga-rub.xml"&gt;http://hypergraph.sourceforge.net/graphs/orga-rub.xml&lt;/a&gt;&lt;br /&gt;
Line Number 18, Column 3:&lt;br /&gt;
&amp;lt;ref xlink:href = "http://www.ruhr-uni-bochum.de"/&amp;gt;&lt;br /&gt;
----------------^&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
Regards&lt;br /&gt;
Ken&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken Robertson</dc:creator><pubDate>Tue, 04 Nov 2008 11:03:10 -0000</pubDate><guid>https://sourceforge.net595384d9c1ffb769c68320bbb56df1614578f924</guid></item><item><title>HyperGraph displays only one component</title><link>https://sourceforge.net/p/hypergraph/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It appears that HyperGraph displays only a single component.  If the graph has multiple disjoint components, then the second component won't be shown.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE GraphXML SYSTEM "GraphXML.dtd"&amp;gt;&lt;br /&gt;
&amp;lt;GraphXML&amp;gt;&lt;br /&gt;
&amp;lt;graph id="two_components_example"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;node name="c1s" /&amp;gt;&lt;br /&gt;
&amp;lt;node name="c1t" /&amp;gt;&lt;br /&gt;
&amp;lt;edge source="c1s" target="c1t"&amp;gt;&lt;br /&gt;
&amp;lt;label&amp;gt;first component&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/edge&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;node name="c2s" /&amp;gt;&lt;br /&gt;
&amp;lt;node name="c2t" /&amp;gt;&lt;br /&gt;
&amp;lt;edge source="c2s" target="c2t"&amp;gt;&lt;br /&gt;
&amp;lt;label&amp;gt;second component&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/edge&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/graph&amp;gt;&lt;br /&gt;
&amp;lt;/GraphXML&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard C. Yeh</dc:creator><pubDate>Fri, 29 Feb 2008 16:07:37 -0000</pubDate><guid>https://sourceforge.net0e5abbb4292fa3f87de7f550e413f1206a7b29e0</guid></item><item><title>Writing error in installation documentation</title><link>https://sourceforge.net/p/hypergraph/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The installation documentation ( &lt;a href="http://hypergraph.sourceforge.net/simple_graphs.html"&gt;http://hypergraph.sourceforge.net/simple_graphs.html&lt;/a&gt; ) of the .xml file has little bug.&lt;/p&gt;
&lt;p&gt;The &amp;lt;GraphXML&amp;gt; Tag at the end of the File is open and produces a parsing error.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 02 Dec 2007 15:25:46 -0000</pubDate><guid>https://sourceforge.net0ad9bd70ef541bca30a17a31cc58e1ac8096fbef</guid></item><item><title>AbstractTextRenderer.getFontHandle sometimes returns -1</title><link>https://sourceforge.net/p/hypergraph/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hypergraph.hyperbolic.AbstractTextRenderer.getFontHandle sometimes returns -1, which causes hypergraph.hyperbolic.swt.SWTTextRenderer.configure to barf with ArrayIndexOutOfBoundsException.&lt;/p&gt;
&lt;p&gt;SWTTextRenderer.configure expects the return value of getFontHandle to be a nonnegative integer (since it is used as an array index). But getFontHandle returns a negative value when its arguments is less than -0.05.&lt;/p&gt;
&lt;p&gt;The argument of getFontHandle is a scale value. Maybe the scale is supposed to be positive; I don't understand enough about Hypergraph to say. I'll patch my copy of Hypergraph so getFontHandle returns 0 if scale &amp;lt; 0.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Dodier</dc:creator><pubDate>Mon, 26 Nov 2007 19:10:29 -0000</pubDate><guid>https://sourceforge.net2611113973556dc1ff6d494b9cfe199f7cc8d7f1</guid></item><item><title>Graph root folder and specials caracters url</title><link>https://sourceforge.net/p/hypergraph/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I'm trying to use your hyperapplet.jar with xml graphs &lt;br /&gt;
and i've notive on my PC that if Graph root folder &lt;br /&gt;
have specials caracters in path, applet don't start.&lt;/p&gt;
&lt;p&gt;I'm using Java 2 SE update 6 and W2K either with FF or &lt;br /&gt;
Opera explorers.&lt;/p&gt;
&lt;p&gt;Hope it helps, and thank for ur great project!&lt;/p&gt;
&lt;p&gt;citronized@gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 18 Oct 2006 09:35:11 -0000</pubDate><guid>https://sourceforge.netb704f375f586d2d0b01e5101023d3ec4874926a2</guid></item><item><title>typo in sample XML</title><link>https://sourceforge.net/p/hypergraph/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="http://hypergraph.sourceforge.net/simple_graphs.html"&gt;http://hypergraph.sourceforge.net/simple_graphs.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;has the end tag written as &amp;lt;GraphXML&amp;gt; when it should be &lt;br /&gt;
&amp;lt;/GraphXML&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks for the great software!!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 19 Apr 2006 18:46:07 -0000</pubDate><guid>https://sourceforge.net98152f1b35b47b9214203026a3b39ecdff582544</guid></item><item><title>web site has incorrect documentation</title><link>https://sourceforge.net/p/hypergraph/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the documented method for employing the 'target' option&lt;br /&gt;
for hyperlinks within hypergraph is wrong.&lt;/p&gt;
&lt;p&gt;it states to use the property value&lt;br /&gt;
'hypergraph.examples.hexplorer.GraphPanel.target', it&lt;br /&gt;
should be:&lt;br /&gt;
'hypergraph.applications.hexplorer.GraphPanel.target'.&lt;/p&gt;
&lt;p&gt;this mistake is found on several pages, these include:&lt;br /&gt;
&lt;a href="http://hypergraph.sourceforge.net/propBrowser.html"&gt;http://hypergraph.sourceforge.net/propBrowser.html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://hypergraph.sourceforge.net/hyperlinks.html"&gt;http://hypergraph.sourceforge.net/hyperlinks.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;thanks for the great product.&lt;/p&gt;
&lt;p&gt;matt zagrabelny&lt;br /&gt;
mzagrabe@d.umn.edu&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 18 Apr 2006 15:48:12 -0000</pubDate><guid>https://sourceforge.net265bf0b6fcdccd810e3f2d375ef387da268727b9</guid></item><item><title>Node name sometimes displayed instead of label</title><link>https://sourceforge.net/p/hypergraph/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For some nodes, HyperGraph sometimes displays the node&lt;br /&gt;
name instead of the label. I have not been able to&lt;br /&gt;
precisely determine the conditions in which this happens.&lt;/p&gt;
&lt;p&gt;In the attached graph, you'll see that "n19" is&lt;br /&gt;
displayed instead of "memes", and "n71" is displayed&lt;br /&gt;
instead of "mo scríobhaí". &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Muddle-headed Wombat</dc:creator><pubDate>Mon, 06 Mar 2006 00:49:45 -0000</pubDate><guid>https://sourceforge.neted8a735e16d4e6a45961733896e4c4cea16e3af6</guid></item><item><title>Controller.getElement(int, int) doesn't work correctly</title><link>https://sourceforge.net/p/hypergraph/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The method&lt;br /&gt;
hypergraph.visualnet.Controller.getElement(int, int)&lt;br /&gt;
doesn't check the full text for nodes, but only the&lt;br /&gt;
distance to the location of the node.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jens Kanschik</dc:creator><pubDate>Sun, 30 Oct 2005 13:51:54 -0000</pubDate><guid>https://sourceforge.nete4a3d145e6af6a7292cb6e21d6847f34c6480b65</guid></item></channel></rss>