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

Домашняя работа №11 #15

Merged
merged 4 commits into from
Jan 4, 2024
Merged

Домашняя работа №11 #15

merged 4 commits into from
Jan 4, 2024

Conversation

arhostcode
Copy link
Owner

@arhostcode arhostcode commented Dec 14, 2023

Выполнена домашняя работа №11

  1. С помощью ByteBuddy создан класс, который возвращает "Hello, ByteBuddy!" при вызове toString
  2. С помощью ByteBuddy изменено поведение существующего класса ArithmeticUtils
  3. Написан метод для вычисления чисел фибоначчи на java bytecode с помощью ByteBuddy и ASM

@arhostcode arhostcode added the homework Homework tasks label Dec 14, 2023
Copy link

Code Coverage

Overall Project 92.99% -0.14% 🍏
Files changed 92.31% 🍏

File Coverage
ClassBehaviourReloader.java 100% 🍏
FibClassGenerator.java 96% -4% 🍏
HelloWorldCreator.java 81.25% -18.75% 🍏
ArithmeticUtils.java 0%

@arhostcode arhostcode merged commit 1cdd777 into main Jan 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
homework Homework tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant