Skip to content

Better fix for #753#756

Open
opeongo wants to merge 2 commits intomasterfrom
fix_753
Open

Better fix for #753#756
opeongo wants to merge 2 commits intomasterfrom
fix_753

Conversation

@opeongo
Copy link
Contributor

@opeongo opeongo commented Jan 8, 2024

  • All comments are special tokens
  • remove BSHFormalComment and add accessor methods to Parser
  • add and modify tests
  • adjust bshdoc.bsh to use accessor methods

- All comments are special tokens
- remove BSHFormalComment and add accessor methods to Parser
- add and modify tests
- adjust bshdoc.bsh to use accessor methods
@codecov
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ddf0a0e) 74.24% compared to head (cdddd91) 74.24%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #756   +/-   ##
=========================================
  Coverage     74.24%   74.24%           
+ Complexity     3042     3041    -1     
=========================================
  Files           108      107    -1     
  Lines          9357     9354    -3     
  Branches       1857     1857           
=========================================
- Hits           6947     6945    -2     
+ Misses         2070     2069    -1     
  Partials        340      340           
Flag Coverage Δ
unittests 74.24% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@nickl- nickl- left a comment

Choose a reason for hiding this comment

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

Looks like there is still debugging code in here

bshdoc( String [] filenames )
bshdocl( String [] filenames )
{
System.err.println("filenames="+Arrays.toString(filenames));
Copy link
Member

Choose a reason for hiding this comment

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

Is this just for debugging?

return;
}
bshdoc( list );
System.err.println("list="+Arrays.toString(list));
Copy link
Member

Choose a reason for hiding this comment

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

Same as previous instance of System.err.println

@nickl- nickl- mentioned this pull request Mar 21, 2024
@nickl-
Copy link
Member

nickl- commented Mar 21, 2024

Looks good, just check on the debugging code.

@nickl-
Copy link
Member

nickl- commented Aug 10, 2024

Still waiting on review fixes

@opeongo
Copy link
Contributor Author

opeongo commented Aug 10, 2024

Updated now for review comments

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.

2 participants