cannot find symbol? #922 (5/9/2013 10:55:00 PM) comp.lang.java.programmer To the coding style/conventions inquisition:
~
I don't know how "important" to you it could possibly be, but I wonder if you
realize you can even be amusing
~
lbrtchx
... qwertmonkey
cannot find symbol? #853 (5/7/2013 1:00:46 AM) comp.lang.java.programmer > ... You, apparently, are sociopathic.
~
I wonder what will be next: nazi lover? child molester? U.S. government snitch?
~
When I see you guys ganging up against someone just for mixing up coding style... qwertmonkey
cannot find symbol? #702 (5/5/2013 11:15:39 PM) comp.lang.java.programmer > What is the possible set of command line args?
~
Any kind (of Unix-like) command line argument a java program would use at
start up
~
> Can the arg count change per invocation?
~
For invocations -... qwertmonkey
cannot find symbol? #623 (5/5/2013 8:26:29 AM) comp.lang.java.programmer > You no longer have to deal with Class tokens, instantiation, exceptions,
or generics! ...
~
> getCtxtDTO will return an Object of the static type T_Ctxt, but T_Ctxt
> has no information about it, other t... qwertmonkey
cannot find symbol? #522 (5/4/2013 8:58:38 PM) comp.lang.java.programmer this is what I had in mind. The thing is that I wanted to get a typed object
~
public T_Ctxt getCtxtDTO();
~
instead of a flat one
~
public Object getCtxtDTO();
~
and even though I haven't had ... qwertmonkey
cannot find symbol? #312 (5/4/2013 10:50:39 AM) comp.lang.java.programmer > Try reducing your problem to an SSCCE ...
~
Sorry! The thing is that I wasn't sure what was causing the problem and I did
attempt to reduce that code to an SSCCE.
~
The original code is based on ref... qwertmonkey
cannot find symbol? #2104 (5/4/2013 4:01:44 AM) comp.lang.java.programmer Basically I am passing a String array to a method (verify) defined in a
generic way in an interface in order to create an object of a certain type
I am checking that the object of the correct type is cre... qwertmonkey
regexp(ing) Backus-Naurish expressions ... #3112 (3/14/2013 8:00:59 AM) comp.lang.java.programmer Arne Vajh�j schrieb:
>
>>> I would do it as:
>>> - switch from properties to XML
>>> - define a schema for the XML with strict restrictions on data
>>> - let the application parse that with a validating pa... qwertmonkey
regexp(ing) Backus-Naurish expressions ... #2817 (3/13/2013 9:54:22 PM) comp.lang.java.programmer Arne Vajh�j schrieb:
> I would do it as:
> - switch from properties to XML
> - define a schema for the XML with strict restrictions on data
> - let the application parse that with a validating parser and
... qwertmonkey