-
In cases of bidirectional references, a method in VOModel goes into an infinite loop
which results in an OutOfMemoryError.
I will attach a test case.
The problem is in:
public class VOModel
in method
private void analyzeClassFields(String prefix,Method[] parentMethods,Class classType) {
Line 162
voSetterMethods.put(prefix+props[i].getName(),newparentMethods2);
In the example, we...
2008-09-17 11:05:33 UTC in OpenSwing
-
My observation is not correct. I was getting confused with the code.
formController.afterReloadData() reflects only button state not whether
retrival was successful.
However the GUI is updated where it should probly not be updated, e.g. in loadData(), pull() is called even if the response is an error.
2008-09-14 00:04:05 UTC in OpenSwing
-
Version 1.7.4
In class Form, method public final boolean executeReload():
formController.afterReloadData(); is called prematurely. It could be called in the Runnable in private void reloadData() after checking errorOnLoad = ! loadData();
The boolean errorOnLoad is not used otherwise and the boolean return value of loadData() is effectively unused, too.
I have not checked any other...
2008-09-13 22:08:20 UTC in OpenSwing
-
File Added: Person.java.
2008-08-09 06:35:49 UTC in OpenSwing
-
File Added: DogsPanel.java.
2008-08-09 06:34:49 UTC in OpenSwing
-
File Added: DogsPanel.form.
2008-08-09 06:33:49 UTC in OpenSwing
-
I am attaching an additional testcase (very simple).
It produces exceptions at design time:
java.beans.IntrospectionException: Method not found: getIconImageName
java.beans.IntrospectionException: Method not found: isRootVisibile
A GridControl cannot be set up.
The property columnName of the component gridControlDogs of type GridControl cannot be set. It appears that this is caused by...
2008-08-09 06:32:58 UTC in OpenSwing
-
I downloaded the file FormEditorCorruptsComponents.zip and extracted all files successfuly with both WinZip and the JDK jar utility. So the zip file cannot be corrupted on the SourceForge server. Please suggest an alternative method that I can use to provide the file to you if you wish e.g. email attachment, FTP upload.
2008-08-08 02:30:02 UTC in OpenSwing
-
I have a small problem with the reload button:
A detail form is connected to a grid form as usual.
The user clicks on the "New" button on the grid form.
An empty detail form opens.
The user clicks on the reload button on the detail form before the data is saved.
I would expect the computer to do the following:
- Disable the reload button if no data has been entered yet
- If some...
2008-08-07 07:50:06 UTC in OpenSwing
-
I get an exception in NetBeans 6.1 with a simple form.
It is impossible to set the attributeName property of any control because the list of available properties is empty.
Please refer to the attached project (zip compressed).
It contains the NetBeans log file with the exception.
The log file contains the IDE version, JDK version etc.
I am using OpenSwing 1.6.9.
This is very...
2008-07-21 08:05:19 UTC in OpenSwing