<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 5: Migrate to GitHub</title><link href="https://sourceforge.net/p/java2html/bugs/5/" rel="alternate"/><link href="https://sourceforge.net/p/java2html/bugs/5/feed.atom" rel="self"/><id>https://sourceforge.net/p/java2html/bugs/5/</id><updated>2016-03-04T18:47:32.201000Z</updated><subtitle>Recent changes to 5: Migrate to GitHub</subtitle><entry><title>#5 Migrate to GitHub</title><link href="https://sourceforge.net/p/java2html/bugs/5/?limit=25#3e63" rel="alternate"/><published>2016-03-04T18:47:32.201000Z</published><updated>2016-03-04T18:47:32.201000Z</updated><author><name>Michael Bolin</name><uri>https://sourceforge.net/u/mbolin/</uri></author><id>https://sourceforge.net2c5016cbc3cc0dbd82fc2cbfffb6bc835af5ada0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I just tried it yesterday to share the code for an internal prototype and it worked great! My source was written in Java 7. The only thing that it broke on was the diamond operator:&lt;/p&gt;
&lt;p&gt;Set&amp;lt;String&amp;gt; set = new HashSet&amp;lt;&amp;gt;();&lt;/p&gt;
&lt;p&gt;But if I rewrote it as:&lt;/p&gt;
&lt;p&gt;Set&amp;lt;String&amp;gt; set = new HashSet&amp;lt;String&amp;gt;();&lt;/p&gt;
&lt;p&gt;then it was fine.&lt;/p&gt;
&lt;p&gt;This is just for a design that I am sketching out and wanted to post internally to get feedback. I like this better than just putting the source in a private GitHub repo because it's actually hyperlinked.&lt;/p&gt;
&lt;p&gt;I had additional comments that I wanted to solicit feedback on in a &lt;code&gt;package-info.java&lt;/code&gt; file, which is why I opened ticket #4.&lt;/p&gt;
&lt;p&gt;I considered using &lt;a href="http://www.java2html.de/" rel="nofollow"&gt;http://www.java2html.de/&lt;/a&gt;, but it said:&lt;/p&gt;
&lt;p&gt;"Does not use a strict grammar - so automatically generating hyperlinks for navigating source files is not possible."&lt;/p&gt;
&lt;p&gt;which seemed like a severe limitation as the hyperlinks are the main reason I was interested in this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Migrate to GitHub</title><link href="https://sourceforge.net/p/java2html/bugs/5/" rel="alternate"/><published>2016-03-04T18:18:12.142000Z</published><updated>2016-03-04T18:18:12.142000Z</updated><author><name>Michael Bolin</name><uri>https://sourceforge.net/u/mbolin/</uri></author><id>https://sourceforge.net959de21bb5a2b0d89c9dfe8e30b5101616ea5877</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I realize this may be closed as "unhelpful," but the load times and general ecosystem around sourceforge.net is pretty painful these days compared to GitHub.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>