You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
public static Matcher onMatcher(@Attr String name){
...
}
this should be caught at compile time. This type of mistakes quite often happen
in copy paste.
Original issue reported on code.google.com by [email protected] on 10 Sep 2010 at 4:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Sep 2010 at 4:44The text was updated successfully, but these errors were encountered: