﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
300	change type in AST factory composite node method	Stephen Siegel	zirkel	"I suggest changing the type of the fields parameter in the following:
{{{
/** Alternate method to create type for unions or structs. */
	 CompositeTypeNodeIF compositeTypeNode(String name,
	           PairIF<String, TypeNodeIF>[] fields, boolean isUnion);
}}}
to `ArrayList<PairIF<String,TypeNodeIF>>` because Java does not allow you to instantiate an array of that type."	defect	closed	major	1.1	Administration	1.1	fixed	composite ast generic array list	
