This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http-server:shared mg$ cycle_finder NumberIncrementer.java SomeEvent.java | |
***** Found reference cycle ***** | |
ReferenceQueue -> (Entry subtype of (field head with type Reference)) | |
Entry -> (superclass WeakReference has (superclass Reference has (field queue with type ReferenceQueue))) | |
----- Full Types ----- | |
Ljava/lang/ref/ReferenceQueue<>; | |
Ljava/lang/ClassValue$Entry<>; | |
***** Found reference cycle ***** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// YourProject-Bridging-Header.h | |
#import <FacebookSDK/FacebookSDK.h> | |
// AppDelegate.swift | |
import UIKit | |
@UIApplicationMain | |
class AppDelegate: UIResponder, UIApplicationDelegate { | |
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
j2objc -d /TestUser/project/build/j2objc -sourcepath /TestUser/project/src/main/java:/TestUser/project/src/test/java:/TestUser/project/libSrc/dagger-2.0-sources.jar:/TestUser/project/build/source/apt -classpath /Applications/J2Objc/j2objc-0.9.7b/lib/j2objc_annotations.jar -classpath /Applications/J2Objc/j2objc-0.9.7b/lib/guava-14.0.1.jar -classpath /Applications/J2Objc/j2objc-0.9.7b/lib/javax.inject-1.jar -classpath /Applications/J2Objc/j2objc-0.9.7b/lib/jsr305-3.0.0.jar --no-package-directories --prefixes prefixes.properties -use-arc --doc-comments --build-closure -classpath /TestUser/project/lib/json-20140107.jar:/TestUser/project/lib/javax.inject-1.jar:/TestUser/project/lib/auto-factory-0.1-beta1.jar:/TestUser/project/lib/auto-service-1.0-rc1.jar:/TestUser/project/lib/guava-16.0.jar:/TestUser/project/lib/javawriter-2.4.0.jar:/TestUser/project/lib/dagger-1.2.0.jar /TestUser/project/src/main/java/testapp/TestTest.java /TestUser/project/src/main/java/testapp/core/app/database/AppDatabaseHelper.java /TestUser/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by the J2ObjC translator. DO NOT EDIT! | |
// source: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/buddyis-main/src/main/java/buddyis/core/app/events/CurrentUserUpdatedEvent.java | |
// | |
#ifndef _BuddyisCoreAppEventsCurrentUserUpdatedEvent_H_ | |
#define _BuddyisCoreAppEventsCurrentUserUpdatedEvent_H_ | |
#pragma clang diagnostic push | |
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by the J2ObjC translator. DO NOT EDIT! | |
// source: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/buddyis-main/src/main/java/buddyis/core/app/events/CurrentUserUpdatedEvent.java | |
// | |
#include "AbstractBEvent.h" | |
#include "BHasHandlers.h" | |
#include "CurrentUserUpdatedEvent.h" | |
#include "J2ObjC_source.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by the J2ObjC translator. DO NOT EDIT! | |
// source: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/buddyis-main/build/source/base/buddyis/core/prototype/navigation/BPlaceManagerImpl.java | |
// | |
#ifndef _BPlaceManagerImpl_H_ | |
#define _BPlaceManagerImpl_H_ | |
#pragma clang diagnostic push | |
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by the J2ObjC translator. DO NOT EDIT! | |
// source: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/buddyis-main/build/source/base/buddyis/core/prototype/navigation/BPlaceManagerImpl.java | |
// | |
#include "AbstractBEvent.h" | |
#include "BBackNavigationEvent.h" | |
#include "BEventBus.h" | |
#include "BHistoryUpdateEvent.h" | |
#include "BPlaceManagerImpl.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by the J2ObjC translator. DO NOT EDIT! | |
// source: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/buddyis-main/src/main/java/buddyis/core/app/photoEditor/cameraManager/CameraManager.java | |
// | |
#ifndef _CameraManager_H_ | |
#define _CameraManager_H_ | |
#pragma clang diagnostic push | |
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by the J2ObjC translator. DO NOT EDIT! | |
// source: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/buddyis-main/src/main/java/buddyis/core/app/photoEditor/cameraManager/CameraManager.java | |
// | |
#include "CameraManager.h" | |
#include "IOSClass.h" | |
#include "J2ObjC_source.h" | |
#include "java/lang/Enum.h" | |
#include "java/lang/IllegalArgumentException.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package buddyis.core.app.photoEditor.cameraManager; | |
import javax.inject.Inject; | |
import buddyis.core.app.photoEditor.events.PhotoCreatedEvent; | |
import buddyis.core.i18n.Message; | |
import buddyis.core.plugins.actionSheet.ActionSheet; | |
import buddyis.core.plugins.actionSheet.ActionSheetCallback; | |
import buddyis.core.plugins.actionSheet.ActionSheetOptions; | |
import buddyis.core.plugins.bcamera.BCamera; |
OlderNewer