Known Problems fixed in AJIS 6.3.1

- I410-011: "private with" clauses generate wrong code
  Problem:    Unit bound to java containing "private with" clauses generate
              glue Ada code that can't be compiled.
  Workaround: Use regular with clauses and public packages.

- I410-006: Function renaming don't work
  Problem:    Trying to bind a function renaming lead to an error generated
              by ada2java.
  Workaround: Use a wrapper instead.

- I410-003: Assert failure with arrays of tagged types.
  Problem:    In certain circumstances, using an array of tagged types when 
              this array is used in the primitives of the type may lead to 
              errors in the binding generation process.
  Workaround: Analyze the unit containing the tagged type before any unit
              referencing directly or indirectly the array.

- I115-002: Pool-specific pointers generate incorrect code.
  Problem:    Binding code with pool-specific pointers generate non-compilable
              code.
  Workaround: Add "all" to the pointer definition in order to use general 
              pointers instead.
