Reputation: 1547
Probably a silly question, but I wanted to give it a try anyway. I would need a Java repository, or something alike, where I can find the code where a specific Java API has been used. For example, I would like to find Java code where StringBuffer has been used frequently. The reason for this is so I could see how the API is used. Does such thing exists or something similar at least?
Upvotes: 0
Views: 59
Reputation: 26882
Try http://grepcode.com/ It searches through open source code.
Upvotes: 2