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

Fixed #632 : StringIndexOutOfBoundsException #639

Merged
merged 1 commit into from
Nov 17, 2015
Merged

Fixed #632 : StringIndexOutOfBoundsException #639

merged 1 commit into from
Nov 17, 2015

Conversation

smarek
Copy link
Member

@smarek smarek commented Nov 17, 2015

  • Reformatted code
  • Removed unused fields
  • Converted fields to method-global instead of class-global where applicable
  • Fixed Javadoc on protected void onPostExecute(GeoPoint defaultLoc)
  • Renamed few variables for more readable code

imnc = Integer.parseInt(networkOperator.substring(3));
int currentMmc = 0;
int currentMnc = 0;
if (networkOperator != null && networkOperator.length() > 3) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change that fixes #632

@SecUpwN SecUpwN changed the title Fixed 632 : StringIndexOutOfBoundsException Fixed #632 : StringIndexOutOfBoundsException Nov 17, 2015
SecUpwN added a commit that referenced this pull request Nov 17, 2015
Fixed #632 : StringIndexOutOfBoundsException
@SecUpwN SecUpwN merged commit 53edf3d into CellularPrivacy:development Nov 17, 2015
@smarek smarek deleted the issue-632 branch November 17, 2015 18:26
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

Successfully merging this pull request may close these issues.

None yet

2 participants