Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

PrajaktaBendreBito

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider handling SQLException appropriately</b></div> <div id="fix"> The `SQLException` catch block is empty which silently swallows exceptions. ...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider making DB constants final</b></div> <div id="fix"> Consider making the constants `final` since they represent database table/column names...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Missing field name in declaration</b></div> <div id="fix"> The field declaration `private final int ;` appears to be incomplete. Consider adding a...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider string type for postal codes</b></div> <div id="fix"> Consider using `String` instead of `long` for `pinCode` to preserve leading zeros a...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider adding null check for phone</b></div> <div id="fix"> Consider adding null check before parsing phone number string to avoid potential `Nu...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Fix getErrorCode method return value</b></div> <div id="fix"> The `getErrorCode()` method always returns `null` instead of returning the `errorCod...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider renaming password-related database column constant</b></div> <div id="fix"> Consider using a less obvious name for the password column co...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Incorrect variable name capitalization</b></div> <div id="fix"> Variable `Quantity` is referenced with incorrect capitalization. Should be `quanti...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider making constructor public for accessibility</b></div> <div id="fix"> The constructor `Cart` is declared as private which may restrict obj...

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Missing type declaration in constructor parameter</b></div> <div id="fix"> The constructor parameter type is missing for `quantity`. Consider addi...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider removing duplicate stream close blocks</b></div> <div id="fix"> Consider removing the duplicate `input.close()` blocks. The stream is bei...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider improving SQL exception handling</b></div> <div id="fix"> Consider handling `SQLException` more gracefully by logging the error and throw...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider consolidating cart removal logic</b></div> <div id="fix"> The logic for removing items from cart has redundant code paths and incorrect c...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Consider fixing variable name typo</b></div> <div id="fix"> There appears to be a typo in the variable name. The code uses `item` instead of `item...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Missing field name in declaration</b></div> <div id="fix"> The field declaration `private final int ;` appears to be incomplete. Consider adding a...

View on GitHub

PrajaktaBendreBito created a review on a pull request on PrajaktaBendreBito/BookStore

View on GitHub

PrajaktaBendreBito created a review comment on a pull request on PrajaktaBendreBito/BookStore
<div> <div id="suggestion"> <div id="issue"><b>Connection method returns null instead of connection</b></div> <div id="fix"> The `getConnection()` method is returning `null` instead of the actu...

View on GitHub

Load more