Skip to content

Conversation

@Reamer
Copy link
Contributor

@Reamer Reamer commented Sep 5, 2024

What is this PR for?

This pull request removes the raw use of the AngularObject. The generic version has been removed. AngularObject now contains an object reference.
As a result, warnings from the IDE due to raw use disappear. The code is also easier to read.

What type of PR is it?

  • Refactoring

What is the Jira issue?

How should this be tested?

  • CI

Questions:

  • Does the license files need to update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@Reamer
Copy link
Contributor Author

Reamer commented Sep 16, 2024

Review required.

Null)

val angularObject = addAngularObject(functionName, 0)
val angularObject = addAngularObject(functionName, Int.box(0))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only place where I am not sure that this is completely correct.

*/
@ZeppelinApi
def model(name: String, value: Any): AbstractAngularElem = {
def model(name: String, value: AnyRef): AbstractAngularElem = {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Reamer
Copy link
Contributor Author

Reamer commented Oct 8, 2024

Review required.

@Reamer
Copy link
Contributor Author

Reamer commented Sep 16, 2025

Review required.

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.

1 participant