Hi,
 
After tagging a bunch of source files with jtags, I discovered that not all the methods had been tagged. After investigation, I discovered that those methods were declared like this:
 
protected int
sendCommand(String commandCode)
{
instead of:
 
protected int sendCommand(String commandCode)
{
I looked at the regular expression for methods returning classes and primitive types but I have to admit that it looks like chinese to me so I wonder if someone could tell me if there's a way to tag methods defined as above.
 
Thanks,
Jean

Reply via email to