<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/java2html/patches/" rel="alternate"/><link href="https://sourceforge.net/p/java2html/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/java2html/patches/</id><updated>2013-07-01T20:48:44.605000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>#2 binary package with support for jdk 1.5</title><link href="https://sourceforge.net/p/java2html/patches/2/?limit=25#cdd6" rel="alternate"/><published>2013-07-01T20:48:44.605000Z</published><updated>2013-07-01T20:48:44.605000Z</updated><author><name>Jason S</name><uri>https://sourceforge.net/u/userid-1122619/</uri></author><id>https://sourceforge.nete390535d2104a42df60a85f2002217e0bb14806f</id><summary type="html">&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;</summary></entry><entry><title>#1 support for jdk 1.5+ language features</title><link href="https://sourceforge.net/p/java2html/patches/1/?limit=25#954a" rel="alternate"/><published>2013-07-01T20:48:07.045000Z</published><updated>2013-07-01T20:48:07.045000Z</updated><author><name>Jason S</name><uri>https://sourceforge.net/u/userid-1122619/</uri></author><id>https://sourceforge.netcb1ae2d8f45510e9d86786f92fbfddae02c7d126</id><summary type="html">&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;</summary></entry><entry><title>binary package with support for jdk 1.5</title><link href="https://sourceforge.net/p/java2html/patches/2/" rel="alternate"/><published>2007-07-03T08:40:41Z</published><updated>2007-07-03T08:40:41Z</updated><author><name>Leon Poyyayil</name><uri>https://sourceforge.net/u/lepoy/</uri></author><id>https://sourceforge.netf478cdb99ea1ade445873a787318d3f6e0f7bef1</id><summary type="html">&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;</summary></entry><entry><title>binary package with support for jdk 1.5</title><link href="https://sourceforge.net/p/java2html/patches/2/" rel="alternate"/><published>2007-07-03T08:40:41Z</published><updated>2007-07-03T08:40:41Z</updated><author><name>Leon Poyyayil</name><uri>https://sourceforge.net/u/lepoy/</uri></author><id>https://sourceforge.net47801efdd2c9ad94eb533bb7592b90cc7571342e</id><summary type="html">&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;</summary></entry><entry><title>support for jdk 1.5+ language features</title><link href="https://sourceforge.net/p/java2html/patches/1/" rel="alternate"/><published>2007-07-03T08:38:54Z</published><updated>2007-07-03T08:38:54Z</updated><author><name>Leon Poyyayil</name><uri>https://sourceforge.net/u/lepoy/</uri></author><id>https://sourceforge.nete539b3f2126fa828dc0a19142e726e9e40e997a0</id><summary type="html">&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;</summary></entry><entry><title>support for jdk 1.5+ language features</title><link href="https://sourceforge.net/p/java2html/patches/1/" rel="alternate"/><published>2007-07-03T08:38:54Z</published><updated>2007-07-03T08:38:54Z</updated><author><name>Leon Poyyayil</name><uri>https://sourceforge.net/u/lepoy/</uri></author><id>https://sourceforge.net7286d7a89aca4ade93248e9a2709131c153026d1</id><summary type="html">&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;</summary></entry></feed>