ibrahimsaputra / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Double definition of getChartTitle/setChartTitle in DefaultRenderer/DialRenderer #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Look at DefaultRenderer (there's a getter and setter for ChartTitle)
2. Look at DialRenderer (And there's another one, aswell as some other 
getters/setters that are on the base type)

What is the expected output? What do you see instead?

I only need one definition of those getters/setters

Please provide a source code snippet that we can use to replicate the issue.

(none)

What version of the product binary library are you using?

0.7.0

Please provide any additional information below.

My advice is to go over the API and clean it up here and there. There's a lot 
of stuff that's defined in both the base class and a derived class. Since I'm 
binding this library to MonoDroid is kind of a pain and it stings me as a 
professional software developer that this stuff is in the library.

Original issue reported on code.google.com by willem...@gmail.com on 12 Dec 2011 at 3:47

GoogleCodeExporter commented 9 years ago
Fixed in SVN rev. r326.

Original comment by dandrome...@gmail.com on 4 Jan 2012 at 9:16