summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2006-06-21 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-06-212-1/+5
| | | | * java/util/Collections (entrySet): Fixed compile error.
* * lib/gen-classlist.sh.in: Search all top-level directories, notTom Tromey2006-06-172-7/+15
| | | | just 'org', in external.
* 2006-06-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-16136-1207/+6715
| | | | | * Merge of HEAD --> generics-branch for 2006/06/11 to 2006/06/16.
* * NEWS: Updated for JSR 166.Tom Tromey2006-06-162-0/+9
|
* * lib/Makefile.am (compile_classpath): Added jsr166.Tom Tromey2006-06-166-4/+91
| | | | | | | * configure.ac: Added external/jsr166/Makefile. * external/Makefile.am (SUBDIRS): Added jsr166. * external/jsr166/Makefile.am: New file. * lib/gen-classlist.sh.in: Look in external/jsr166.
* Imported JSR 166 reference implementation:Tom Tromey2006-06-167-146/+1917
| | | | | | | | | | | * .classpath: Added external/jsr166. * java/util/concurrent/CopyOnWriteArrayList.java: New file. * java/util/AbstractQueue.java: Removed. * java/util/Queue.java: Removed. * external/jsr166/java/util/concurrent/ScheduledThreadPoolExecutor.java (runPeriodic): Added explicit cast. * external/jsr166/java/util/ArrayDeque.java (clone): Use elements.clone.
* * vm/reference/sun/reflect/Reflection.java (verifyMemberAccess):Tom Tromey2006-06-163-48/+101
| | | | | | Removed. (getCallerClass): Now static. * vm/reference/sun/reflect/misc/ReflectUtil.java: New file.
* * scripts/sanitize-jsr166: New file.Tom Tromey2006-06-165-1/+144
| | | | | | | * external/jsr166/IMPORTING: New file. * vm/reference/sun/reflect/Reflection.java: New file. * vm/reference/gnu/classpath/Unsafe.java: Moved... * vm/reference/sun/misc/Unsafe.java: ...here.
* 2006-06-14 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-142-4/+12
| | | | | | | | * javax/naming/InitialContext.java: (list(javax.naming.Name)): Fixed generic type. (list(String)): Likewise. (listBindings(javax.naming.Name)): Likewise. (listBindings(String)): Likewise.
* 2006-06-12 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-121-0/+340
| | | | | * Merge from HEAD --> generics for 2006-05-29 to 2006-06-11.
* 2006-06-11 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-11319-9197/+18902
| | | | | * Merge of HEAD-->generics between 2006/05/29 and 2006/06/11.
* 2006-06-10 Casey Marshall <csm@gnu.org>Casey Marshall2006-06-111-2/+2
| | | | | | | * jessie-tests/testClientHello.java: update for extensions changes. * jessie-tests/testExtensionList.java: likewise. * jessie-tests/testServerHello.java: likewise.
* 2006-06-07 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-072-2/+28
| | | | | * java/util/InputMismatchException.java: Documented.
* 2006-06-05 Casey Marshall <csm@gnu.org>Casey Marshall2006-06-061-0/+64
| | | | | | | | | * gnu/javax/net/ssl/provider/Extension.java: add Javadoc. (length): return the length of the extension value. (setLength, setType, setValue, setValue): new methods. * gnu/javax/net/ssl/provider/ExtensionList.java: new file. * jessie-tests/run-tests.sh: add testExtensionList. * jessie-tests/testExtensionList.java: new file.
* 2006-06-04 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-044-32/+556
| | | | | | | * java/util/Formattable.java, * java/util/FormattableFlags.java, * java/util/Formatter.java: Documented.
* * javax/naming/Context.java (list): Genericized.Tom Tromey2006-06-044-9/+17
| | | | | | | (listBindings): Likewise. * javax/naming/Reference.java (addrs): Genericized. * javax/naming/InitialContext.java (myProps): Fixed type. (init): Genericized.
* 2006-06-04 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-0414-30/+420
| | | | | | | | | | | | | | | | | * java/util/DuplicateFormatFlagsException.java, * java/util/FormatFlagsConversionMismatchException.java, * java/util/FormatterClosedException.java, * java/util/IllegalFormatCodePointException.java, * java/util/IllegalFormatConversionException.java, * java/util/IllegalFormatException.java, * java/util/IllegalFormatFlagsException.java, * java/util/IllegalFormatPrecisionException.java, * java/util/IllegalFormatWidthException.java, * java/util/MissingFormatArgumentException.java, * java/util/MissingFormatWidthException.java, * java/util/UnknownFormatConversionException.java, * java/util/UnknownFormatFlagsException.java: Documented.
* 2006-06-04 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-042-1/+10
| | | | | | * java/lang/System.java: (getenv()): Handle cases where split only returns an array of size 1.
* 2006-06-03 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-032-0/+47
| | | | | * java/lang/annotation/IncompleteAnnotationException.java: Documented.
* 2006-06-03 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-033-5/+275
| | | | | | | | | | | * java/lang/ProcessBuilder.java: Documented. (environment): Create as a copy. * java/lang/System.java: (EnvironmentMap.EnvironmentMap(Map<String,String>)): New constructor. (EnvironmentMap.put(String,String)): Override superclass method with checks for nulls and non-Strings.
* 2006-05-29 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-05-29117-3441/+6105
| | | | * Merge of HEAD to generics-branch (2006-05-20 to 2006-05-29)
* 2006-05-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-05-20273-5567/+27261
| | | | | * Merge of HEAD to generics for 0.91 to 2006/05/20.
* * java/text/MessageFormat.java (format): Now varargs.Tom Tromey2006-05-152-1/+5
|
* * java/lang/Thread.java (State): Fixed typo.Tom Tromey2006-05-152-1/+5
|
* 2006-05-15 Mark Wielaard <mark@klomp.org>generics-0_91-releaseMark Wielaard2006-05-1543-318/+898
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (VERSION): Set to 0.91-generics. 2006-05-15 Mark Wielaard <mark@klomp.org> * NEWS: Add release date and VMClassLoader.getBootPackages() changes. 2006-05-15 Christian Thalinger <twisti@complang.tuwien.ac.at> * README: Added CACAO to list of VMs. 2006-05-14 Mark Wielaard <mark@klomp.org> * native/jni/java-net/javanet.c (_javanet_accept): Don't use C++ comments. 2006-05-14 Chris Burdess <dog@gnu.org> * gnu/xml/dom/DomNode.java: Permit comments and PIs in doctype nodes to be preserved during cloneNode. 2006-05-14 Mark Wielaard <mark@klomp.org> PR 27459 * native/jni/java-net/javanet.c (_javanet_accept): Reset the inherited timeout on socket. 2006-05-14 Lillian Angel <langel@redhat.com> * java/util/SimpleTimeZone.java: Reverted patch. (SimpleTimeZone): Throw exception if startMonth == endMonth. (SimpleTimeZone): Likewise. (checkRule): Rewritten to properly check all values (more efficently). This code is now more stable, at least less buggy than before. Fixed API documentation. (setStartRule): Moved checkRule call to end. (setStartRule): Likewise. (setEndRule): Likewise. (setEndRule): Likewise. 2006-05-14 Audrius Meskauskas <AudriusA@Bioinformatics.org> * javax/swing/tree/DefaultTreeSelectionModel.java (leadRow): Initialise to -1. 2006-05-14 Robert Schuster <robertschuster@fsfe.org> PR classpath/27595 * javax/swing/text/AbstractDocument.java: (insertString): Flipped if-expression and its blocks. (remove): Dito. (replace): Flipped if-expression and its blocks, added note, invoke insertString and remove instead of insertStringImpl and removeImpl. 2006-05-13 Tom Tromey <tromey@redhat.com> * java/nio/ByteBufferImpl.java (compact): Always set position. 2006-05-11 Mark Wielaard <mark@klomp.org> * java/util/logging/Logger.java (global): Initialize inside static PrivilegedAction. 2006-05-11 Mark Wielaard <mark@klomp.org> * java/awt/geom/GeneralPath.java (WIND_EVEN_ODD, WIND_NON_ZERO): Fully qualify PathIterator constants 2006-05-10 Roman Kennke <kennke@aicas.com> PR classpath/27481 * javax/swing/plaf/basic/BasicInternalFrameUI.java (installDefaults): Set background of content pane to null, if no custom color has been installed by the application yet. 2006-05-10 Roman Kennke <kennke@aicas.com> PR classpath/27481 * javax/swing/JRootPane.java (createContentPane): Don't set background to null. 2006-05-09 Robert Schuster <robertschuster@fsfe.org> PR classpath/24216 * javax/swing/text/AbstractDocument.java: (insertString): Added more documentation, added argument check. (remove): Added more documentation. (removeImpl): Added argument check. (replace): Added more documentation, added argument check. 2006-05-08 Lillian Angel <langel@redhat.com> * java/net/URLClassLoader.java (JarURLLoader): Added check to make sure the INDEX.LIST file exists. 2006-05-08 Roman Kennke <kennke@aicas.com> PR classpath/27481 * javax/swing/JRootPane.java (createContentPane): Set background of the content pane to null, so that the content pane inherits its background from the root pane. 2006-05-08 Roman Kennke <kennke@aicas.com> PR classpath/27480 * javax/swing/ButtonGroup.java (add): Check if new button is selected and if so, deselect other buttons in the group. 2006-05-08 Lillian Angel <langel@redhat.com> PR 27444 * java/net/URLClassLoader.java (JarURLLoader): Added code to go through META-INF/INDEX.LIST file to load all jars listed. 2006-05-08 Roman Kennke <kennke@aicas.com> PR classpath/27461 * javax/swing/ImageIcon.java (ImageIcon(URL)): Set description to URL.toString(). 2006-05-08 Roman Kennke <kennke@aicas.com> PR classpath/27482 * javax/swing/JTable.java (IconCellRenderer.getTableCellRendererComponent): Set icon to null when cell value is null. 2006-05-08 Roman Kennke <kennke@aicas.com> PR classpath/27484 * javax/swing/DefaultDesktopManager.java (closeFrame): Don't perform default close action on the frame to prevent endless loop. 2006-05-08 Roman Kennke <kennke@aicas.com> PR classpath/27485 * javax/swing/table/DefaultTableModel.java (addExtraRows): New helper method. (checkSize): New helper method. (setRowCount): Use addExtraRows helper method. (addColumn): Use addExtraRows helper method. (getColumnName): Check and adjust size if necessary using checkSize(). 2006-05-08 Roman Kennke <kennke@aicas.com> PR classpath/27486 * javax/swing/JTable.java (setValueAt): Allow setting values even when table is editable. 2006-05-07 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/27435: * java/util/zip/DeflaterEngine.java: (deflateFast(boolean,boolean)): Empty buffer when full. 2006-05-07 Sven de Marothy <sven@physto.se> Fixed PR27343 * java/util/Calendar.java (setTimeZone): Force recalculation. 2006-05-07 Sven de Marothy <sven@physto.se> Fixed PR27463 * javax/swing/plaf/metal/MetalInternalFrameTitlePane.java (propertyChange): Handle FRAME_ICON_PROPERTY property. 2006-05-06 Sven de Marothy <sven@physto.se> Fixed PR27454 * gnu/java/awt/peer/gtk/GtkImage: (drawPixels,drawPixelsScaled): Check for zero image sizes. 2006-05-07 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/27311: * gnu/java/text/StringFormatBuffer.java: (toString()): Implemented so we can see the contents. * java/text/DecimalFormat.java: (formatInternal(double,StringFormatBuffer,FieldPosition)): Don't calculate the exponent when the number is 0 or less. Also, use log10 instead of log now it's available. 2006-05-07 Sven de Marothy <sven@physto.se> Fixed PR27455 * gnu/java/awt/peer/GLightweightPeer.java (mouseEntered): Remove. * java/awt/Component.java (processMouseEvent): Do lightweight cursor handling. * javax/swing/plaf/basic/BasicTableHeaderUI.java (endResizing,mouseMoved): Save and reset original cursor, not the default one. 2006-05-07 Roman Kennke <kennke@aicas.com> * gnu/java/awt/java2d/RasterGraphics.java: New file. 2006-05-07 Roman Kennke <kennke@aicas.com> * gnu/java/awt/java2d/AbstractGraphics2D.java (fillShape): Determine user space bounds of shape and feed them into the actual rendering pipeline. (rawSetPixel): Made non-abstract for now. Maybe remove later. (rawSetForeground): Likewise. (getDestinationColorModel): Removed. (getDeviceBounds): Made non-abstract. Provide useful default impl. (rawFillShape): Handle paint context. (fillScanline): Implement painting and compositing. (fillShapeAntialias): Handle paint context. (fillScanlineAA): Implemented preliminary antialiasing based on composite context. Not working yet. (fillScanlineAlpha): Removed. (init): Fetch destination raster. (getDestinationRaster): New abstract method. (updateRaster): New backend method. 2006-05-07 Roman Kennke <kennke@aicas.com> * gnu/java/awt/java2d/AlphaCompositeContext.java (compose): Fixed loops, conditions and logic to make compositing work correctly. 2006-05-05 Roman Kennke <kennke@aicas.com> * java/awt/image/ColorModel.java (getNormalizedComponents): Implemented. 2006-05-05 Roman Kennke <kennke@aicas.com> * javax/swing/plaf/basic/BasicRadioButtonUI.java (paint): Query the button model for it's state, not the button itself. 2006-05-05 Roman Kennke <kennke@aicas.com> * javax/swing/JTable.java (tableChanged): Sync selection model with table model changes. 2006-05-04 Roman Kennke <kennke@aicas.com> * javax/swing/plaf/basic/BasicButtonListener.java (mouseEntered): Fixed conditions for changing states. 2006-05-04 Roman Kennke <kennke@aicas.com> * javax/swing/JOptionPane.java (AccessibleJOptionPane.getAccessibleRole): Implemented method. 2006-05-04 Roman Kennke <kennke@aicas.com> * javax/swing/JLabel.java (AccessibleJLabel.getSelectedText): Return null instead of "". (AccessibleJLabel.getSelectionStart): Added comment why return -1 is correct here. (AccessibleJLabel.getSelectionEnd): Added comment why return -1 is correct here. (AccessibleJLabel.getCharacterAttribute): Added comment about what to do here. (AccessibleJLabel.getCharCount): Added comment about what to do here. (AccessibleJLabel.getCharacterBounds): Tagged as not implemented. (AccessibleJLabel.getIndexAtPoint): Tagged as not implemented. (paramString): Return super.paramString() here, this provides a more meaningful output. 2006-05-04 Roman Kennke <kennke@aicas.com> * javax/swing/JComponent.java (paint): Added null check to avoid NPE when clip == null. 2006-05-04 Roman Kennke <kennke@aicas.com> * javax/swing/AbstractButton.java (addImpl): New method. Installs an OverlayLayout if no other layout has been installed before. (setLayout): New method. Detect if a client app installs a custom layout. 2006-05-04 Roman Kennke <kennke@aicas.com> * javax/swing/table/DefaultTableCellModel.java (noFocusBorder): Fixed width of empty border to 1. (getTableCellRendererComponent): Don't change the colors for focuses cells. Fixed border for focused cells. 2006-05-04 Roman Kennke <kennke@aicas.com> * javax/swing/JTable.java (moveToCellBeingEdited): Adjust bounding box of editing component to exactly cover the grid. * javax/swing/plaf/basic/BasicTableUI.java (paint): Paint grid to the bottom and right of the cells instead of left and top. Adjust bounding box of cells accordingly. * javax/swing/plaf/metal/MetalLookAndFeel.java (initComponentDefaults): Fixed color of JTable selection border. * javax/swing/plaf/metal/OceanTheme.java (addCustomEntriesToTable): Fixed color of JTable selection border. 2006-05-04 Raif S. Naffah <raif@swiftdsl.com.au> * tools/gnu/classpath/tools/keytool/ExportCmd.java (setup): Use _alias instead of alias. 2006-05-04 Lillian Angel <langel@redhat.com> * javax/swing/JLabel.java (JLabel): Pass in an empty string for the text parameter. (JLabel): Likewise. (JLabel): Likewise. 2006-05-05 Audrius Meskauskas <AudriusA@Bioinformatics.org> * javax/swing/plaf/basic/BasicTreeUI.java (paint): Return early if there are no visible nodes to paint.
* 2006-05-03 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-05-0369-1242/+10572
| | | | | * Merge of HEAD --> generics-branch for the period 2005/05/01 to 2005/05/03 (branch of 0.91 for release)
* 2006-05-01 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-05-01237-2072/+21230
| | | | | * Merge HEAD-->generics-branch for the period 2006-04-13 to 2006-05-01.
* * javax/swing/JComboBox.java (AccessibleJComboBox): Now public.Tom Tromey2006-04-254-3/+11
| | | | | | | * javax/swing/tree/VariableHeightLayoutCache.java (getVisiblePathsFrom): Genericized. * javax/swing/tree/FixedHeightLayoutCache.java (getVisiblePathsFrom): Genericized.
* 2006-04-23 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-04-232-0/+16
| | | | | * java/lang/Package.java: Added compatibility constructor to ease VM interface migration.
* 2006-04-23 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-04-233-43/+32
| | | | | | * java/lang/Class.java (getEnumConstants): Implemented without delegating to VMClass. * vm/reference/java/lang/VMClass.java (getEnumConstants): Removed.
* Corrected the date on my last entry.Jeroen Frijters2006-04-231-1/+1
|
* 2006-04-21 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-04-235-79/+28
| | | | | | | | | | | * java/lang/ClassLoader.java (definePackage): Added argument to Package constructor. * java/lang/Package.java (Package): Added ClassLoader argument. (loader): New field. (getDeclaredAnnotations): Implemented without help from VMPackage. * vm/reference/java/lang/VMClassLoader.java (static): Added argument to Package constructor. * vm/reference/java/lang/VMPackage.java: Removed.
* 2006-04-21 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-04-212-2/+32
| | | | | | | * java/lang/reflect/AccessibleObject.java: Implemented AnnotatedElement. (getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent): New methods.
* 2006-04-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-172-0/+85
| | | | * java/lang/Enum.java: Documented.
* 2006-04-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-174-7/+21
| | | | | | | | | | | | | * gnu/java/lang/InstrumentationImpl.java: Moved from java.lang. * java/lang/InstrumentationImpl.java: Removed. * vm/reference/gnu/java/lang/VMInstrumentationImpl.java: Moved from java.lang. * vm/reference/java/lang/VMClassLoader.java: Corrected reference to InstrumentationImpl. * vm/reference/java/lang/VMInstrumentationImpl.java: Removed.
* 2006-04-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-172-0/+91
| | | | | * java/lang/annotation/Annotation.java: Documented.
* * javax/swing/tree/DefaultTreeSelectionModel.java (getListeners):Tom Tromey2006-04-143-2/+9
| | | | | | Genericized. * javax/swing/tree/AbstractLayoutCache.java (getVisiblePathsFrom): Genericized.
* 2006-04-13 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-14387-7207/+22451
| | | | * Merge of HEAD --> generics-branch from 2006/03/26 to 2006/04/13.
* * javax/imageio/metadata/IIOMetadataFormatImpl.java (addObjectValue):Tom Tromey2006-04-112-6/+12
| | | | Fixed parameter bounds.
* 2006-04-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-022-12/+26
| | | | | | | | | | | | * java/util/Collections.java: (binarySearch(List, T)): Fixed signature. (unmodifiableList(List)): Likewise. (UnmodifiableList(List)): Fixed constructor. (UnmodifiableRandomAccessList(List)): Likewise. (unmodifiableMap(Map)): Fixed signature. (UnmodifiableMap(Map)): Fixed constructor. (unmodifiableSortedMap(Map)): Fixed signature. (UnmodifiableSortedMap(Map)): Fixed constructor.
* 2006-04-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-024-3/+37
| | | | | | | | | | | * java/io/ObjectOutputStream.java: (writeObject(Object)): Added enum support. (writeClassDescriptor(ObjectStreamClass)): Likewise. * java/io/ObjectStreamClass.java: (isEnum()): New package-private method. (setFlags(Class)): Added enum support. * java/io/ObjectStreamConstants.java: (SC_ENUM): Added.
* 2006-03-29 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-293-2/+27
| | | | | | | | * java/io/ObjectInputStream.java: (parseContent(byte)): Added enum support. * java/io/ObjectStreamConstants.java: (TC_ENUM): Added. (TC_MAX): Changed to new maximum, TC_ENUM.
* PR classpath/25189:Tom Tromey2006-03-282-1/+14
| | | | | | * java/lang/Enum.java (valueOf): Ensure that the named field is an enum constant. (compareTo): Check class of enum.
* * java/lang/reflect/ParameterizedType.java: Javadoc fix.Tom Tromey2006-03-282-1/+5
|
* * vm/reference/java/lang/reflect/Method.java (METHOD_MODIFIERS):Tom Tromey2006-03-286-5/+244
| | | | | | | | | | | | | | | | | | | | | | New constant. (getModifiersInternal): Renamed from getModifiers. (getModifiers): New method. (isBridge): Likewise. (isSynthetic): Likewise. (isVarArgs): Likewise. * vm/reference/java/lang/reflect/Field.java (FIELD_MODIFIERS): New constant. (getModifiersInternal): Renamed from getModifiers. (getModifiers): New method. (isSynthetic): Likewise. (isEnumConstant): Likewise. * vm/reference/java/lang/reflect/Constructor.java (getModifiersInternal): Renamed from getModifiers. (getModifiers): New method (CONSTRUCTOR_MODIFIERS): New constant. (isSynthetic): New method. (isVarArgs): Likewise. * java/lang/reflect/Member.java (isSynthetic): New method.
* * java/net/Proxy.java (TYPE): Added missing ";".Tom Tromey2006-03-282-1/+5
|
* 2006-03-27 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-273-1/+21
| | | | | | | * java/math/RoundingMode.java: Fixed serialization UID. * java/net/Proxy.java: (Type): Likewise.
* 2006-03-27 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-272-3/+53
| | | | | | | * java/io/CharArrayWriter.java: (append(char)): Documented. (append(CharSequence)): Likewise. (append(CharSequence,int,int)): Likewise.
* 2006-03-27 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-03-273-0/+11
| | | | | | | * vm/reference/java/lang/reflect/Constructor.java (getTypeParameters): Check return value of getSignature for null. * vm/reference/java/lang/reflect/Method.java (getTypeParameters): Check return value of getSignature for null.
* 2006-03-26 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-262-1/+6
| | | | | * java/lang/ProcessBuilder.java: Made final.