eclipse-windowbuilder / eclipse-windowbuilder/windowbuilder
WindowBuilder crashing because of PojoObservables
- 主要言語
- Java
- スター
- 97
- フォーク
- 34
- 平均マージ
- 21時間 38分
- マージ済み PR(30日)
- 29
説明
Hi
I am getting an error with windowbuilder. This line sticks out.
line: 172 org.eclipse.core.databinding.beans.PojoObservables cannot be resolved to a type
Is it a setting that I can set to make WindowBuilder not use this class?
Version: updated WindowBuilder Current of Eclipse
Full stack trace:
line: 167 IObservableValue is a raw type. References to generic type IObservableValue should be parameterized
line: 168 IObservableValue is a raw type. References to generic type IObservableValue should be parameterized
line: 169 Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext
line: 169 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue
line: 169 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue
line: 171 ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider should be parameterized
line: 171 ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider should be parameterized
line: 172 IObservableMap is a raw type. References to generic type IObservableMap should be parameterized
line: 172 org.eclipse.core.databinding.beans.PojoObservables cannot be resolved to a type
line: 176 IObservableList is a raw type. References to generic type IObservableList should be parameterized
line: 180 IValueProperty is a raw type. References to generic type IValueProperty should be parameterized
line: 181 IBeanValueProperty is a raw type. References to generic type IBeanValueProperty should be parameterized
line: 182 Type safety: Unchecked invocation create(TableViewer, DataBindingContext, CellEditor, IValueProperty, IBeanValueProperty) of the generic method create(ColumnViewer, DataBindingContext, CellEditor, IValueProperty, IValueProperty) of type ObservableValueEditingSupport
line: 182 Type safety: The expression of type IValueProperty needs unchecked conversion to conform to IValueProperty
line: 182 Type safety: The expression of type IBeanValueProperty needs unchecked conversion to conform to IValueProperty
コントリビューションガイド
調査の方向性
まず、167–182行に対応する生成されたWindowBuilderソースを見つけ、Eclipse data-binding型がどのように解決されるかを確認します。すでに行われた作業について、マージ済みのpull request #784を確認してください。生成されたコードで、未解決のPojoObservables型や記載されたbindingエラーが報告されなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- desktop
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100