Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException #6

Closed
fordfrog opened this issue Aug 3, 2012 · 1 comment
Closed

NullPointerException #6

fordfrog opened this issue Aug 3, 2012 · 1 comment

Comments

@fordfrog
Copy link
Owner

fordfrog commented Aug 3, 2012

Converted from SourceForge issue 1699472, submitted by cfischer69

Using beta 20. Feed apgdiff two dumps produced with pg_dump schema only uncompressed.

Here's the stack trace:

C:\Program Files\Java\jre1.6.0\lib>java -jar apgdiff-1.0.0_beta20.jar c:\qa.dmp c:\dev.dmp
Exception in thread "main" java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Unknown Source)
at java.util.regex.Matcher.reset(Unknown Source)
at java.util.regex.Matcher.(Unknown Source)
at java.util.regex.Pattern.matcher(Unknown Source)
at cz.startnet.utils.pgdiff.loader.PgDumpLoader.getWholeFunction(PgDumpLoader.java:280)
at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadSchema(PgDumpLoader.java:188)
at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadSchema(PgDumpLoader.java:221)
at cz.startnet.utils.pgdiff.PgDiff.createDiff(PgDiff.java:36)
at cz.startnet.utils.pgdiff.Main.main(Main.java:34)

@fordfrog
Copy link
Owner Author

fordfrog commented Aug 3, 2012

Submitted by fordfrog

Logged In: YES
user_id=1483986
Originator: NO

Corrected in beta21 (just released). Thank you for reporting the bug,

@fordfrog fordfrog closed this as completed Aug 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant