khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

Pointer error opening m file #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a utf8 .m file
2. Move to directory containing it
3. Attempt to run the file

What is the expected output? What do you see instead?
The expected output should be, at the command line, an error message saying 
that no such variable exists, and, at the file, an overwrite with the following 
text:

Failed to open the file (java.lang.NullPointerException
    at java.io.InputStreamReader.<init>(InputStreamReader.java:95)
    at com.estrongs.android.pop.app.z.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:1102)
)

What version of the product are you using? On what operating system?
Addi 1.69 on the Android 2.2.1

Original issue reported on code.google.com by miguel.h...@gmail.com on 27 Aug 2011 at 9:30

GoogleCodeExporter commented 9 years ago
Can you send me the .m file you created?  Is it the same as the other one you 
already sent me?

Original comment by corbi...@gmail.com on 28 Aug 2011 at 5:00

GoogleCodeExporter commented 9 years ago
Hello Corbi,

After better observing the problem, I realized I jumped the gun a bit. The 
command line error message was correct, there was no such variable. 
Unfortunately I did not realize that I had made a mistake typing my .m file, 
I'm not use to coding from my phone. I included an s character outside of the 
string in my array declaration, it considered this a variable call and 
correctly displayed the error message. I guess the part that truly threw me off 
was the message it generated about pointer errors directly on my file. 

I tried to close the issue, but I didn't find a way of doing so. I am very 
sorry to have taken up your time, and if you could close the issue I would 
greatly appreciate it. I am embarrassed to have submitted it without double 
checking for mistakes. 

Sincerely,
Miguel A. Hernandez Jr. 

Original comment by miguel.h...@gmail.com on 28 Aug 2011 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by corbi...@gmail.com on 6 Sep 2011 at 8:55