Incorrect method invocation doesn't get reported (cobra bug)
Posted: Fri Jun 21, 2013 11:29 pm
So, here I am again, this time with a very small program that nicely demonstrates the problem:
System: Win 7 x86-64
IDE: Xamarin
Cobra: Latest (0.9.4)
As you can see, the getType invocation is incorrect, but the compiler completely fails to report any problem.
The only error I get is: 'Error: error: COBRA INTERNAL ERROR / NullReferenceException / Object reference not set to an instance of an object.
(Error2)'
Do I post bugs and weirdness that I find here, or is there some bugzilla-like place you guys have?
Hope this helps
System: Win 7 x86-64
IDE: Xamarin
Cobra: Latest (0.9.4)
- Code: Select all
class Program
def main
variable as int
streamReader = StreamReader("Something.txt")
streamReader.getType(variable,
As you can see, the getType invocation is incorrect, but the compiler completely fails to report any problem.
The only error I get is: 'Error: error: COBRA INTERNAL ERROR / NullReferenceException / Object reference not set to an instance of an object.
(Error2)'
Do I post bugs and weirdness that I find here, or is there some bugzilla-like place you guys have?
Hope this helps