|
-
November 30th, 2011, 12:44 AM
#1
incompatible types!!
In my class, at the line
for (String coveredTestCase : getCoveredQCTestCases()) {
I am getting this error
TestBase.java:122: error: incompatible types
for (String coveredTestCase : getCoveredQCTestCases()) {
required: String
found: Object
Please help me how to debug this error.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|