This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 112246 - New API marked deprecated
Summary: New API marked deprecated
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2007-08-07 21:52 UTC by Jesse Glick
Modified: 2007-08-08 16:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-08-07 21:52:12 UTC
autoupdate/services/src/org/netbeans/api/autoupdate/UpdateElement.java

+    @Deprecated // Will be removed !!!
+    public boolean isAutoload () {
+        return impl.isAutoload ();
+    }
+
+    @Deprecated // Will be removed !!!
+    public boolean isEager () {
+        return impl.isEager ();
+    }
+    
+    @Deprecated // Will be removed !!!
+    public boolean isFixed() {
+        return impl.isFixed ();
+    }
+
Comment 1 Jesse Glick 2007-08-07 21:52:59 UTC
Was in UpdateUnit. Should either be removed, or undeprecated and documented.
Comment 2 Jiri Rechtacek 2007-08-08 16:06:39 UTC
The deprecated API was removed.

Checking in autoupdate/services/src/org/netbeans/modules/autoupdate/services/UpdateManagerImpl.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/services/UpdateManagerImpl.java,v 
<--  UpdateManagerImpl.java
new revision: 1.11; previous revision: 1.10
done
Checking in autoupdate/services/src/org/netbeans/modules/autoupdate/services/InstallManager.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/services/InstallManager.java,v  <--
 InstallManager.java
new revision: 1.13; previous revision: 1.12
done
Checking in autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/UnitDetails.java;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/UnitDetails.java,v  <--  UnitDetails.java
new revision: 1.15; previous revision: 1.14
done
Checking in autoupdate/services/src/org/netbeans/api/autoupdate/UpdateElement.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/api/autoupdate/UpdateElement.java,v  <-- 
UpdateElement.java
new revision: 1.5; previous revision: 1.4
done