Skip to content

Warning of illegal access suppressed - #30

Merged
yrke merged 4 commits into
Ecdar:mainfrom
Nielswps:warning_fix
Jan 18, 2022
Merged

Warning of illegal access suppressed#30
yrke merged 4 commits into
Ecdar:mainfrom
Nielswps:warning_fix

Conversation

@Nielswps

Copy link
Copy Markdown
Contributor

The following warnings are given due to jFoenix trying to access private methods/fields in JavaFX:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jfoenix.adapters.ReflectionHelper ([USER]/.gradle/caches/modules-2/files-2.1/com.jfoenix/jfoenix/9.0.10/a7625792db8d15615ea6eebbc31e01504f20b2df/jfoenix-9.0.10.jar) to method java.lang.reflect.AccessibleObject.setAccessible0(boolean)
WARNING: Please consider reporting this to the maintainers of com.jfoenix.adapters.ReflectionHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

The illegal access comes with performance benefits and is a technique used by many libraries. Therefore, it is unlikely to cause breaking errors in the near future. Both teams (jFoenix and JavaFX) have been notified about the issue, but currently, the only 'solution' is to suppress the warnings.

@yrke
yrke merged commit 24e3153 into Ecdar:main Jan 18, 2022
@Nielswps
Nielswps deleted the warning_fix branch January 30, 2022 09:58
Nielswps pushed a commit to Nielswps/Ecdar-GUI that referenced this pull request Oct 11, 2022
…icon-is-not-same

Width of query icon panes are now the same
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