src/main/java/com/atlassian/uwc/ui/ConverterEngineTest.java (8 lines): - line 252: //FIXME set propsPath to a different directory. conf-local isn't right for - line 622: //FIXME Illegal Page names appears to no longer be a thing?! - line 1338: // TODO Auto-generated catch block - line 1342: //FIXME This fails because we need to update the CRJW for new remote api confluence2 - line 1358: //FIXME This fails because we need to update the CRJW for new remote api confluence2 - line 1579: //FIXME xmlrpc call not working - line 3495: // assertEquals(expCon2, actual.getConvertedText()); //FIXME This would work with the state based illegal handling - line 3853: //TODO: We don't have a way to test this other than manually, so to test: src/main/java/com/atlassian/uwc/exporters/SwikiFile.java (6 lines): - line 149: // TODO: pathological cases to consider: - line 150: // TODO: case of '**'? Two asterisks that aren't a link - line 151: // TODO: case of '*' at end of text! - line 152: // TODO: case of '*a' at end of text! - line 153: // TODO: case of '*666' at end of text! - line 189: //TODO: remove spaces from name src/main/java/com/atlassian/uwc/exporters/MediaWikiExporter.java (4 lines): - line 335: // TODO Auto-generated catch block - line 378: // TODO Auto-generated catch block - line 485: // TODO Auto-generated catch block - line 563: // TODO Auto-generated catch block src/main/java/com/atlassian/uwc/converters/jive/ImageConverter.java (3 lines): - line 128: log.error("Current page (" + docid + ") does not have any attachment data."); //XXX TODO handle images from other pages - line 137: ") does not have attachment data for attachment id: " + attid);//XXX TODO handle images from other pages - line 160: ") does not have attachment data for attachment id: " + attid);//XXX TODO handle images from other pages src/main/java/com/atlassian/uwc/ui/listeners/TestSettingsListener.java (3 lines): - line 137: // TODO Auto-generated catch block - line 140: // TODO Auto-generated catch block - line 183: String connection = rwb.checkConnectivity(settings); //FIXME Can throw ConnectException! Then what? src/main/java/com/atlassian/uwc/converters/tikiwiki/TableConverter.java (2 lines): - line 55: String row = "(?:" +rowDelim + ")" + "(.*?)" + "(?="+rowDelim+")";//FIXME this doesn't quite work -- one of the rowDelims Has to be | or we get false positives - line 401: //FIXME this doesn't work for every case. src/main/java/com/atlassian/uwc/converters/ImageAttachmentConverter.java (2 lines): - line 38: // TODO: This pattern needs to be more generic! - line 62: // TODO: This should be implemented cleaner: src/main/java/com/atlassian/uwc/converters/tikiwiki/AttachmentConverter.java (2 lines): - line 548: if (!fromFilePath.startsWith(FILE_SEP) && !root.endsWith(FILE_SEP)) { //FIXME what about windows seperator (\\)? - line 574: // FIXME more than one file by the same name, currently overwriting src/main/java/com/atlassian/uwc/exporters/LiferayExporter.java (1 line): - line 87: // TODO get other properties and set them in the params src/main/java/com/atlassian/uwc/converters/xml/XmlConverterTest.java (1 line): - line 586: // TODO Not sure why this isn't passing here. Similar regression test seems to behave better. src/main/java/com/atlassian/uwc/converters/mediawiki/ImageConverterTest.java (1 line): - line 125: String expected = "!Wiki.png!"; //FIXME Probably should be [^Wiki.png] src/main/java/com/atlassian/uwc/exporters/liferay/digester/PressCancelException.java (1 line): - line 11: // TODO Auto-generated constructor stub src/main/java/com/atlassian/uwc/converters/dokuwiki/HierarchyLinkConverter.java (1 line): - line 63: //FIXME anchors? we're not ready to transform these, so just get rid of the anchor part src/main/java/com/atlassian/uwc/ui/organizer/CustomOrganizationsFrame.java (1 line): - line 85: // TODO add your handling code here: src/main/java/com/atlassian/uwc/converters/sharepoint/ListConverterTest.java (1 line): - line 299: //FIXME test case changing src/main/java/com/atlassian/uwc/exporters/MoinmoinExporter.java (1 line): - line 320: // TODO Auto-generated catch block src/main/java/com/atlassian/uwc/hierarchies/DokuwikiHierarchy.java (1 line): - line 98: //FIXME Do we want to do anything here? or just go straight to children src/main/java/com/atlassian/uwc/converters/jspwiki/ImageConverterTest.java (1 line): - line 743: pagename = "flattering"; //FIXME contains 'att' already, so old regex will fail src/main/java/com/atlassian/uwc/converters/IllegalPageNameConverterTest.java (1 line): - line 488: // TODO Auto-generated catch block src/main/java/com/atlassian/uwc/converters/dokuwiki/HierarchyImageConverterTest.java (1 line): - line 44: // "[[start|{{:cow.jpg}}]]\n" + FIXME not doing this yet src/main/java/com/atlassian/uwc/exporters/JiveExporter.java (1 line): - line 944: return id; //FIXME should be using a map src/main/java/com/atlassian/uwc/ui/ConverterEngine_v2.java (1 line): - line 154: // TODO: This is not needed for the converter, and there should really be an option to turn it off. src/main/java/com/atlassian/uwc/ui/organizer/OrganizerMainFrame2.java (1 line): - line 350: // TODO add your handling code here: src/main/java/com/atlassian/uwc/ui/listeners/WikiIsExportableListener.java (1 line): - line 111: exportAdvisory.setVisible(visible); //FIXME is this what I want to do? src/main/java/com/atlassian/uwc/splitters/MultiPartMimeSplitter.java (1 line): - line 36: // FIXME this shall of course only be applied for TikiWiki import with history! src/main/java/com/atlassian/uwc/converters/jspwiki/TableConverter.java (1 line): - line 90: //FIXME is the above assertion true? src/main/java/com/atlassian/uwc/converters/swiki/AttachmentConverter.java (1 line): - line 82: // TODO: Find that file src/main/java/com/atlassian/uwc/converters/xwiki/AttachmentConverter.java (1 line): - line 170: // TODO Auto-generated method stub src/main/java/com/atlassian/uwc/converters/dokuwiki/SpaceConverter.java (1 line): - line 27: HashMap dirs = getDokuDirectories();//FIXME do we want to fix HierarchyTarget so it doesn't do this more than once src/main/java/com/atlassian/uwc/ui/UWCGuiModelTest.java (1 line): - line 148: // FIXME - need to test new UWCUserSettings object, and how it interacts with UWCGuiModel src/main/java/com/atlassian/uwc/exporters/SharepointExporter.java (1 line): - line 309: //FIXME communicate to the UWC Feedback Handler? src/main/java/com/atlassian/uwc/ui/ConfluenceSettingsForm.java (1 line): - line 243: // TODO: place custom component creation code here src/main/java/com/atlassian/uwc/converters/jotspot/AttachmentConverter.java (1 line): - line 120: String encoding = "UTF-8";//FIXME long term, provide property for this?