if you delete a cloudQueueMessage with a different cloudQueue instance, null pointer occurs#42
Closed
pugnusferreus wants to merge 1 commit into
Closed
Conversation
PathUtility.appendPathToUri will throw NullPointerException because messageRequestAddress was not initialized by addMessage or retrieveMessage.
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this pull request
Jan 18, 2013
fix failed unit tests
gcheng
pushed a commit
that referenced
this pull request
Jun 27, 2013
jianghaolu
added a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Sep 26, 2016
64c3003 Merge pull request Azure#54 from Azure/sdk_1045 a29b72b Merge pull request Azure#53 from Azure/sdk_1060 524db4a Merge pull request Azure#42 from Azure/sdk_1008 ffab45d Merge pull request Azure#1060 from jianghaolu/unwrap 626b093 Merge ad3a89b into cc5fdb3 9be12ef Fix errors from merge 9732907 Merge commit '14c789805ffe68c1ced5dbe0f71448095216fcc1' into unwrap 0a85d84 applyAsync on a root resource should create a dependency resource only if it is not already created and root resource always needs to be updated in this case 65a9fd6 Merge f8a29d68d04bda404147a146537b244278817aa3 into ae00855 3c266c4 Add graph tests git-subtree-dir: runtimes git-subtree-split: 64c3003
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this pull request
Apr 5, 2017
lenala
pushed a commit
to lenala/azure-sdk-for-java
that referenced
this pull request
Nov 16, 2018
Correcting implementation of EC keys to take in a hashed digest rather than the raw data
sima-zhu
pushed a commit
to sima-zhu/azure-sdk-for-java
that referenced
this pull request
Mar 21, 2019
[Automatic PR] SDK changes from pull request Azure#1008
navalev
added a commit
to navalev/azure-sdk-for-java
that referenced
this pull request
Dec 24, 2019
* test canSearchWithRangeFacets, add RangeFacetResult class to deserialize facet results * test canSearchWithValueFacets, add ValueFacetResult todeserialized value facet results * javadoc * cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PathUtility.appendPathToUri will throw NullPointerException because messageRequestAddress was not initialized by addMessage or retrieveMessage.