logical "||" bug in a code...
Brought to you by:
lomby
hi,
there is a logical mistake in a code although I used your solution in C# not in a Java as it is written here. but I think that it would be the same. plz have a look at the rows with code:
containsJs = containsJs || traversePdfDictionary(...)
if the "containsJs" is already TRUE the method wouldn't be called! it whould be:
containsJs = containsJs | traversePdfDictionary(...)
Regards,
Leonid
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"