--- Phil Steitz <[EMAIL PROTECTED]> wrote: > Al Chou wrote: > > --- Phil Steitz <[EMAIL PROTECTED]> wrote: > > > >>0. To help debug the SplineInterpolater (PR #28019 et al), I need to > >>expose the coefficients in o.a.c.m.analysis.Polynomial as a read-only > >>property (returning an array copy). Any objections to adding this? > > > > > > +1 if you do it by adding a package-level-accessible (i.e., no access > modifier > > keyword; the JUnit test would be able to access it by being in the same > > package) getter method -- which sounds like what you're proposing. > > > > > I actually intended to make this public, but read-only and using copy > semantics. Any client should have (read-only) access to this basic > property of the Polynomial, IMHO.
Yes, you're right. +1 Al __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
