Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? Create xsd simple type with restriction (for example only digits). Try to generate xml with XSInstance. What is the expected output? What do...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Try to parse XML without closing tag (like ""). It is parsed successfully but shouldn't be. What is the expected output? What...

Type-Defect
Priority-Medium
auto-migrated

``` The error message: "the column property must be specified for parameter "+param.getSimpleName()+" in query" in DMLMethod.java is confusing/misleading. I got this because I was using a java.util.Date type with...

Type-Defect
Priority-Medium
auto-migrated

``` It would be nice to have this feature. I want to be able to parse these 2 XMLs with a same binding: isoHunt - BT search ... isoHunt -...

Type-Defect
Priority-Medium
auto-migrated

``` If two methods use same binding/relation annotation for a child element, then throw error at compile time for example: @Binding.Start("rule") public static Rule onRule(@Attr String name){ ... } @Binding.Start("rule")...

Priority-Medium
auto-migrated
Type-Enhancement

``` is user forgets to specify both binding and relation for a child element, then catch it at compile time. beware that "*" binding/relation can catch all children while implementing...

Priority-Medium
auto-migrated
Type-Enhancement

``` Temp.Add should support value optionally for example: @Relation.Finish("*") public static Temp.Add("matcher") Matcher relateWithMatcher(Matcher matcher){ parent.add(new QName("matcher"), matcher); } here matcher is an abstract class. Different child elements create Matcher...

Priority-Medium
auto-migrated
Type-Enhancement

``` add support for Relation start/finish accepting parent's temp data for example: public static void relateWithEdge(@Parent.Temp List nodes){ List nodes = (List)parent.get("", "nodes"); } i.e we can provide both @Parent.Temp...

Priority-Medium
auto-migrated
Type-Enhancement

``` Great work on Geo Mashup! Lots of useful feature. But one most important thing is missing from it... Under "Find a new location" - I think it would be...

enhancement
Priority-Medium
Type-Enhancement
auto-migrated

``` What versions of WordPress and Geo Mashup are you using? WP 2.7.1 - GM 1.2.5 For problems, describe the problem and provide a URL where the problem is happening....

Priority-Medium
Type-Enhancement
auto-migrated