Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0m2
-
Fix Version/s: 2.0.0RC1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Playing around with code like:
GroovyClass.class.name GroovyClass.getClass().name GroovyClass.name GroovyClass.getName()
All of this should be detected by the inferencing engine, but it seems like it is not. Should work on this.
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Andrew Eisenberg [ werdna ] |
Andrew Eisenberg
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
My mistake...these two should in fact be unknown references (unless of Course GroovyClass has a 'name' property):
The first two were not working, but I belive that I have fixed it. Needs some more work, though before I can commit.