<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2012-02-06 03:27:51]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://bug.clovergui.net/</docs><link>http://bug.clovergui.net/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://bug.clovergui.net/images/mantis_logo_button.gif</url><link>http://bug.clovergui.net/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0005867: XLSDataReader: Infinite loop when the xlsxReaderDataPolicy test from trunk runs</title><author></author><link>http://bug.clovergui.net/view.php?id=5867</link><description><![CDATA[Repeated output in console:&lt;br /&gt;
INFO  [XLS_READER0_0] - EmployeeID has incorrect default value]]></description><category>(No Category)</category><pubDate>Fri, 25 Feb 2011 15:02:46 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5867</guid><comments>http://bug.clovergui.net/view.php?id=5867#bugnotes</comments></item><item><title>0005868: DataPolicy: Max error count is exceeded, but graph does not fail.</title><author></author><link>http://bug.clovergui.net/view.php?id=5868</link><description><![CDATA[xlsReaderDataPolicy test from trunk.&lt;br /&gt;
&lt;br /&gt;
Max error count is set to 3, there are four errors, but graph finishes OK.]]></description><category>(No Category)</category><pubDate>Fri, 25 Feb 2011 15:00:45 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5868</guid><comments>http://bug.clovergui.net/view.php?id=5868#bugnotes</comments></item><item><title>0005858: CTL2: make byte and cbyte types comparable by == and !=</title><author></author><link>http://bug.clovergui.net/view.php?id=5858</link><description><![CDATA[see Summary.]]></description><category>(No Category)</category><pubDate>Fri, 25 Feb 2011 12:57:02 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5858</guid><comments>http://bug.clovergui.net/view.php?id=5858#bugnotes</comments></item><item><title>0005866: DBJoin: SQL query vs. metadata checking</title><author></author><link>http://bug.clovergui.net/view.php?id=5866</link><description><![CDATA[When user's query returns more columns than there are fields in DB metadata and there is no 'where field1 = ? and field2 = ? ...' expression, no error or warning is reported and returned data are silently mapped to metadata fields ignoring overflowing columns. &lt;br /&gt;
&lt;br /&gt;
This is dangerous and extremely hard to debug. Particularly, during development users change SQL queries adding or removing columns but they forget to change metadata.&lt;br /&gt;
&lt;br /&gt;
When 'where field1 = ? and field2 = ? ...' expression is present, an error message 'Node DBJOIN2 finished with status: ERROR caused by: java.sql.SQLException: Missing IN or OUT parameter at index::4' is shown. This is at least somehow helpful.]]></description><category>(No Category)</category><pubDate>Fri, 25 Feb 2011 07:31:04 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5866</guid><comments>http://bug.clovergui.net/view.php?id=5866#bugnotes</comments></item><item><title>0005865: Selecting: Shift+Click should select multiple graph elements in the Navigator pane.</title><author></author><link>http://bug.clovergui.net/view.php?id=5865</link><description><![CDATA[Now it only marks the first and the last element.&lt;br /&gt;
Connection, metadata, etc.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 17:54:58 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5865</guid><comments>http://bug.clovergui.net/view.php?id=5865#bugnotes</comments></item><item><title>0005864: NPE: When linking a lookup table.</title><author></author><link>http://bug.clovergui.net/view.php?id=5864</link><description><![CDATA[Build # 349.&lt;br /&gt;
&lt;br /&gt;
java.lang.NullPointerException&lt;br /&gt;
at com.cloveretl.gui.model.LookupTable.addLookupTable(Unknown Source)&lt;br /&gt;
at com.cloveretl.gui.actions.f.run(Unknown Source)&lt;br /&gt;
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)&lt;br /&gt;
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)&lt;br /&gt;
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)&lt;br /&gt;
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)&lt;br /&gt;
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)&lt;br /&gt;
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)&lt;br /&gt;
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)&lt;br /&gt;
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)&lt;br /&gt;
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
at java.lang.reflect.Method.invoke(Unknown Source)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 17:50:53 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5864</guid><comments>http://bug.clovergui.net/view.php?id=5864#bugnotes</comments></item><item><title>0005734: HTTPConnector initialization - unclear error message</title><author></author><link>http://bug.clovergui.net/view.php?id=5734</link><description><![CDATA[When HTTP connector is connected its input and output ports, an error message:&lt;br /&gt;
WARN  [main] - Input file specified will be ignored, because an input port is connected.&lt;br /&gt;
WARN  [main] - Output file specified will be ignored, because an output port is connected.&lt;br /&gt;
DEBUG [main] - 	HTTP_CONNECTOR0 ...OK&lt;br /&gt;
&lt;br /&gt;
Only when DEBUG logging level is enabled, user finds which component produces the above warning messages.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 17:12:24 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5734</guid><comments>http://bug.clovergui.net/view.php?id=5734#bugnotes</comments></item><item><title>0005761: XLSDataWriter: sheet overwriting issue (cannot write less records into same file)</title><author></author><link>http://bug.clovergui.net/view.php?id=5761</link><description><![CDATA[When user attempts to read data from XLS file, modify them and write them, back into the same file and same sheet, it is not possible.&lt;br /&gt;
&lt;br /&gt;
Clover does not allow user to clear sheet and write new data. It only allows user &lt;br /&gt;
* to remove all sheets (not always possible)&lt;br /&gt;
* or to overwrite existing data. However, if there are more records in the XLS file than those to be written down, the difference from the old file remains in the new one.&lt;br /&gt;
&lt;br /&gt;
Possible solutions:&lt;br /&gt;
* add attribute 'clear sheet' or 'remove sheet' which would clear/remove the specified sheet before writing data to the XLS file&lt;br /&gt;
* change/extend behaviour of 'Append to the sheet' attribute]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 17:11:51 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5761</guid><comments>http://bug.clovergui.net/view.php?id=5761#bugnotes</comments></item><item><title>0005713: IllegalArgumentException when "open file" dialog is shown</title><author></author><link>http://bug.clovergui.net/view.php?id=5713</link><description><![CDATA[An error is reported every time an &quot;Open file&quot; dialog is shown. It does not matter from where the dialog is shown - the error is reported whether selecting the XML schema or input file etc.&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 x64, Sun JDK 1.6.0_22&lt;br /&gt;
Runs on 64 bit Java]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 16:41:20 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5713</guid><comments>http://bug.clovergui.net/view.php?id=5713#bugnotes</comments></item><item><title>0005728: Unify ordered key in components</title><author></author><link>http://bug.clovergui.net/view.php?id=5728</link><description><![CDATA[Many components has key attribute (some of them has &quot;key with order&quot;), some components has order attribute, but usually each component handles these attributes in different way. This should be unified and every component should use the same method (algorithm) for comparing records, when using the same key + order.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 16:34:51 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5728</guid><comments>http://bug.clovergui.net/view.php?id=5728#bugnotes</comments></item><item><title>0005235: DataIntersection does not report error on unsorted inputs</title><author></author><link>http://bug.clovergui.net/view.php?id=5235</link><description><![CDATA[DataIntersection expects input to be sorted. If the inputs are not sorted, the component transofrms data without any error message. The out-of-order records are not matched with the data on the other port.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 16:34:16 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5235</guid><comments>http://bug.clovergui.net/view.php?id=5235#bugnotes</comments></item><item><title>0005863: Normalizer should handle SKIP return value in different way</title><author></author><link>http://bug.clovergui.net/view.php?id=5863</link><description><![CDATA[Input record processing should be end up by 'SKIP' return value of RecordNormalize.transform() method, RecordNormalize.count() for next input record should be called afterwards.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 14:15:03 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5863</guid><comments>http://bug.clovergui.net/view.php?id=5863#bugnotes</comments></item><item><title>0005681: UniversalDataReader - 'Number of skipped records' counts lines not records</title><author></author><link>http://bug.clovergui.net/view.php?id=5681</link><description><![CDATA[When having a &quot;quoted strings&quot; data file with a header line containing newline character (correctly quoted) and UniversalDataReader set to skip 1 record then the data file is not parsed correctly. 1 line is skipped instead of 1 record. Subsequently the parsing fails because of invalid format of the remaining part of the record which should have been skipped. This is an issue only for a header containing newline characters. &lt;br /&gt;
&lt;br /&gt;
The quoted newline characters in the rest of the file (not-skipped records) are parsed properly.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 14:02:55 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5681</guid><comments>http://bug.clovergui.net/view.php?id=5681#bugnotes</comments></item><item><title>0005469: XLSDataReader confusing error message for invalid field mapping</title><author></author><link>http://bug.clovergui.net/view.php?id=5469</link><description><![CDATA[When the field mapping from XLS file to metadata is not set properly, e.g. some of the columns in metadata are not mapped (e.g. due to bug 0005461), the confusing error message is produced (see below Additional Information Section).&lt;br /&gt;
&lt;br /&gt;
I think that the exception message should be more descriptive, possibly include the invalid field or column index.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 14:01:36 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5469</guid><comments>http://bug.clovergui.net/view.php?id=5469#bugnotes</comments></item><item><title>0005461: XLSDataReader: Field Mapping Editor does not work properly</title><author></author><link>http://bug.clovergui.net/view.php?id=5461</link><description><![CDATA[Please see the attached screenshots, the Field Mapping Editor does not work properly for columns M and N.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 14:01:18 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5461</guid><comments>http://bug.clovergui.net/view.php?id=5461#bugnotes</comments></item><item><title>0005586: Aggregate devises the pre-aggregated field's datatype based on input metadata</title><author></author><link>http://bug.clovergui.net/view.php?id=5586</link><description><![CDATA[The data type of the field used for aggregating the data is devises from the input metadata rather than on the output. Current behaviour does not work well in (at least) the following cases:&lt;br /&gt;
1. the integer field on the input; summing millions of such records may produce 'long' result.&lt;br /&gt;
2. same as #1 but for avg()&lt;br /&gt;
3. Even if user (logically) expects that the output may be larger than the input data (e.g. integer) and configures output metadata correctly to e.g. long, it has no effect.&lt;br /&gt;
&lt;br /&gt;
It would seem more logical to me to have the datatype devised from the fields in the output metadata.&lt;br /&gt;
&lt;br /&gt;
Moreover, this behaviour is not described in the documentation.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 13:55:29 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5586</guid><comments>http://bug.clovergui.net/view.php?id=5586#bugnotes</comments></item><item><title>0005585: Aggregate does not report an error on integer overflow</title><author></author><link>http://bug.clovergui.net/view.php?id=5585</link><description><![CDATA[When aggregating the data of the integer field by sum() or avg() and the integer field overflows, there is no error reported and graph finishes successfully.&lt;br /&gt;
&lt;br /&gt;
I have found it by summing 10,0000,000 positive integers and getting the negative result. Same happened for average.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 13:55:15 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5585</guid><comments>http://bug.clovergui.net/view.php?id=5585#bugnotes</comments></item><item><title>0005701: New component: Pivot</title><author></author><link>http://bug.clovergui.net/view.php?id=5701</link><description><![CDATA[Create a new component that allows for creating a &quot;pivot&quot; table. It's basically a simple form of Denormalizer.&lt;br /&gt;
&lt;br /&gt;
The component would read input records and treat them as groups (either by key or count) and produce a single record from each group. The component setting would instruct it to treat particular input values as output field names and other fields as output values.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
GID, Field, Value, somethingMore&lt;br /&gt;
===============================&lt;br /&gt;
1, Name, Sebastien, 2312&lt;br /&gt;
1, Age, 22, 42354&lt;br /&gt;
1, City, Paris, 233&lt;br /&gt;
2, Name, John, 543543&lt;br /&gt;
2, Age, 37, 6433&lt;br /&gt;
3, Name, Peter, 54354&lt;br /&gt;
&lt;br /&gt;
Settings:&lt;br /&gt;
[key] = 'GID'&lt;br /&gt;
[fieldId] = 'Field'&lt;br /&gt;
[valueId] = 'Value'&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
someField, Name, City, Age, Note&lt;br /&gt;
=====================&lt;br /&gt;
null, Sebastien, Paris, 22, null&lt;br /&gt;
null, John, null, 37, null&lt;br /&gt;
null, Peter, null, null, null&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
- somethingMore in the input is ignored&lt;br /&gt;
- output metadata is arbitrary (but fixed of course)&lt;br /&gt;
- settings provides a &quot;mapping&quot; which says which input field's value is used to designate the output field and which input field's value is used as a value for that field&lt;br /&gt;
- output fields without corresponding input records are simply null]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 13:35:26 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5701</guid><comments>http://bug.clovergui.net/view.php?id=5701#bugnotes</comments></item><item><title>0005775: EmailSender: multiline data in MessageBody not handled correctly in Message property editor</title><author></author><link>http://bug.clovergui.net/view.php?id=5775</link><description><![CDATA[When user enters a multi-line text into MessageBody, after closing the Message property dialog and opening it again, MessageBody is split into separate properties; not preserved as a multiline field. &lt;br /&gt;
&lt;br /&gt;
This is undesirable behaviour.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 13:29:22 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5775</guid><comments>http://bug.clovergui.net/view.php?id=5775#bugnotes</comments></item><item><title>0005861: CTL2 - left function returns empty string when input is shorter then desired length</title><author></author><link>http://bug.clovergui.net/view.php?id=5861</link><description><![CDATA[see ${subj}]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 11:48:21 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5861</guid><comments>http://bug.clovergui.net/view.php?id=5861#bugnotes</comments></item><item><title>0005776: Metadata naming: Allow non-java-compliant metadata/field names</title><author></author><link>http://bug.clovergui.net/view.php?id=5776</link><description><![CDATA[There is a bunch of request to support metadata names with non-standard characters, spaces, etc.&lt;br /&gt;
&lt;br /&gt;
The main issue with this is using metadata names as data types in CTL2.&lt;br /&gt;
&lt;br /&gt;
Please investigate into possibility of having MSSQL similar standard for literals like:&lt;br /&gt;
&lt;br /&gt;
[Customers-metadata].[field with a space]]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 11:22:41 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5776</guid><comments>http://bug.clovergui.net/view.php?id=5776#bugnotes</comments></item><item><title>0005860: DBOutputTable: byte data not handled correctly in batch mode</title><author></author><link>http://bug.clovergui.net/view.php?id=5860</link><description><![CDATA[When byte data are inserted into database using DbOutputTable in batch mode, the results are wrong - the first byte value is duplicated in whole batch.&lt;br /&gt;
&lt;br /&gt;
Works fine when string is used instead of byte in Clover's metadata.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 10:48:31 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5860</guid><comments>http://bug.clovergui.net/view.php?id=5860#bugnotes</comments></item><item><title>0005805: Designer does not support PRIMITIVE_SEQUENCE</title><author></author><link>http://bug.clovergui.net/view.php?id=5805</link><description><![CDATA[Designer currently supports only SIMPLE_SEQUENCE. We have also another type of sequence already implemented in engine. Support of this sequence should be implemented.]]></description><category>(No Category)</category><pubDate>Thu, 24 Feb 2011 10:19:51 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5805</guid><comments>http://bug.clovergui.net/view.php?id=5805#bugnotes</comments></item><item><title>0005820: DBFDataReader: When Data policy is set to Controlled, Strict or Default, the numbers of rejected records ARE NOT provided</title><author></author><link>http://bug.clovergui.net/view.php?id=5820</link><description><![CDATA[The number of incorrect field is the only information user gets.]]></description><category>(No Category)</category><pubDate>Wed, 23 Feb 2011 17:43:01 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5820</guid><comments>http://bug.clovergui.net/view.php?id=5820#bugnotes</comments></item><item><title>0005735: Partition key: The output for Key file tag is different from that for Number file tag</title><author></author><link>http://bug.clovergui.net/view.php?id=5735</link><description><![CDATA[Key file tag seems to ignore upper cases in the key.&lt;br /&gt;
from:&lt;br /&gt;
abc&lt;br /&gt;
klm&lt;br /&gt;
ABC&lt;br /&gt;
DEF&lt;br /&gt;
Key file tag creates 3 files (DEF belongs to the unassigned), it excludes ABC as a key,&lt;br /&gt;
whereas &lt;br /&gt;
Number file tag creates 4 files with ABC included in one of them.&lt;br /&gt;
See attached project.&lt;br /&gt;
The same in trunk.]]></description><category>(No Category)</category><pubDate>Wed, 23 Feb 2011 15:05:21 +0100</pubDate><guid>http://bug.clovergui.net/view.php?id=5735</guid><comments>http://bug.clovergui.net/view.php?id=5735#bugnotes</comments></item></channel></rss>

