Bug #2438
closed
Added by Matthew Brooke over 18 years ago.
Updated almost 17 years ago.
Description
During icon assignment conference calls, Matt identified these actors as ones that should be re-named to be more descriptive of their actual functionality:
ptolemy.actor.lib.Accumulator
- rename from "Accumulator" to "Summation"
org.kepler.objectmanager.cache.DataCacheGetActor
- rename from "Filesystem cache get" to "Cache Get"
org.kepler.objectmanager.cache.DataCachePutActor
- rename from "Filesystem cache Put" to "Cache Put"
also:
org.kepler.actor.moml.RBoxPlot
- rename from "RBoxPlot" to "Box Plot"
also:
ptolemy.actor.lib.image.ImageToString
- This actor gets the width and height of an image as a String; it does not do any conversion - so rename from "Convert Image To String" to something more appropriate, like "Get Image Dimensions As String" or something less verbose but equally descriptive.
org.geon.FileToArray
- file to array converter is not really a converter - from javadoc:
"FileToArray
This actor reads a file or URL and outputs an array of the evaluations of
all lines read. The file or URL is specified using any form acceptable
to FileParameter."
org.geon.FileToString is not really a converter - from javadoc:
- file to string converter
"FileToString
This actor reads a file or URL and outputs its content in a single string.
The file or URL is specified using any form acceptable to FileParameter."
Combined with Bug #2828
- This bug has been marked as a duplicate of 2828 ***
Original Bugzilla ID was 2438
Also available in: Atom
PDF