Note that there are some explanatory texts on larger screens.

plurals
  1. USlsoliveira
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO@Aritra - This question has been asked so many times on SO (apart from its simplicity) that I wonder if you did any previous investigation at all. Stack Overflow's rules of conduct request that you do so before posting questions, as to avoid asking the same question over and over again.
      singulars
    2. COIn your context, `Class<?>` means `Class<? extends |Object|>`. Since you're using it twice as actual type arguments of your method, to a Java compiler that means two classes of any type, which, to Java's type system, is clearly different than your method specification (which imposes a relationship on the type parameters). This type of bug should be reported to compiler writers since they do not have leeway to implement whatever they choose. They must follow whatever the specification mandates (http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.12.2.7).
      singulars
    3. CO@RobertHume - Glad I could help. Beware that those are just a small number of things you should consider. The requirements can grow exponentially with time in these kind of platforms, so you should prepare for it (as soon your users realize what they can do, they'll always ask for more). Example: approvals tend to complicate themselves pretty quickly (think delegation, escalation, reconciliation, vacations/out of office, exception handling, etc.).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload