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

TRUNK-2303: Fixed return of long decimal numbers to not use scientific n... #267

Merged
merged 1 commit into from Nov 4, 2013

Conversation

h3llborn
Copy link
Member

@h3llborn h3llborn commented Apr 3, 2013

...otation

@djazayeri
Copy link
Member

See my comments from #266

About:

  • line length and spurious formatting
  • not commenting an import statement
  • tests to cover more of the ticket description's bullet points.

@h3llborn
Copy link
Member Author

h3llborn commented Apr 3, 2013

Did as you asked, i hope it looks fine regarding the formatting.
Plus added a bunch of tests.

@h3llborn
Copy link
Member Author

h3llborn commented Apr 4, 2013

Messed up commits, but fixed now. Also fixed one more comment

@@ -48,18 +50,16 @@
* The {@link #getObsGroup()} method returns an optional parent. That parent object is also an Obs.
* The parent Obs object knows about its child objects through the {@link #getGroupMembers()}
* method. (Multi-level hierarchies are achieved by an Obs parent object being a member of another
* Obs (grand)parent object) Read up on the obs table: http://openmrs.org/wiki/Obs_Table_Primer
* Obs (grand)parent object) Read up on the obs table: http://openmrs.org/wiki/Obs_Table_Primer In
Copy link
Member

Choose a reason for hiding this comment

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

Can you wrap these in

tags so they don't get smushed together like this?

Copy link
Member Author

Choose a reason for hiding this comment

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

what exactly do you mean?

Copy link
Member

Choose a reason for hiding this comment

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

If you look at the diff you'll notice that javadoc that used to be separated by two newlines is now smushed together.

Autoformatting will do this if the javadoc doesn't have HTML tags to give some structure. So, add < p > tags around the paragraphs for this reason. (I see that in my prior comment it interpreted the p tag literally...)

@h3llborn
Copy link
Member Author

h3llborn commented Apr 5, 2013

Just updated commit, fixed javadoc using < p > tags.

@djazayeri
Copy link
Member

I'm not going to be able to code-review this before going on vacation, so maybe @wluyima can finish it off?

dkayiwa added a commit that referenced this pull request Nov 4, 2013
TRUNK-2303: Fixed return of long decimal numbers to not use scientific n...
@dkayiwa dkayiwa merged commit 49a5595 into openmrs:master Nov 4, 2013
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
…enmrs#267)

* Implemented naive file size checking

* Fixed naming, their documentation is wrong

* Should just skip install

* Use npx lerna instead

* Improved path

* Removed artifact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants