| Summary: | NPE makes API Use Scan Pref Page unusable | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | API Tools | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ankur_sharma, Michael_Rennie |
| Version: | 3.7 | Flags: | ankur_sharma:
review+
|
| Target Milestone: | 3.7 M4 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Curtis Windatt
I have a fix for the NPE, but then I get the following. I will work on an additional fix. org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73) at org.eclipse.pde.api.tools.internal.util.Util.getBuildJob(Util.java:532) at org.eclipse.pde.api.tools.ui.internal.preferences.ApiUseScanPreferencePage.applyChanges(ApiUseScanPreferencePage.java:436) at org.eclipse.pde.api.tools.ui.internal.preferences.ApiUseScanPreferencePage.performApply(ApiUseScanPreferencePage.java:366) at org.eclipse.jface.preference.PreferencePage$2.widgetSelected(PreferencePage.java:281) Fixed in HEAD. Ankur, please verify. Fixed For the NPE you just need a clean workspace. Anyone who tried using the version in HEAD for the first time wouldn't be able to! For the second error, you need to have no projects in your workspace that have api tooling enabled. +1 Verified in I20101206-1800 |