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

Two cosmetic bugs in BBjGridExWidget plugin version 1.12.0 #253

Closed
BhaveshatAudev opened this issue Mar 24, 2023 · 2 comments
Closed

Two cosmetic bugs in BBjGridExWidget plugin version 1.12.0 #253

BhaveshatAudev opened this issue Mar 24, 2023 · 2 comments
Assignees
Labels
Type: Bug The issue documents broken, incorrect, or confusing behavior.

Comments

@BhaveshatAudev
Copy link

Describe the bug

  1. In GxOptions.bbj there are 2 methods having same name and same return type "method public static BBjNumber getInstanceCount()".
  2. In BBjGridExWidget.getInstanceCount() method, there is a error in string concatenation.

To Reproduce
Steps to reproduce the behavior:
Compile both programs.

Expected behavior
No errors in compilation

Screenshots

2_deprecated_methods_in_GxOptions
String_concatenation_error_in_BBjGridExWidget

Desktop (please complete the following information):

  • OS: Windows
  • BBj: 2214
  • BBjGridExWidget version: 1.12.0
  • Platform (GUI or BUI): GUI
@github-actions
Copy link
Contributor

Hi there, Thank you for reporting this. We will make sure to respond as fast as possible. It looks like this may be your first contribution to the BBjGridExWidget project. Did you check if someone else reported a similar issue? you can browse the issues list in here

@StephanWald
Copy link

That's a valid complaint, we may not have two methods in the same class with the same signature. BBj does not compile this class without errors.

@hyyan hyyan added the Type: Bug The issue documents broken, incorrect, or confusing behavior. label Mar 24, 2023
@hyyan hyyan closed this as completed in e3ac478 May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue documents broken, incorrect, or confusing behavior.
Projects
None yet
Development

No branches or pull requests

3 participants