Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8893ae30dac450003cecc9a80562f7d0a3bcf192 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# List of approved API changes after 4.8 M6

# The unapproved entry exclude list can be copied from <build>/buildlogs/mb080_publish-eclipse_output.txt
# Search for: Potential exclude list:
# Copy the list into this report and remove "[apitooling.apifreeze]"

# Bug 531602: [Generic TP Editor] .target file formatting munged by editor. Good or bad?
org.eclipse.pde.core:org.eclipse.pde.core.target.ITargetDefinition#getDocument()Lorg/w3c/dom/Document;
org.eclipse.pde.core:org.eclipse.pde.core.target.ITargetDefinition#setDocument(Lorg/w3c/dom/Document;)V

# Bug 506239: New API for organize imports
org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.JavaManipulation#setPreferenceNodeId(Ljava/lang/String;)V
org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.JavaManipulation#setPreferenceNodeId(Ljava/lang/String;)Z

Back to the top