/[classpath]/gjdoc/ChangeLog
ViewVC logotype

Diff of /gjdoc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.233 by julian, Thu Oct 20 18:29:57 2005 UTC revision 1.234 by julian, Sat Oct 22 12:38:50 2005 UTC
# Line 1  Line 1 
1    2005-10-22  Julian Scheid  <julian@sektor37.de>
2    
3            PR gjdoc/24474:
4            * Makefile.am: added new class CircularExpressionException.
5    
6            * src/gnu/classpath/tools/gjdoc/ClassDocImpl.java
7            (findFieldValue): add new parameter for set of visited fields,
8            throw CircularExpressionException if inspected field has already
9            been visited.  Use new constantValue(Set) variant in FieldDocImpl.
10            (getValue): add new parameter for set of visited fields.
11            
12            * src/gnu/classpath/tools/gjdoc/FieldDocImpl.java:
13            (constantValue): new variant which accepts set of visited fields.
14            
15            * src/gnu/classpath/tools/gjdoc/expr/CircularExpressionException.java:
16            added.
17            
18            * src/gnu/classpath/tools/gjdoc/expr/Context.java: add new field
19            visitedFields.
20            
21            * src/gnu/classpath/tools/gjdoc/expr/Evaluator.java (evaluate):
22            add new parameter for set of visited fields, pass parameter to
23            Context constructor.
24            
25            * src/gnu/classpath/tools/gjdoc/expr/EvaluatorEnvironment.java
26            (getValue): add new parameter for set of visited fields.
27            
28            * src/gnu/classpath/tools/gjdoc/expr/IdentifierExpression.java
29            (evaluate): pass set of visited fields to
30            EvaluatorEnvironment.getValue(), more details for thrown
31            IllegalExpressionException.    
32    
33  2005-10-20  Julian Scheid  <julian@sektor37.de>  2005-10-20  Julian Scheid  <julian@sektor37.de>
34    
35          * src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java          * src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26