-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
En route to #12, it has become apparent that something is messed up with my recursion algorithm. It is resulting in the following stack trace:
java.lang.NullPointerException
at MyArchive.unroll(MyArchive.java:201)
at RAS.main(RAS.java:68)
The applicable code is where entryName appears in the following for loop:
if (Debugging.UNROLL) {
//list directory contents
System.out.println(arcFileName + " contents:");
for (String entryName : archiveContents) {
System.out.println(entryName);
}
}
Fix it, detc...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working