google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

Use type for type usages lost in forward declaration node #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use type for type group / forward declaration
   forwardDeclarationRow-TPUTYPE  is always set to  '0' - so it's always
type group,
   but what about Forward declaration class '1' and  Forward declaration
interface '2'

Original issue reported on code.google.com by ewherrm...@gmail.com on 1 Feb 2007 at 2:56

GoogleCodeExporter commented 9 years ago
currently the forwardDeclaration node only supports simple type usages.  In 
release
1.3  or 2.0 we will add a new node for typeUsages to retain all information for 
all
forward declaration types.

Original comment by ewherrm...@gmail.com on 1 Feb 2007 at 2:58

GoogleCodeExporter commented 9 years ago
new typeUsages node has been added that retains all forward declaration info

*ewH: for version 0.1.3, we will continue to generate both nodes
* in order for upgradeability of saplink itself.  For version
* 2.0, forwardDeclaration node generations will be deprecated.

Original comment by ewherrm...@gmail.com on 1 Feb 2007 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 1 Feb 2007 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 5 Feb 2007 at 3:22