| Article: |
Custom PMD Rules | |
| Subject: | Rule to search for a particular word in a java file. | |
| Date: | 2005-06-22 15:23:26 | |
| From: | tcopeland | |
|
Response to: Rule to search for a particular word in a java file.
|
||
|
Hi Aarts -
|
||
Showing messages 1 through 3 of 3.
-
Rule to search for a particular word in a java file.
2005-07-05 06:00:05 Aarts [View]
-
Rule to search for a particular word in a java file.
2005-07-05 06:07:22 tcopeland [View]
Super, thanks!
Tom -
Rule to search for a particular word in a java file.
2006-03-21 23:13:41 PravinD [View]
can you please say, how to search for a particular String pattern (not a word) in the java code?



Thanks for responding.
I guess ASTName searches every word in the code.So using that i was able to get my issue resolved.
So I just thought of sharing it with u.
Thanks again.