[GRADLE-3382] StringIndexOutOfBoundsException thrown when compiling script Created: 12/Jan/16 Updated: 13/Jan/16 Resolved: 13/Jan/16 | 
|
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | None | 
| Fix Version/s: | 2.11-rc-1 | 
| Type: | Bug | ||
| Reporter: | Mark Vieira (Inactive) | Assignee: | Unassigned | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| 
 This problem was originally reported on the forums. https://discuss.gradle.org/t/gradle-bugchecks-when-encountering-new-project-file-filename-ext/13657 It looks like this happens whenever our custom ClassNodeResolver attempts to lookup a class with a lowercase name. In addition to the example in the thread above, this error can be reproduced with a build script like so: 
void method(file foo) { }
 |