1) Reintroduced PHPPerspectiveFactory (was lost with refactoring).
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / ui / ProblemsLabelDecorator.java
index 76017cd..4beed98 100644 (file)
@@ -73,6 +73,10 @@ public class ProblemsLabelDecorator implements ILabelDecorator,
        public static class ProblemsLabelChangedEvent extends
                        LabelProviderChangedEvent {
 
+               /**
+                * 
+                */
+               private static final long serialVersionUID = -7557704732816971319L;
                private boolean fMarkerChange;
 
                /**
@@ -114,10 +118,10 @@ public class ProblemsLabelDecorator implements ILabelDecorator,
        /**
         * Creates a new <code>ProblemsLabelDecorator</code>.
         */
-       public ProblemsLabelDecorator() {
-               this(null);
-               fUseNewRegistry = true;
-       }
+//     public ProblemsLabelDecorator() {
+//             this(null);
+//             fUseNewRegistry = true;
+//     }
 
        /*
         * Creates decorator with a shared image registry.