37 Commits

Author SHA1 Message Date
389d1d70d5 feat: add conversion logic from integer to english (#5540)
* feat: add conversion logic from integer to english

* feat: update DIRECTORY.md

* feat: fix linting issues

* feat: fix build issue

* feat: address review comments

---------

Co-authored-by: sailok.chinta <sailok.chinta@kotak.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
2024-10-04 20:13:40 +03:00
18f6f8c30a fix: handle Null Dereference in RomanToInteger (#5461) 2024-09-23 11:33:55 +03:00
b849cbb602 fix: handle Null Dereference in UnitsConverter (#5460) 2024-09-22 11:20:23 +02:00
aefc8fd4b8 refactor: HexToOct (#5377) 2024-08-24 11:32:50 +03:00
8a89b42cf8 refactor: AnyBaseToDecimal (#5357) 2024-08-22 10:50:56 +03:00
07dbc51e1b feat: add temperature unit conversions (#5315)
Co-authored-by: Bama Charan Chhandogi <b.c.chhandogi@gmail.com>
2024-08-22 06:43:52 +00:00
33fd79ad55 refactor: OctalToHexadecimal (#5345) 2024-08-18 22:03:28 +03:00
a9f5b82708 refactor: OctalToDecimal (#5344) 2024-08-18 21:58:57 +03:00
2905ccbb20 refactor: DecimalToAnyBase (#5343) 2024-08-18 21:45:30 +03:00
e8985b3edb refactor: BinaryToOctal (#5338)
* refactor: BinaryToOctal

* checkstyle: fix formatting

* refactor: adding input correctness case, cover by tests. Renaming variable

---------

Co-authored-by: alxkm <alx@alx.com>
Co-authored-by: Bama Charan Chhandogi <b.c.chhandogi@gmail.com>
2024-08-17 19:06:45 +00:00
25b6aebe45 refactor: DecimalToHexadecimal (#5337) 2024-08-17 21:58:50 +03:00
d80fd0c623 refactor: DecimalToBinary (#5339) 2024-08-17 21:35:36 +03:00
e32cab3189 refactor: BinaryToDecimal (#5330) 2024-08-16 17:48:47 +03:00
c20375ae0f refactor: BinaryToHexadecimal (#5331) 2024-08-16 17:43:54 +03:00
ec30592fcb refactor: DecimalToOctal (#5332) 2024-08-16 10:07:27 +03:00
5e4db7baf1 style: include SS_SHOULD_BE_STATIC (#5198) 2024-06-02 02:54:11 +05:30
c42b1c940c style: enable ParameterName in CheckStyle. (#5196)
* Enabled: ParameterName in CheckStyle.

* Refactored to fix  bug caused by selfAssignment of variables in VectorCrossproduct class
2024-05-31 22:01:11 +02:00
a6e873deef style: enable MemberName in checkstyle (#5193)
* style: enable MemberName in checkstyle

* style: simply uncomment `MemberName`

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
2024-05-29 20:44:14 +00:00
25d711c5d8 style: enable LocalVariableName in CheckStyle (#5191)
* style: enable LocalVariableName in checkstyle

* Removed minor bug

* Resolved Method Name Bug

* Changed names according to suggestions
2024-05-28 20:29:28 +02:00
9eaa2bb756 style: enable MultipleVariableDeclarations in checkstyle (#5175)
Co-authored-by: vaibhav <vaibhav.waghmare@techprescient.com>
2024-05-25 20:18:27 +02:00
d3bb691f59 style: enable HideUtilityClassConstructor in checkstyle (#5147) 2024-05-08 09:58:29 +03:00
414835db11 style: enable AvoidStarImport in checkstyle (#5141) 2024-05-05 20:48:56 +02:00
1e2d7e9431 style: enable ConstantName in checkstyle (#5139)
Co-authored-by: Maria Paszkiewicz SCC <maria.paszkiewicz@kit.edu>
2024-05-02 18:31:37 +02:00
22310defcd Cleaned up code for some packages (#5094)
* Cleaned up code of some packages

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
2024-04-02 21:26:06 +02:00
f8de290188 Explicitly cast result of Math.pow to int in BinaryToHexadecimal (#4970) 2023-11-29 23:30:59 +02:00
8002137b76 Fixed some typos and links for javadoc, and some refactoring (#4755) 2023-10-15 19:32:24 +05:30
2488a2ad51 Code cleanup (#4246) 2023-07-22 15:23:00 +00:00
415a04ea7f Add automatic linter (#4214) 2023-06-09 20:05:14 +08:00
00282efd8b style: format code (#4212)
close #4204
2023-06-09 18:52:05 +08:00
b6e78a45ac Add Octal To Binary Converter (#4202) 2023-05-30 07:37:50 +00:00
1dc388653a Refactor Code Style (#4151) 2023-04-15 11:25:54 +03:00
8798e042a8 Refactor BinaryToDecimal class (#4135) 2023-04-03 22:42:50 +08:00
ad72c28d91 Remove unnecessary code (#4141) 2023-04-03 22:35:59 +08:00
23949cac47 Add test case for BinaryToDecimal (#3684) 2022-10-27 20:40:08 +08:00
2c9edc95b8 Add test case for HexaDecimalToBinary (#3683) 2022-10-27 20:34:01 +08:00
e96f567bfc Format code with prettier (#3375) 2022-10-03 17:23:00 +08:00
9fb3364ccc Change project structure to a Maven Java project + Refactor (#2816) 2021-11-12 08:59:36 +02:00