<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/java2html/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/java2html/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Jul 2013 20:48:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/java2html/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>#2 binary package with support for jdk 1.5</title><link>https://sourceforge.net/p/java2html/patches/2/?limit=25#cdd6</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; Unstable_(example)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason S</dc:creator><pubDate>Mon, 01 Jul 2013 20:48:44 -0000</pubDate><guid>https://sourceforge.nete390535d2104a42df60a85f2002217e0bb14806f</guid></item><item><title>#1 support for jdk 1.5+ language features</title><link>https://sourceforge.net/p/java2html/patches/1/?limit=25#954a</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; Unstable_(example)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason S</dc:creator><pubDate>Mon, 01 Jul 2013 20:48:07 -0000</pubDate><guid>https://sourceforge.netcb1ae2d8f45510e9d86786f92fbfddae02c7d126</guid></item><item><title>binary package with support for jdk 1.5</title><link>https://sourceforge.net/p/java2html/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;this is just a compiled binary package of the previous patch.&lt;br /&gt;
cheers&lt;br /&gt;
leon&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leon Poyyayil</dc:creator><pubDate>Tue, 03 Jul 2007 08:40:41 -0000</pubDate><guid>https://sourceforge.netf478cdb99ea1ade445873a787318d3f6e0f7bef1</guid></item><item><title>binary package with support for jdk 1.5</title><link>https://sourceforge.net/p/java2html/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2 has been modified: binary package with support for jdk 1.5&lt;br /&gt;
Edited By: Jason S (jasons_2000)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;br /&gt;
&lt;em&gt;milestone updated: '' =&amp;gt; u'Unstable&lt;/em&gt;(example)'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leon Poyyayil</dc:creator><pubDate>Tue, 03 Jul 2007 08:40:41 -0000</pubDate><guid>https://sourceforge.net47801efdd2c9ad94eb533bb7592b90cc7571342e</guid></item><item><title>support for jdk 1.5+ language features</title><link>https://sourceforge.net/p/java2html/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi, this is the result of introducing the new javacc syntax with support for jdk1.5.&lt;br /&gt;
the following changes were made to the source:&lt;/p&gt;
&lt;p&gt;1) discarded package 'firstparse' in favor of a simple utility class that scans for the package name of a source file.&lt;/p&gt;
&lt;p&gt;2) JavaParser.jjt replaced Java syntax by contents of the Java1.5.jj from javacc-4.0. this adds support for the keywords 'strictfp', 'assert' and 'enum' as well as hexadecimal floating point literals, annotations and generics.&lt;br /&gt;
made Unicode remapping a member of the parser to prevent static shared global variables.&lt;br /&gt;
added error message to the generated HTML page in case of a parsing exception.&lt;/p&gt;
&lt;p&gt;3) moved non-public classes to sub-package 'internal'&lt;/p&gt;
&lt;p&gt;4) added command line option 'quiet' to prevent the names of the produced files from being output to std-out. also added corresponding support to the ant task.&lt;/p&gt;
&lt;p&gt;5) simplified SimpleNode to have support for the keywords in only one location.&lt;/p&gt;
&lt;p&gt;6) added support for new keywords 'assert', 'enum' and annotations.&lt;/p&gt;
&lt;p&gt;7) changed generated HTML to use the 'CLASS' attribute instead of 'ID'&lt;/p&gt;
&lt;p&gt;8) made support for embedded Unicode escaped characters more robust by not having it static but as a member of the parser.&lt;/p&gt;
&lt;p&gt;9) renamed ASTName2 to ASTNameNode and added support for two new flags 'isImport' and 'isAnnotation'. fixed to not match imports which just accidentially happen to end with the same name but have another prefix.&lt;/p&gt;
&lt;p&gt;10) added support for 'package-info.java' files (ignore them).&lt;/p&gt;
&lt;p&gt;11) reworked build.xml in various ways necessary to changed package structure etc.&lt;br /&gt;
now produces a Java2HTML-x.x-src.zip and Java2HTML-x.x-bin.zip as output.&lt;/p&gt;
&lt;p&gt;cheers&lt;br /&gt;
leon&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leon Poyyayil</dc:creator><pubDate>Tue, 03 Jul 2007 08:38:54 -0000</pubDate><guid>https://sourceforge.nete539b3f2126fa828dc0a19142e726e9e40e997a0</guid></item><item><title>support for jdk 1.5+ language features</title><link>https://sourceforge.net/p/java2html/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 1 has been modified: support for jdk 1.5+ language features&lt;br /&gt;
Edited By: Jason S (jasons_2000)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;br /&gt;
&lt;em&gt;milestone updated: '' =&amp;gt; u'Unstable&lt;/em&gt;(example)'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leon Poyyayil</dc:creator><pubDate>Tue, 03 Jul 2007 08:38:54 -0000</pubDate><guid>https://sourceforge.net7286d7a89aca4ade93248e9a2709131c153026d1</guid></item></channel></rss>