You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Tobias G. <tob...@vx...> - 2009-08-07 17:35:23
|
Recoder 0.93 is now available for download. It contains many bugfixes, and incorporates some new features. Please confer our webpage at http://recoder.sourceforge.net for more information. Best regards, Tobias |
From: Tobias G. <tob...@vx...> - 2008-09-10 14:24:09
|
Recoder 0.90 is now available. It contains many bugfixes as well as API changes. Please confer our redesigned webpage at http://recoder.sourceforge.net for more information. |
From: Edward H. <xu...@gm...> - 2008-04-18 02:40:53
|
Hi All, I'm currently writing a tool that generating java comments for my project. I'm wondering if this is a appropriate library for it. if it is, could you give me any advise on how to start? i have read the code in unit test cases "testcomment", but it seems not showing how to create a comment. I also need way to locate method that i need to add comments on. any suggestions? Thanks, Edward |
From: Mircea T. <Mir...@fz...> - 2005-04-28 19:11:59
|
Hi everybody, =20 I've just created a new RECODER release (0.75) which includes some bug = fixes and minor changes to the Debug.assert(...) methods to make them = compatible with JDK 1.4. =20 This is the last minor release before a big one scheduled towards the = end of 2005. The next major release will have support for Java 5. =20 Best regards, Mircea -- Mircea Trifu, mailto:mt...@fz..., http://www.fzi.de/mtrifu.html Forschungszentrum Informatik, Programmstrukturen Haid-und-Neu-Str. 10-14, 76131 Karlsruhe Phone: ++49 721 9654 624, Fax: ++49 721 9654 625 =20 |
From: Andreas L. <lu...@ip...> - 2002-03-19 15:45:37
|
Hi folks! I have checked in the final changes for RECODER 0.72 and uploaded new distribution files. Details are available from the developers forum at sourceforge: https://sourceforge.net/forum/forum.php?forum_id=88905 Have fun. Andreas Ludwig |
From: Andreas L. <lu...@ip...> - 2002-03-06 17:24:25
|
Hi folks! I checked in some more improvements for RECODER. These should be the last changes before I finish the 0.72 final release. Details are available from the developers forum at sourceforge: https://sourceforge.net/forum/forum.php?forum_id=88905 As usual, you can access the pre-release via anonymous CVS: touch ~/.cvspass # if file does not exist already cvs -d:pserver:ano...@cv...:/cvsroot/recoder login # no password (press enter) cvs -z3 -d:pserver:ano...@cv...:/cvsroot/recoder co RECODER Andreas Ludwig -- Andreas Ludwig, Universität Karlsruhe, Institut für Programmstrukturen, Adenauerring 20a, Gebäude 50.41, 76131 Karlsruhe, Germany tel:+49/721/608-6087 http://i44www.info.uni-karlsruhe.de/~ludwig fax:+49/721/30047 mailto:lu...@ip... |
From: Andreas L. <lu...@ip...> - 2002-02-08 15:11:04
|
Hi folks! It has been quite a while since the last updates. We were quite busy at work, sorry for the delay. I checked in some more improvements for RECODER. Details are available from the developers forum at sourceforge: https://sourceforge.net/forum/forum.php?forum_id=88905 As usual, you can access the pre-release via anonymous CVS: touch ~/.cvspass # if file does not exist already cvs -d:pserver:ano...@cv...:/cvsroot/recoder login # no password (press enter) cvs -z3 -d:pserver:ano...@cv...:/cvsroot/recoder co RECODER If there are no major problems found, we will finish a new distribution in a week or two. Andreas Ludwig |
From: Andreas L. <lu...@ip...> - 2001-08-09 12:50:12
|
I checked in some bug fixes and a few new features for RECODER. Details are available from the developers forum at sourceforge; you can access the pre-release via anonymous CVS. Andreas Ludwig |
From: Andreas L. <lu...@ip...> - 2001-07-26 12:40:10
|
I have checked in the final changes for RECODER 0.71 and uploaded new distribution files. Have fun. Andreas Ludwig --- quite important changes --- Added RemoveUnusedImports transformation. Added getRedundantSuperInterfaces and getRedundantExceptions to TypeKit. Added "Sourcerer" example tool. Fun to use 8-D Fixed a bug in Transformation.doAttach(Import) - actually forgot to add the child. --- negligible changes --- Some rework of the public pages: issuelist removed (taken over by bug tracker); no extra documentation page (direct link from the home page); transporter to doc subdirectory removed (no easy way back in some browsers). Added new to***Array() method to Lists. Repaired list generation script. Bug fixes from XPTOOLS concerning pretty printing behavior and model resets. Cleared Makefile a bit. |
From: Andreas L. <lu...@ip...> - 2001-06-28 13:46:17
|
I checked in important bug fixes and new features. You can access this prerelease via anonymous CVS. Final release will be in two weeks, or after remaining problems have been fixed. Please report any remaining bugs and problems. Andreas Ludwig === very important changes === In the pretty printer, a direct "write" call has broken internal position counting. This is now fixed, and the overwrite internal positions options now works fine for start positions. This is important for graphical frontend that can now find the exact start position of a token after displaying the pretty printed output. Added a method for Java compile time control flow analysis to SourceInfo and some auxiliaries to StatementKit, including the very convenient ControlFlowWalker. This allows to find out whether the end of a void method or a constructor or initializer is reachable: it is not admissible to insert statements that cannot be reached. --- quite important changes --- Refactored PrettyPrinter interface: removed unnecessary internal functions thereby reducing recursion depth, renamed printInternalIndentation to printElementIndentation, folded duplicated code. --- negligible changes --- Added a new interface for ProgramElementWalkers, now implemented by AbstractTreeWalker. Minor patches in XReferenceHTMLGenerator: creates output directory when needed; underlining was broken for "new"; references are now contained in only one "X.html" file and entries are joined globally - the total size is decreased somewhat. Added a starters' tour to the home page, linking to example sources and generated html input and output pages. This increases the size of a distribution a bit, but should attract more people. |
From: Andreas L. <lu...@ip...> - 2001-06-21 09:33:59
|
I checked in important bug fixes and new features. You can access this prerelease via anonymous CVS: touch ~/.cvspass # if file does not exist already cvs -d:pserver:ano...@cv...:/cvsroot/recoder login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/recoder co RECODER Please report any remaining bugs and problems. Andreas Ludwig -- Andreas Ludwig, Universität Karlsruhe, Institut für Programmstrukturen, Adenauerring 20a, Gebäude 50.41, 76131 Karlsruhe, Germany tel:+49/721/608-6087 http://i44www.info.uni-karlsruhe.de/~ludwig fax:+49/721/30047 mailto:lu...@ip... === very important changes === The "assert" keyword can be switched on and off via the jdk1.4 - property. Run with -Djdk1.4=true set to activate assert statement parsing. Recoder can now import class file information via Java reflection. The new recoder.bytecode.ReflectionImport class will take care for that. NameInfo is now a PropertyChangeListener of the project settings and listens to changes of the search mode. As a consequence, the autoLoad and preferPrecompiled switches in DefaultNameInfo have been replaced by a more general solution. The new property class.search.mode defines the search priorities when looking for logical class type names: The !autoLoad setting is "". The preferPrecompiled setting is "cs". The default setting is "sc". To use the VM classes as final resort: "scr" (You should not call ensureSystemClassesAreInPath if you want to use reflection as primary source for classes in "sr" setting). There is one potential problem: Blank finals cannot be distinguished from initialized static finals in bytecode; are they Java Compile-Time Constants? This could make a difference for overloading resolution and automatic type narrowing. Added ErrorHandler. Check modes have been removed from CrossReferenceSourceInfo. Subclasses of DefaultErrorHandler can achieve this effects easily by overriding specialized functions. Analysis exceptions now carry context information. NameInfo controls placeholders for unknown program model elements. Not all errors are reported; the situation is no longer really terrible, it is now just bad. The FileRepositories no longer yield parser exceptions for logical class type queries. Parser and IOExceptions are passed to the error handler instead. --- quite important changes --- doclet now works with 1.3.1, but not with 1.4.0beta Bugfix: ParenthesizedExpression is now a StatementExpression. Made sourcefile repository and datafile location more robust against failures and security issues. The default sourcefile repository will now create missing package directories (and the output path) only if actually printing. The project settings now correctly override properties with environmental settings (-D options). Only hard-coded defaults will be reported as defaults. Bugfix in recoder.kit.transformation.RenamePackage concerning full package names (index broken). Semicola after static initializers are now accepted. --- negligible changes --- Moved the inner class file localization code from the name info to the class file repository - it's not the job of the name info to know the details of the class file '$'-naming scheme. |
From: Andreas L. <lu...@ip...> - 2001-06-01 15:11:07
|
-- Andreas Ludwig, Universität Karlsruhe, Institut für Programmstrukturen, Adenauerring 20a, Gebäude 50.41, 76131 Karlsruhe, Germany tel:+49/721/608-6087 http://i44www.info.uni-karlsruhe.de/~ludwig fax:+49/721/30047 mailto:lu...@ip... |
From: Andreas L. <lu...@ip...> - 2001-05-30 17:32:32
|
Just to check if the administrator is already considered a member of the list. Andreas |