/[Apache-SVN]
ViewVC logotype

Revision 1338284


Jump to revision: Previous Next
Author: smartini
Date: Mon May 14 16:42:31 2012 UTC (11 years, 11 months ago)
Changed paths: 71
Log Message:
fix some eclipse warnings

Changed paths

Path Details
Directorypivot/trunk/core/src/org/apache/pivot/beans/BXMLSerializer.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/beans/BeanAdapter.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/beans/BeanMonitor.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/ArrayList.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/EnumSet.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/HashMap.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/LinkedList.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/ListListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/MapListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/Queue.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/QueueListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/SetListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/Stack.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/StackListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/adapter/MapAdapter.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/adapter/SetAdapter.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedQueue.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/collections/concurrent/SynchronizedStack.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/io/IOTask.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/json/JSONSerializer.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/json/JSONSerializerListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializer.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/serialization/CSVSerializerListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/util/concurrent/Task.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/xml/Element.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/xml/ElementListener.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/xml/Node.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/xml/XMLSerializer.java modified , text changed
Directorypivot/trunk/core/src/org/apache/pivot/xml/XMLSerializerListener.java modified , text changed
Directorypivot/trunk/core/test/org/apache/pivot/json/test/BindTest.java modified , text changed
Directorypivot/trunk/core/test/org/apache/pivot/json/test/JSONSerializerTest.java modified , text changed
Directorypivot/trunk/core/test/org/apache/pivot/serialization/test/CSVSerializerTest.java modified , text changed
Directorypivot/trunk/core/test/org/apache/pivot/util/concurrent/test/TaskTest.java modified , text changed
Directorypivot/trunk/core/test/org/apache/pivot/xml/test/XMLSerializerTest.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/decorator/DecoratorDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/dnd/DragAndDropDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/dnd/FileDropTargetDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/dom/DOMInteractionDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/itunes/SearchDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/json/JSONViewer.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/memorygame/MemGame.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/million/LargeData.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/roweditor/RowEditorDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/styles/ColorSchemeBuilder.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/styles/ColorSchemeBuilderWindow.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/suggest/SuggestionDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/text/TextPaneDemo.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/xml/NodeRenderer.java modified , text changed
Directorypivot/trunk/demos/src/org/apache/pivot/demos/xml/XMLViewer.java modified , text changed
Directorypivot/trunk/examples/src/org/apache/pivot/examples/builder/BuilderExample.java modified , text changed
Directorypivot/trunk/examples/src/org/apache/pivot/examples/deployment/DeploymentExample.java modified , text changed
Directorypivot/trunk/examples/src/org/apache/pivot/examples/sheets/EditGreetingSheet.java modified , text changed
Directorypivot/trunk/examples/src/org/apache/pivot/examples/sheets/SheetExampleWindow.java modified , text changed
Directorypivot/trunk/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java modified , text changed
Directorypivot/trunk/tests/src/org/apache/pivot/tests/ColorPaletteTest.java modified , text changed
Directorypivot/trunk/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/BXMLExplorer.java modified , text changed
Directorypivot/trunk/tutorials/www/hello-bxml.xml modified , text changed
Directorypivot/trunk/tutorials/www/hello-world.xml modified , text changed
Directorypivot/trunk/web/src/org/apache/pivot/web/Query.java modified , text changed
Directorypivot/trunk/web/src/org/apache/pivot/web/QueryListener.java modified , text changed
Directorypivot/trunk/web-server/src/org/apache/pivot/web/server/ProxyServlet.java modified , text changed
Directorypivot/trunk/wtk/src/org/apache/pivot/wtk/Application.java modified , text changed
Directorypivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationContext.java modified , text changed
Directorypivot/trunk/wtk/src/org/apache/pivot/wtk/Component.java modified , text changed
Directorypivot/trunk/wtk/src/org/apache/pivot/wtk/ComponentDataListener.java modified , text changed
Directorypivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTabPaneSkin.java modified , text changed
Directorypivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewHeaderSkin.java modified , text changed
Directorypivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTableViewSkin.java modified , text changed
Directorypivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTextInputSkin.java modified , text changed
Directorypivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java modified , text changed
Directorypivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTreeViewSkin.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26