Bugs in GEF v0.6 beta 1
Bugs in GEF v0.6 beta 1
This file prepared on 98/04/18.
Each bug is named with a unique string (e.g.,
"save_memory_hog").
When sending a new bug report please check the GEF home page for
specific instructions and existing bugs that describe your problem.
Bugs observed on all platforms:
-
BUG:rectilinear_arc_constraints
FigEdgeRectilinear does not draw properly. It looks pretty bad and
sometimes the lines make a "T" intersection when it should make a
right anngle turn. I know that there are missing cases to the logic
that decides how to draw the arc. This really needs to be totally
redone.
-
BUG:save_memory_hog
Saving large documents with connected nodes requires setting the
amount of stack space used by the Java VM. Use "java -ss1m" to set the
stack size to 1 Mb, by default the stack size is something like 4
Kb. Unfortuanely, you cannot set the stack size in the appletviewer or
most browsers.
-
BUG:saved_file_versioning
Since there is no versioning support in Sun's ObjectSerialization
library, if you change your class definitions there is no easy way to
load files saved with the old class definitions.
-
BUG:arc_translate
FigEdgeRectilinear should move when both their end points move at
the same time. To see what I mean: place two nodes, connect the nodes,
select all objects, move the nodes all around. You will see that some
points on the arc stay put.
-
BUG:rectilinear_arc_points
ArcPerzRectilinear inserts too many points when it does it's
initial routing. There is no command to redo the routing. And
FigPoly's even/odd convention for rectilinear polylines is not
followed properly, so it is possible to get diaganol lines if you drag
some handles around. Also, self-arcs (arcs that go from a port on a
node to another port on the same node), are not routed properly.
-
BUG:switch_tabs_without_apply
When auto-apply is off, users can loose changes if the switch tabs
before pressing the "Apply" button.
-
BUG:limited_popups
This version includes ModePopup that displays a popup menu on Figs.
However this menu is not customized to the particular Fig.
-
BUG:prop_sheet_no_model
The property sheet window is intended to allow the user to edit the
graphical properties of Figs, and the application-specific properties
of the nodes and edges of the underlying connected graph. This is not
implemented yet. One workaround is to define get/set methods in your
own subclasses of FigNode and FigEdge that expose the properties of
their owner.
-
BUG:no_bean_info
JavaBeans(tm) can work by analyzing the byte codes of classes to
determine their properties. However, it works much better if BeanInfo
classes are defined that give more information about properties. For
example, the justification of FigText can be "Left", "Right", or
"Center". But the byte code analysis only knows that it is a String.
GEF should have FigBeanInfo, FigTextBeanInfo, etc.
-
BUG:no_default_properties
In previous versions, Editor has maintained a set of default graphical
properties that are used in the creation of new Figs. For example, if
you set the fill color to blue when nothing is selected, then future
new Figs would have blue fills instead of white. This functionality
has been temporarily removed.
-
BUG:too_few_demos
A lot of new features have been added to GEF v0.6, but few of them are
shown in the demos. GEF needs new demos that test and demonstrate its
new features. I realize that many GEF users begin by modifying
existing demos, which makes this very important.
-
BUG:docs_out_of_date
Some documentation is now out of date. I will work to incrementally
update all the documentation. Right now, all the javadocs should be
up-to-date. But the design documents and other docs need work.
-
BUG:no_make_files
I have not provided Makefiles in this release, so you will have to
rely on your IDE, or doing 'javac *.java'. I plan to fix this before
the full v0.6 release.
Bugs observed on Sun's Appletviewer under solaris:
Bugs observed under Win95: