kurcoba / mp4parser

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

java.lang.NullPointerException #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Test.java in com.coremedio.iso on Eclipse for Windows.
2. Instantiate new IsoFile variable.
3. Run program

What is the expected output? What do you see instead?
Not sure what the expected output should be, but I get the NullPointerException 
instead.

What version of the product are you using? On what operating system?
Just checked the version through svn. Running it on Windows 7.

Please provide any additional information below.

Here is what Eclipse traced the error back through:
Exception in thread "main" java.lang.NullPointerException
    at java.util.Properties$LineReader.readLine(Unknown Source)
    at java.util.Properties.load0(Unknown Source)
    at java.util.Properties.load(Unknown Source)
    at com.coremedia.iso.PropertyBoxParserImpl.<init>(PropertyBoxParserImpl.java:27)
    at com.coremedia.iso.IsoFile.<init>(IsoFile.java:34)
    at com.coremedia.iso.Test.main2(Test.java:18)
    at com.coremedia.iso.Test.main(Test.java:11)

Original issue reported on code.google.com by elysiums...@gmail.com on 30 Jun 2011 at 8:48

GoogleCodeExporter commented 9 years ago
The file Test is a small test that I accidentally checked in. It references 
file on my local harddrive! Don't use it. It was just a private debug helper!
I removed the file from svn. 

Thank you for spotting this. 

Original comment by Sebastian.Annies on 8 Jul 2011 at 6:41