Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 261592 Details for
Bug 259958
Project specific compile option missing-packages not read
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
reverted patch
Revert-Bug-259958--Project-specific-compile-option-m.patch (text/plain), 2.07 KB, created by
Vikas Chandra
on 2016-05-10 08:14:33 EDT
(
hide
)
Description:
reverted patch
Filename:
MIME Type:
Creator:
Vikas Chandra
Created:
2016-05-10 08:14:33 EDT
Size:
2.07 KB
patch
obsolete
>diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java >index 7bf4564..a225dad 100644 >--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java >+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/BundleErrorReporter.java >@@ -11,7 +11,6 @@ > * Brock Janiczak <brockj@tpg.com.au> - bug 169373 > * Gary Duprex <Gary.Duprex@aspectstools.com> - bug 150225 > * Bartosz Michalik <bartosz.michalik@gmail.com> - bug 209432, 214156 >- * Patrik Suzzi <psuzzi@gmail.com> - Bug 259958 > *******************************************************************************/ > package org.eclipse.pde.internal.core.builders; > >@@ -830,9 +829,7 @@ > /* The exported package does not exist in the bundle. Allow project folders to be packages (see bug 166680 comment 17)*/ > if (!getExportedPackages().contains(name) && !(fProject.getFolder(name.replace('.', '/')).exists())) { > message = NLS.bind(PDECoreMessages.BundleErrorReporter_NotExistInProject, name); >- IMarker marker = report(message, getPackageLine(header, elements[i]), >- CompilerFlags.P_MISSING_EXPORT_PKGS, PDEMarkerFactory.M_EXPORT_PKG_NOT_EXIST, >- PDEMarkerFactory.CAT_OTHER); >+ IMarker marker = report(message, getPackageLine(header, elements[i]), CompilerFlags.P_UNRESOLVED_IMPORTS, PDEMarkerFactory.M_EXPORT_PKG_NOT_EXIST, PDEMarkerFactory.CAT_OTHER); > addMarkerAttribute(marker, "packageName", name); //$NON-NLS-1$ > } > } >@@ -1143,8 +1140,7 @@ > String name = st.nextToken().trim(); > if (!getExportedPackages().contains(name)) { > String message = NLS.bind(PDECoreMessages.BundleErrorReporter_NotExistInProject, name); >- report(message, getLine(header, name), CompilerFlags.P_MISSING_EXPORT_PKGS, >- PDEMarkerFactory.CAT_OTHER); >+ report(message, getLine(header, name), CompilerFlags.P_UNRESOLVED_IMPORTS, PDEMarkerFactory.CAT_OTHER); > return false; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259958
:
260493
|
261592
|
263506
|
263507
|
263508